Browse Source

表格标题单元格居中

jiawuxian 2 năm trước cách đây
mục cha
commit
5450f8e21a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/assets/styles/element-ui.scss

+ 4 - 0
src/assets/styles/element-ui.scss

@@ -101,3 +101,7 @@
 .el-checkbox__inner{
   border: 1px solid #008CD6 !important;
 }
+
+.table-header{
+  text-align: center !important;
+}