Explorar el Código

全局样式修改

1178232204@qq.com hace 3 años
padre
commit
30c5df6bd4
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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;
 }