mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 06:19:51 +00:00
fix: 修复message的对齐
This commit is contained in:
@@ -430,3 +430,7 @@ a {
|
|||||||
background: white;
|
background: white;
|
||||||
border-color: $--color-danger;
|
border-color: $--color-danger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-alert .el-alert__description {
|
||||||
|
margin: 1px 0 0;
|
||||||
|
}
|
||||||
|
@@ -24,6 +24,9 @@ export default {
|
|||||||
tableConfig: {
|
tableConfig: {
|
||||||
url: '/api/v1/assets/assets/',
|
url: '/api/v1/assets/assets/',
|
||||||
hasTree: true,
|
hasTree: true,
|
||||||
|
columns: [
|
||||||
|
'hostname', 'ip', 'hardware_info', 'reachable', 'actions'
|
||||||
|
],
|
||||||
columnsMeta: {
|
columnsMeta: {
|
||||||
hostname: {
|
hostname: {
|
||||||
formatter: DetailFormatter,
|
formatter: DetailFormatter,
|
||||||
@@ -33,7 +36,7 @@ export default {
|
|||||||
},
|
},
|
||||||
ip: {
|
ip: {
|
||||||
sortable: 'custom',
|
sortable: 'custom',
|
||||||
width: '120px'
|
width: '140px'
|
||||||
},
|
},
|
||||||
hardware_info: {
|
hardware_info: {
|
||||||
showOverflowTooltip: true
|
showOverflowTooltip: true
|
||||||
@@ -54,10 +57,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
columns: [
|
|
||||||
'hostname', 'ip', 'hardware_info', 'reachable', 'actions'
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
createRoute: 'AssetCreate'
|
createRoute: 'AssetCreate'
|
||||||
|
Reference in New Issue
Block a user