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" />
modalVisible = val" @refresh="handleRefresh" />
editVisible = val"
@@ -202,4 +195,10 @@ getList();
-
\ 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