admin-components: normalize tool-group css formatting (maintainable)

This commit is contained in:
萝卜
2026-03-14 13:35:12 +00:00
parent 5850b5176e
commit b14ad40a8a
2 changed files with 46 additions and 3 deletions

View File

@@ -54,8 +54,14 @@
}
/* 平台订单:工具区(两列分组卡片化,避免表单散落) */
.tool-grid{align-items:start;}
.tool-group{width:100%;}
.tool-grid{
align-items:start;
}
.tool-group{
width:100%;
}
.tool-group-title{
font-size:12px;
color:#94a3b8;
@@ -64,7 +70,10 @@
font-weight:700;
margin:0 0 10px;
}
.tool-group-subtitle{margin:0 0 6px;}
.tool-group-subtitle{
margin:0 0 6px;
}
/* 平台订单列表:避免列太多导致内容挤压成“竖排/断字” */
.table-wrap{