fix: 优化移动端工作台筛选与工具栏
将形态图片状态筛选合并为下拉框,统一筛选容器内边距并调整背景。重新排列分镜与镜头生产移动端工具栏,隐藏重复统计并补充交互测试。
This commit is contained in:
@@ -167,7 +167,7 @@ watch(
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<WorkspacePage split compact
|
||||
<WorkspacePage split compact class="production-workspace-page"
|
||||
><template #header
|
||||
><div class="workspace-toolbar">
|
||||
<div class="toolbar-episode">
|
||||
@@ -733,6 +733,20 @@ watch(
|
||||
}
|
||||
}
|
||||
@media (max-width: 760px) {
|
||||
/* 移动端隐藏可由镜头目录获知的重复统计,并让操作从左侧连续排列。 */
|
||||
.production-workspace-page .workspace-toolbar {
|
||||
@apply grid grid-cols-[minmax(0,_1fr)] gap-2;
|
||||
}
|
||||
.production-workspace-page .toolbar-episode,
|
||||
.production-workspace-page .toolbar-actions {
|
||||
@apply w-full min-w-0 m-0;
|
||||
}
|
||||
.production-workspace-page .toolbar-summary {
|
||||
@apply hidden;
|
||||
}
|
||||
.production-workspace-page .toolbar-actions {
|
||||
@apply justify-start;
|
||||
}
|
||||
.production-workspace {
|
||||
@apply grid-cols-[minmax(0,_1fr)] grid-rows-[184px_minmax(0,_1fr)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user