xyc
2024-08-02 fdb4fb8e81081534d296b738132b51bf149c2ef5
web/src/assets/css/custom.css
@@ -26,7 +26,9 @@
.zt .el-table .el-table__row.hover-row {
  background-color: #eaf5ff !important;
}
.zt .el-table__fixed-right-patch{
  background-color: #edf6ff ;
}
/*.zt .el-table.djxlTable tbody tr:hover>td {*/
/*  background-color: #f5f7fa !important;*/
/*  !*color: #FFFFFF;*!*/
@@ -87,7 +89,9 @@
  background: rgba(2, 120, 231, 1);
}
.zt .fa-card-a{
  padding: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #EBEEF5;
  color: #303133;
  -webkit-transition: .3s;
@@ -271,9 +275,9 @@
  /*text-align: left !important;*/
/*}*/
/* tree table第一列居中 */
.zt .el-table tbody tr[class*="el-table__row--level-"] td:first-child {
/*.zt .el-table tbody tr[class*="el-table__row--level-"] td:first-child {
  text-align: center;
}
}*/
/* 表格选中颜色 */
.zt .el-table__body tr.current-row>td {
  background-color: #bce4e1;