perf: 优化资产列表字段显示

This commit is contained in:
“huailei000”
2023-02-20 17:19:20 +08:00
committed by Jiangjie.Bai
parent 71e73e9302
commit 494bb8ddcc
2 changed files with 4 additions and 1 deletions

View File

@@ -200,6 +200,10 @@ input[type=file] {
overflow: auto;
}
.el-table .el-table__row > td > .cell.el-tooltip {
width: auto!important;
}
.el-table .el-table__row .show-full-content > .cell {
white-space: normal!important;
}

View File

@@ -107,7 +107,6 @@ export default {
sortable: true
},
platform: {
width: '100px',
sortable: true
},
protocols: {