wangting
2025-01-06 97c92751e8ce435177a633109ea83682e2b894d8
Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -453,7 +453,14 @@
.el-table .sort-caret.descending{
  bottom: 0;
}
/****处理固定列错行问题****/
.el-table .el-table__fixed,.el-table .el-table__fixed-right{
  height: 100% !important;
}
.el-table__fixed .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-body-wrapper{
  height: calc(100% - 37px) !important;
  top:37px !important;
}
/*
分页
 */
@@ -493,7 +500,12 @@
.UI-dynamic > .avue-crud{
  height: 100%;
}
/*
svg图标
 */
.iconShow svg{
  fill: currentColor;
}
/*
表单
 */
@@ -508,7 +520,9 @@
}
/***按钮框****/
/***
按钮
****/
.tree-buttons .el-button{
  margin: 0 5px 5px 0;
}
@@ -546,12 +560,14 @@
  -ms-flex-pack: center;
  justify-content: center;
}
/*图标**/
.el-button--small.button-custom-icon > span .iconShow{
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  margin-right: 6px;
}
/*
  树
 */
@@ -559,6 +575,7 @@
.el-tree .el-tree-node__loading-icon{
  display: none !important;
}
/*图标**/
.el-tree-node__label .iconShow{
  display: inline-block;
  width: 14px !important;
@@ -566,7 +583,7 @@
  margin-right: 3px;
}
.el-tree-node__label [class*=" el-icon-"],.el-tree-node__label [class^=el-icon-]{
  font-size: 14px;margin-top: 3px;
  font-size: 14px;margin-top: 4px; margin-right: 3px;
}
.el-select{