随笔分类 -  element-ui

摘要:设置tooltip宽度 .el-tooltip__popper.is-dark { max-width: 70vw; margin: 0 auto; } 开启tooltip :show-overflow-tooltip="true" 阅读全文
posted @ 2023-01-31 14:20 bruce_lee_1 阅读(517) 评论(0) 推荐(0) 编辑
摘要:// 修改表格的背景色 .common-table-container .el-table, .common-table-container .el-table__expanded-cell { //background-color: transparent !important; backgrou 阅读全文
posted @ 2022-05-19 14:56 bruce_lee_1 阅读(1236) 评论(0) 推荐(0) 编辑
摘要:.common-table-container .el-table::before { left: 0; bottom: 0; width: 100%; height: 0px; } 阅读全文
posted @ 2022-05-17 10:40 bruce_lee_1 阅读(349) 评论(0) 推荐(0) 编辑
摘要:<el-table height="calc(100%)" :data="tableData" stripe :show-header="false" style="width: 100%"> 父容器添加 overflow: hidden; 阅读全文
posted @ 2022-05-17 10:27 bruce_lee_1 阅读(806) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示