This commit is contained in:
gaoyuanwei 2022-07-14 15:52:57 +08:00
parent d9ed994429
commit 1f7a02927e
2 changed files with 6 additions and 0 deletions

View File

@ -646,4 +646,7 @@ export default {
// ::v-deep .el-table .cell {
// width: 200px;
// }
::v-deep .el-upload-list__item-name {
width: 400px;
}
</style>

View File

@ -729,4 +729,7 @@ export default {
.el-tooltip__popper {
max-width: 50%;
}
::v-deep .el-upload-list__item-name {
width: 400px;
}
</style>