优化电子凭证操作与测试数据
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user