This commit is contained in:
曹辉 2023-05-26 14:40:52 +08:00
parent 62929b2aaa
commit 528e3f40b5

View File

@ -1117,6 +1117,9 @@ export default {
padding: 0 15px; padding: 0 15px;
border: 1px solid #e6ebf5; border: 1px solid #e6ebf5;
color: black; color: black;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
::v-deep .el-dialog { ::v-deep .el-dialog {
margin-top: 30px !important; margin-top: 30px !important;