@@ -271,9 +271,16 @@
-webkit-box-flex: 0;
margin-top:-1%!important;
}
-/*表格标题字号*/
+/*表格标题字号 (表头与表格text-align 公共设置)*/
.el-table th > .cell{
font-size:14px;
+ text-align: center;
+}
+.el-table .cell{
+ text-align: left;
+.el-table-column--selection .cell{
/*表格内容*/
.el-table td div{