From 9effd6fe741ec09c870a6a12aec394a09179c77b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 07 四月 2026 13:55:08 +0800
Subject: [PATCH] 1.整体样式修改

---
 src/views/productionManagement/productStructure/index.vue |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index 2c109cd..bc5a538 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -1,20 +1,22 @@
 <template>
   <div class="app-container">
-    <div style="text-align: right; margin-bottom: 10px;">
-      <el-button type="info" plain icon="Upload" @click="handleImport"
-        v-hasPermi="['product:bom:import']">瀵煎叆</el-button>
-      <el-button type="warning" plain icon="Download" @click="handleExport" :disabled="selectedRows.length !== 1"
-        v-hasPermi="['product:bom:export']">瀵煎嚭</el-button>
-      <el-button type="primary" @click="handleAdd">鏂板</el-button>
-      <el-button type="danger" plain @click="handleBatchDelete" :disabled="selectedRows.length === 0">鍒犻櫎</el-button>
-    </div>
-    <PIMTable rowKey="id" :column="tableColumn" :tableData="tableData" :page="page" :isSelection="true"
-      @selection-change="handleSelectionChange" :tableLoading="tableLoading" @pagination="pagination">
-      <template #detail="{ row }">
-        <el-button type="primary" text @click="showDetail(row)">{{ row.bomNo }}
-        </el-button>
-      </template>
-    </PIMTable>
+		<div class="table_list">
+			<div style="text-align: right; margin-bottom: 10px;">
+				<el-button type="primary" @click="handleAdd">鏂板</el-button>
+				<el-button type="info" plain icon="Upload" @click="handleImport"
+				           v-hasPermi="['product:bom:import']">瀵煎叆</el-button>
+				<el-button type="warning" plain icon="Download" @click="handleExport" :disabled="selectedRows.length !== 1"
+				           v-hasPermi="['product:bom:export']">瀵煎嚭</el-button>
+				<el-button type="danger" plain @click="handleBatchDelete" :disabled="selectedRows.length === 0">鍒犻櫎</el-button>
+			</div>
+			<PIMTable rowKey="id" :column="tableColumn" :tableData="tableData" :page="page" :isSelection="true"
+			          @selection-change="handleSelectionChange" :tableLoading="tableLoading" @pagination="pagination">
+				<template #detail="{ row }">
+					<el-button type="primary" text @click="showDetail(row)">{{ row.bomNo }}
+					</el-button>
+				</template>
+			</PIMTable>
+		</div>
     <StructureEdit v-if="showEdit" v-model:show-model="showEdit" :record="currentRow" />
 
     <!-- 鏂板/缂栬緫寮圭獥 -->

--
Gitblit v1.9.3