删除制作流程进度标题并移除卡片容器的上边距,以优化页面空间利用
@@ -516,6 +516,7 @@
display: grid !important;
gap: 12px !important;
align-items: stretch !important; // 保证同一行的卡片等高
+ margin-top: 0 !important; // 删除标题后,移除上边距以优化空间利用
/* 针对交付执行阶段的四个卡片进行特殊处理 */
&:has(.vertical-stage-block:nth-child(4):last-child) {
@@ -371,10 +371,6 @@
<!-- 右侧三分之二 - 制作流程进度 -->
<div class="right-column">
- @if (getStageStatus('订单创建') !== 'active') {
- <h2>制作流程进度</h2>
- }
-
<!-- 串式流程:10个阶段横向排列(保持) -->
<div class="stage-progress-container">
@for (stage of getVisibleStages(); track stage) {