fix: 修复分辨率过小时,单词被拆开的问题
This commit is contained in:
@@ -60,3 +60,8 @@ body {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
// 单词换行不被拆开
|
||||
.el-table .cell {
|
||||
word-break: keep-all !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user