From cab3eeaeccf835dfc594895c1d43b1d113d4c7c0 Mon Sep 17 00:00:00 2001 From: dzq Date: Tue, 27 May 2025 10:59:54 +0800 Subject: [PATCH] =?UTF-8?q?style(views):=20=E8=B0=83=E6=95=B4=E5=95=86?= =?UTF-8?q?=E5=BA=97=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除商店名称标签和重置按钮,简化搜索表单 - 移除批量删除按钮和表格标题,精简操作区域 - 为分页组件添加统一的上边距样式 - 保持代码风格一致性,优化页面布局 --- src/views/cabinet/shop/index.vue | 21 +++++++++---------- .../cabinet/smart-cabinet-card/detail.vue | 3 +++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/views/cabinet/shop/index.vue b/src/views/cabinet/shop/index.vue index 2ebdd51..438ecfe 100644 --- a/src/views/cabinet/shop/index.vue +++ b/src/views/cabinet/shop/index.vue @@ -137,7 +137,7 @@ getList();
- + @@ -145,21 +145,14 @@ getList(); 搜索 - - 重置 - - + @@ -186,7 +179,7 @@ getList(); + @size-change="onSizeChange" @current-change="onCurrentChange" class="pagination" />
- \ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/cabinet/smart-cabinet-card/detail.vue b/src/views/cabinet/smart-cabinet-card/detail.vue index 3e28777..bcfbc47 100644 --- a/src/views/cabinet/smart-cabinet-card/detail.vue +++ b/src/views/cabinet/smart-cabinet-card/detail.vue @@ -485,4 +485,7 @@ onMounted(() => { margin-bottom: 0px; } } +.pagination { + margin-top: 10px; +} \ No newline at end of file