wangting
2025-01-15 3c4babccb9de2107a0ca4d6a3e9582e672a23edc
Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -405,15 +405,6 @@
.avue--detail .el-col{
  margin-bottom: 0;
}
.avue-crud .avue-crud__menu{
  min-height: 26px;
}
.avue-crud .avue-crud__menu .el-button{
}
.avue-crud .avue-crud__menu .el-button--text{
  padding: 2px 6px;
}
.avue-crud table td{
  line-height: 22px;
}
@@ -422,11 +413,26 @@
  display: flex;
  align-items: center;
}
/**右侧侧操作栏**/
.avue-crud__right{
  display: flex;
  align-items: center;
}
/**表内操作栏**/
.avue-crud .avue-crud__menu{
  min-height: 22px;
  min-height: 18px;
  display: flex;
  justify-content: space-around;
  justify-content: flex-start;
}
.avue-crud .avue-crud__menu .el-button{
}
.avue-crud .avue-crud__menu .el-button--text{
  padding: 2px 3px;
  display: flex;
}
.avue-crud .avue-crud__menu .el-button--text > span {
  display: flex;
}
.el-table--small, .el-table__expand-icon{
  font-size: 14px;
@@ -593,7 +599,7 @@
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
  margin-right: 6px;
  margin-right: 2px;
}
.el-table td.el-table__cell div.iconShow{
@@ -601,11 +607,7 @@
  width: 14px !important;
  height: 14px !important;
  margin-top: -1px;
  margin-right: 3px;
}
.avue-crud .avue-crud__menu .el-button--text >span {
  display: flex;
  margin-right: 1px;
}
/*
@@ -616,6 +618,9 @@
  display: none !important;
}
/*图标**/
.el-tree-node__label > span{
  display: flex;
}
.el-tree-node__label .iconShow{
  display: inline-block;
  width: 14px !important;