From c384e04f81caf681647c602d5896cc10b289582e Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 14:59:16 +0800
Subject: [PATCH] 经销商管理
---
admin/src/components/business/OperaShopGoodsWindow.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/admin/src/components/business/OperaShopGoodsWindow.vue b/admin/src/components/business/OperaShopGoodsWindow.vue
index d8fdbb5..c62ae07 100644
--- a/admin/src/components/business/OperaShopGoodsWindow.vue
+++ b/admin/src/components/business/OperaShopGoodsWindow.vue
@@ -2,6 +2,7 @@
<GlobalWindow
:title="title"
width="80%"
+ :with-footer="false"
:visible.sync="visible"
>
<TableLayout >
@@ -34,7 +35,7 @@
</el-form>
<!-- 琛ㄦ牸鍜屽垎椤� -->
<template v-slot:table-wrap>
- <div :style="'display: flex;height:'+tabelHeight+'px;'">
+<!-- <div :style="'display: flex;height:'+tabelHeight+'px;'">-->
<el-table
v-loading="isWorking.search"
:data="tableData.list"
@@ -79,7 +80,7 @@
:pagination="tableData.pagination"
>
</pagination>
- </div>
+<!-- </div>-->
</template>
</TableLayout>
<template v-slot:footer>
@@ -210,8 +211,8 @@
}
</script>
<style scoped>
-.table-pagination{
+/*.table-pagination{
position: fixed !important;
bottom: 50px;
-}
+}*/
</style>
--
Gitblit v1.9.3