随笔分类 - element-ui
摘要:设置tooltip宽度 .el-tooltip__popper.is-dark { max-width: 70vw; margin: 0 auto; } 开启tooltip :show-overflow-tooltip="true"
阅读全文
摘要:// 修改表格的背景色 .common-table-container .el-table, .common-table-container .el-table__expanded-cell { //background-color: transparent !important; backgrou
阅读全文
摘要:.common-table-container .el-table::before { left: 0; bottom: 0; width: 100%; height: 0px; }
阅读全文
摘要:<el-table height="calc(100%)" :data="tableData" stripe :show-header="false" style="width: 100%"> 父容器添加 overflow: hidden;
阅读全文