wangting
2025-01-08 354cad3d3ab22ba147169beb6a0f6f51b9bab3a8
Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -377,7 +377,7 @@
  margin-top: 0 !important;
}
.avue-dialog .el-dialog__body{
  padding: 20px 20px 0px 20px; // 上右下左 取消表格下边距(会出现滚动条)
  padding: 15px 15px 0px 15px; // 上右下左 取消表格下边距(会出现滚动条)
  margin-bottom: 10px !important;
}
.avue-dialog .el-dialog__body .avue-form{
@@ -390,6 +390,10 @@
.el-dialog__footer{
  border-top: 1px solid #e9e7e7;
  padding: 10px 20px 10px;
  z-index: 10000;
}
.avue-dialog__footer{
  z-index: 10000;
}
/*
@@ -424,6 +428,10 @@
}
.el-table .cell{
  line-height: 22px;
  padding: 0 8px;
}
.el-table th.el-table__cell>.cell{
  padding: 0 3px;
}
.el-table--mini .cell{
  line-height: 20px;
@@ -445,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;
}
/*
分页
 */
@@ -485,7 +500,12 @@
.UI-dynamic > .avue-crud{
  height: 100%;
}
/*
svg图标
 */
.iconShow svg{
  fill: currentColor;
}
/*
表单
 */
@@ -500,7 +520,9 @@
}
/***按钮框****/
/***
按钮
****/
.tree-buttons .el-button{
  margin: 0 5px 5px 0;
}
@@ -522,10 +544,58 @@
  text-align: center;
  padding-left: 4.5px;
}
/*显示svg图标的按钮*/
.el-button--small.button-custom-icon{
  padding: 7px 12px;
}
.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: 12px !important;
  width: 12px !important;
  height: 12px !important;
  margin-right: 6px;
}
.el-table td.el-table__cell div.iconShow{
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  margin-top: -1px;
  margin-right: 3px;
}
.avue-crud .avue-crud__menu .el-button--text >span {
  display: flex;
}
/*
  树
 */
/***隐藏树懒加载时节点上的loading,防止节点抖动*****/
.el-tree .el-tree-node__loading-icon{
  display: none !important;
}
/*图标**/
.el-tree-node__label .iconShow{
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  margin-right: 3px;
}
.el-tree-node__label [class*=" el-icon-"],.el-tree-node__label [class^=el-icon-]{
  font-size: 14px;margin-top: 4px; margin-right: 3px;
}
.el-select{
@@ -550,6 +620,24 @@
  margin-left: 1px;
}
.avue-sidebar .el-menu .el-submenu__icon-arrow.el-icon-arrow-right:before {
  content: '';
}
.avue-crud .avue-crud__menu .el-button{
  margin-top: 5px;
}
.avue-crud__left{
  display: flex;
  align-items: center;
}
.avue-crud__menu{
  display: flex;
  justify-content: space-around;
}
.font14{font-size: 14px;width: 12px;height: 12px;display: inline-block;}
.font16{font-size: 16px;width: 14px;height: 14px;display: inline-block;}