jinlin
2023-11-23 2748e2d70970fc577e8621aad44a498ba8b7ef2c
web/src/assets/css/custom.css
@@ -165,9 +165,9 @@
  position: relative;
}
body .el-table__fixed-body-wrapper{
  top: 34px !important;
}
/*body .el-table__fixed-body-wrapper{*/
/*  top: 34px !important;*/
/*}*/
.el-tooltip__popper{
  font-size: 14px; max-width:50%
@@ -289,9 +289,9 @@
  overflow-y: auto;
}
.zt .dialog-column-2 .el-dialog {
  width: 75% !important;
}
/*.zt .dialog-column-2 .el-dialog {*/
/*  width: 75% !important;*/
/*}*/
.el-table__fixed-right {
  height: 100% !important;
@@ -318,3 +318,12 @@
  text-overflow: ellipsis;
  line-height: 34px;
}
.DAlign {
  text-align: center;
}
.el-border-left {
  border-left: 1px solid rgba(0, 0, 0, .2);
}
.el-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}