优化电子凭证操作与测试数据

This commit is contained in:
yml2213
2026-08-14 15:14:34 +08:00
parent dffe32e84a
commit 78d6c2f8a1
6 changed files with 264 additions and 13 deletions
+12
View File
@@ -645,6 +645,13 @@ select {
padding: 16px;
}
.kuaishou-industry-tool-card {
/* 右侧操作区跟随管理内容滚动容器,始终保持在可视区域内。 */
position: sticky;
top: 0;
align-self: start;
}
.kuaishou-industry-tool-section + .kuaishou-industry-tool-section {
margin-top: 16px;
padding-top: 16px;
@@ -1725,6 +1732,11 @@ select {
grid-template-columns: 1fr;
}
.kuaishou-industry-tool-card {
/* 窄屏单列展示时不固定操作区,避免遮挡下方内容。 */
position: static;
}
.manual-dispatch-grid,
.fulfillment-overview-grid,
.task-flow-grid {