田源
2025-01-02 3defe8e0363bc3511169cc2432bcfe1a02b820db
Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -493,7 +493,12 @@
.UI-dynamic > .avue-crud{
  height: 100%;
}
/*
svg图标
 */
.iconShow svg{
  fill: currentColor;
}
/*
表单
 */
@@ -508,7 +513,9 @@
}
/***按钮框****/
/***
按钮
****/
.tree-buttons .el-button{
  margin: 0 5px 5px 0;
}
@@ -530,7 +537,29 @@
  text-align: center;
  padding-left: 4.5px;
}
/*显示svg图标的按钮*/
.el-button--small.button-custom-icon{
  padding: 7px 14px;
}
.el-button--small.button-custom-icon > span{
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -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;
}
/*
  树
 */
@@ -538,6 +567,7 @@
.el-tree .el-tree-node__loading-icon{
  display: none !important;
}
/*图标**/
.el-tree-node__label .iconShow{
  display: inline-block;
  width: 14px !important;