@jzliu-cli/bi-engine 0.0.164 → 0.0.166

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -492,6 +492,9 @@ body .layer-advance-dialog .layui-layer-content {
492
492
  background-color: @tab-header-background-color;
493
493
  }
494
494
 
495
+ .table-header-gray th.el-table__cell{
496
+ background-color: #f7f8fa !important;
497
+ }
495
498
  /**
496
499
  * 操作按钮颜色
497
500
  **/
@@ -850,8 +853,8 @@ body .layer-advance-dialog .layui-layer-content {
850
853
  }
851
854
 
852
855
  ::-webkit-scrollbar {
853
- width: 4px;
854
- height: 4px;
856
+ width: 6px;
857
+ height: 6px;
855
858
  background: none;
856
859
  margin-right: 4px;
857
860
  }