This website works better with JavaScript
Home
Explore
Help
Register
Sign In
web
/
for_client
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
资料查询列表数据保留空格
duy
1 year ago
parent
ca4408c495
commit
0cae03d0c3
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
src/styles/app/element.scss
+ 3
- 0
src/styles/app/element.scss
View File
@@ -40,3 +40,6 @@
margin-left: 4px;
margin-right: 0;
}
+.el-table .cell{
+ white-space: pre-wrap;
+}