Browse Source

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

duy 1 năm trước cách đây
mục cha
commit
0cae03d0c3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;
+}