ソースを参照

资料查询列表数据保留空格

duy 1 年間 前
コミット
0cae03d0c3
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/styles/app/element.scss

+ 3 - 0
src/styles/app/element.scss

@@ -40,3 +40,6 @@
     margin-left: 4px;
     margin-right: 0;
 }
+.el-table .cell{
+    white-space: pre-wrap;
+}