|
@@ -532,6 +532,7 @@ li {
|
|
white-space: pre-wrap; /* 保留换行 */
|
|
white-space: pre-wrap; /* 保留换行 */
|
|
word-wrap: break-word; /* 超长单词自动换行 */
|
|
word-wrap: break-word; /* 超长单词自动换行 */
|
|
overflow-wrap: break-word; /* 处理长单词或 URL 的换行 */
|
|
overflow-wrap: break-word; /* 处理长单词或 URL 的换行 */
|
|
|
|
+ word-break: break-all;
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
.el-form-item__content {
|
|
.el-form-item__content {
|
|
line-height: 20px !important;
|
|
line-height: 20px !important;
|