mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
perf: 优化资产列表字段显示
This commit is contained in:
committed by
Jiangjie.Bai
parent
71e73e9302
commit
494bb8ddcc
@@ -200,6 +200,10 @@ input[type=file] {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-table .el-table__row > td > .cell.el-tooltip {
|
||||||
|
width: auto!important;
|
||||||
|
}
|
||||||
|
|
||||||
.el-table .el-table__row .show-full-content > .cell {
|
.el-table .el-table__row .show-full-content > .cell {
|
||||||
white-space: normal!important;
|
white-space: normal!important;
|
||||||
}
|
}
|
||||||
|
@@ -107,7 +107,6 @@ export default {
|
|||||||
sortable: true
|
sortable: true
|
||||||
},
|
},
|
||||||
platform: {
|
platform: {
|
||||||
width: '100px',
|
|
||||||
sortable: true
|
sortable: true
|
||||||
},
|
},
|
||||||
protocols: {
|
protocols: {
|
||||||
|
Reference in New Issue
Block a user