wangting
2024-12-25 54aa14a5a970d36d06f7882451d5bc776cf764fc
修改列表表头高度
已修改1个文件
9 ■■■■■ 文件已修改
Source/plt-web/plt-web-ui/src/styles/ui.scss 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -409,6 +409,15 @@
  line-height: 18px;
  height: 20px;
}
.el-table .caret-wrapper{
  height: 22px;
}
.el-table .sort-caret.ascending{
  top:0;
}
.el-table .sort-caret.descending{
  bottom: 0;
}
.avue-crud__pagination{
  padding: 15px 0 10px;
}