diff --git a/src/views/cabinet/smart-cabinet-card/detail.vue b/src/views/cabinet/smart-cabinet-card/detail.vue
index 87e5e30..ef42f52 100644
--- a/src/views/cabinet/smart-cabinet-card/detail.vue
+++ b/src/views/cabinet/smart-cabinet-card/detail.vue
@@ -421,17 +421,21 @@ onMounted(() => {
-
+
-
+
-
+
-
+
@@ -442,6 +446,15 @@ onMounted(() => {
:deep(.el-tabs__header) {
margin-bottom: 8px;
}
+
+:deep(.el-drawer__header) {
+ margin: 0;
+}
+
+:deep(.el-drawer__body) {
+ padding: 4px;
+}
+
.el-form-item {
margin-bottom: 8px;
}
diff --git a/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue b/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue
index b41dbc5..3794aaa 100644
--- a/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue
+++ b/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue
@@ -106,10 +106,6 @@ defineExpose({ getList });
搜索
-
- 重置
-
@@ -141,16 +137,24 @@ defineExpose({ getList });
+ @size-change="getList" @current-change="getList" class="pagination" />
-
\ No newline at end of file