소스 검색

全局样式修改

1178232204@qq.com 3 년 전
부모
커밋
30c5df6bd4
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/less/common.less

+ 6 - 0
src/less/common.less

@@ -243,4 +243,10 @@
 /***规则查询查看弹窗表格tooltip***/
 .elx-table--tooltip-wrapper{
   z-index: 9999!important;
+}
+.el-table .el-table__cell{
+  padding: 0;
+}
+.el-table th.el-table__cell{
+  background: #eee;
 }