feat: 补齐前端主流程并收紧工作台布局
统一工作台紧凑头部与形态图库间距,修复主体身份布局,并接入正式严格视频质量流水线。
This commit is contained in:
@@ -545,7 +545,7 @@ watch(
|
||||
@save="save"
|
||||
@dirty="dirty = $event"
|
||||
/>
|
||||
<div v-if="anchor" class="mt-5 flex items-center gap-4 pt-5">
|
||||
<div v-if="anchor" class="identity-anchor mt-5 flex items-center gap-4 pt-5">
|
||||
<AssetImage
|
||||
:src="anchor.imageUrl"
|
||||
:alt="`${subject.name}当前身份母版`"
|
||||
@@ -677,6 +677,25 @@ watch(
|
||||
.identity-workspace > div {
|
||||
@apply min-h-0 overflow-hidden overscroll-contain;
|
||||
}
|
||||
.identity-detail,
|
||||
.identity-detail > .n-scrollbar-container,
|
||||
.identity-detail .n-scrollbar-content,
|
||||
.identity-detail .panel {
|
||||
@apply w-full min-w-0 max-w-full;
|
||||
}
|
||||
.identity-detail .n-scrollbar-content {
|
||||
@apply wrap-anywhere;
|
||||
}
|
||||
.identity-detail .panel {
|
||||
@apply box-border;
|
||||
}
|
||||
/* AssetImage 的通用 width:100% 不得撑满母版摘要行,否则会把说明文字挤到最右侧。 */
|
||||
.identity-anchor > .asset-image {
|
||||
@apply h-20 w-20 shrink-0 aspect-square;
|
||||
}
|
||||
.identity-anchor > div {
|
||||
@apply min-w-0;
|
||||
}
|
||||
.identity-subject-list {
|
||||
@apply max-h-none min-h-0 flex-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user