Skip to content

Commit 673690f

Browse files
committed
refactor: adjust layout in Workbench.vue for improved responsiveness
- Changed column span from 18 to 24 for the main content area. - Commented out the aside column to enhance the overall layout and focus on the main content.
1 parent 509bbff commit 673690f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/dfs/src/views/workbench/Workbench.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ElRow>
3333

3434
<ElRow type="flex" :gutter="16" class="min-h-0">
35-
<ElCol :span="18">
35+
<ElCol :span="24">
3636
<!--概览 -->
3737
<div class="bg-white rounded-xl p-4 shadow-sm">
3838
<div class="main-title mb-4">{{ $t('workbench_overview') }}</div>
@@ -63,7 +63,7 @@
6363
</div>
6464
</div>
6565
</ElCol>
66-
<ElCol :span="6">
66+
<!-- <ElCol :span="6">
6767
<div class="bg-white rounded-xl p-4 shadow-sm mh-100 flex flex-column">
6868
<div class="aside-title mb-4">{{ $t('workbench_notice') }}</div>
6969
<div class="notice-list flex-grow-1 min-h-0 overflow-y-auto">
@@ -89,7 +89,7 @@
8989
</ul>
9090
</div>
9191
</div>
92-
</ElCol>
92+
</ElCol> -->
9393
</ElRow>
9494

9595
<!-- 版本升级弹窗-->

0 commit comments

Comments
 (0)