baozhengrui

导航

2025年1月3日 #

el-table 的样式问题

摘要: <template> <div id="model" style="background: #fff;"> <el-dialog :visible.sync="dialogVisible" :append-to-body="true" width="50%" @close="handleClose" 阅读全文

posted @ 2025-01-03 11:32 芮艺 阅读(42) 评论(0) 推荐(0)

el-table 的表格的边框颜色

摘要: /* 表格的边框颜色 */ /* 在你的组件的<style>标签中或者单独的CSS文件中 */ ::v-deep.el-table th.is-leaf { border-color: #1F3877 !important; } ::v-deep.el-table td { border-color 阅读全文

posted @ 2025-01-03 11:30 芮艺 阅读(327) 评论(0) 推荐(0)

修改element框架的el-table表格表头样式为渐变色

摘要: https://blog.csdn.net/m0_57036170/article/details/140608830 阅读全文

posted @ 2025-01-03 11:02 芮艺 阅读(77) 评论(0) 推荐(0)