admin-components: normalize tool-group css formatting (maintainable)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user