fix: 合并图库吸顶区域并关闭自动刷新
This commit is contained in:
+9
-5
@@ -458,13 +458,16 @@ body {
|
||||
.gallery-workspace-page .workspace-scroll-content {
|
||||
padding-top: 8px;
|
||||
}
|
||||
/* 图库只使用正文纵向滚动;筛选栏在同一滚动上下文吸顶,不再被头部高度限制。 */
|
||||
.gallery-workspace-page .form-image-filter-region {
|
||||
/* 筛选与关联素材整体吸顶;间距由内部 padding 承担,避免出现透明断层。 */
|
||||
.gallery-workspace-page .gallery-sticky-controls {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
background: var(--app-subtle);
|
||||
margin-block: 10px 12px;
|
||||
margin-block: 10px 0;
|
||||
}
|
||||
.gallery-sticky-controls > .form-image-filter-region {
|
||||
margin-block: 0;
|
||||
}
|
||||
.gallery-workspace-page .workspace-scroll > .n-scrollbar-container {
|
||||
overflow-anchor: none;
|
||||
@@ -1511,7 +1514,7 @@ body {
|
||||
gap: 10px;
|
||||
padding: 14px 16px;
|
||||
background: var(--app-subtle);
|
||||
margin-bottom: 12px;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
/* 关联素材始终单行横向浏览,数量和长名称不会撑高定位区或压缩图片区域。 */
|
||||
@@ -1526,7 +1529,8 @@ body {
|
||||
gap: 12px;
|
||||
width: max-content;
|
||||
white-space: nowrap;
|
||||
padding-bottom: 8px;
|
||||
min-height: 32px;
|
||||
padding-block: 6px;
|
||||
}
|
||||
.asset-impact-links > * {
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user