@@ -364,14 +365,17 @@
margin:2px 0 !important;
}
.mib-table td .cell{
- min-height: 80px !important;
+ min-height: 60px !important;
padding-bottom: 3px;
}
.mib-table td .cell .detail-item-content{
- width:fit-content;
- width:-webkit-fit-content;
- width:-moz-fit-content;
height: 20px;
line-height: 20px;
+ display: inline-block;
}
+ .mib-table.el-table td .cell{
+ height: 20px !important;
+ line-height: 20px !important;
+ }
+
diff --git a/nezha-fronted/src/components/page/config/system.vue b/nezha-fronted/src/components/page/config/system.vue
index e31005be5..c1015494a 100644
--- a/nezha-fronted/src/components/page/config/system.vue
+++ b/nezha-fronted/src/components/page/config/system.vue
@@ -25,22 +25,19 @@