|
@@ -516,6 +516,7 @@
|
|
display: grid !important;
|
|
display: grid !important;
|
|
gap: 12px !important;
|
|
gap: 12px !important;
|
|
align-items: stretch !important; // 保证同一行的卡片等高
|
|
align-items: stretch !important; // 保证同一行的卡片等高
|
|
|
|
+ margin-top: 0 !important; // 删除标题后,移除上边距以优化空间利用
|
|
|
|
|
|
/* 针对交付执行阶段的四个卡片进行特殊处理 */
|
|
/* 针对交付执行阶段的四个卡片进行特殊处理 */
|
|
&:has(.vertical-stage-block:nth-child(4):last-child) {
|
|
&:has(.vertical-stage-block:nth-child(4):last-child) {
|