Browse Source

表格字体颜色设置黑色

DESKTOP-0GD05B0\Administrator 2 years ago
parent
commit
7651d49a96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -161,6 +161,7 @@ ul, li {
 .el-table .cell {
   padding-left: 4px;
   padding-right: 4px;
+  color: black;
 }
 
 .el-header {