Pre Merge pull request !179 from zst_2001/dev

This commit is contained in:
zst_2001 2025-02-04 13:18:08 +00:00 committed by Gitee
commit 82f4e2b06d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 1 deletions

View File

@ -146,3 +146,8 @@
.el-form--inline .el-input {
width: 240px;
}
/* 设置 el-message-box 消息弹框内容强制换行 */
.el-message-box .el-message-box__message {
word-break: break-word;
}

View File

@ -42,7 +42,7 @@
<el-table-column prop="updateTime" label="结束时间" width="160" :show-overflow-tooltip="true" sortable align="center"></el-table-column>
<el-table-column
prop="runDuration"
label="运行时"
label="运行时"
width="140"
:show-overflow-tooltip="true"
sortable