111
zs
2025-05-06 a152d2dc9e4ae6fa1fdd0dcfe5db8bb455e15c4f
HIAWms/web/src/assets/styles/index.scss
对比新文件
@@ -0,0 +1,21 @@
.without-table-base-header {
  background: #dbdfe7;
  .vxe-header--column.col--ellipsis {
    font-size: 16px;
    font-weight: bold;
    color: #35363b;
    height: 44px !important;
  }
}
.without-table-base-row {
  &:hover {
    background: #dce3f0 !important;
  }
  .vxe-body--column.col--ellipsis {
    height: 44px !important;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
  }
}