From 8ab333f837fce5710568cf2fbfa19e00522a77a9 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 25 十二月 2025 12:22:45 +0800
Subject: [PATCH] 修改图标

---
 ui/admin-ui3/src/views/tms/tmsCustomerInfo/info.vue |   41 +++++++++++++++++++++++++++++++++++------
 1 files changed, 35 insertions(+), 6 deletions(-)

diff --git a/ui/admin-ui3/src/views/tms/tmsCustomerInfo/info.vue b/ui/admin-ui3/src/views/tms/tmsCustomerInfo/info.vue
index 00563c8..b86b15d 100644
--- a/ui/admin-ui3/src/views/tms/tmsCustomerInfo/info.vue
+++ b/ui/admin-ui3/src/views/tms/tmsCustomerInfo/info.vue
@@ -1,15 +1,14 @@
 <template>
-    <el-affix :offset="84">
+    <!-- <el-affix :offset="84">
         <div class="affix-box">
             <div class="affix-box-title">
             </div>
             <div>
                 <el-button type="warning" @click="goToList">杩� 鍥�</el-button>
-
                 <el-button v-if="!formDisabled" type="primary" @click="submitForm">鎻� 浜�</el-button>
             </div>
         </div>
-    </el-affix>
+    </el-affix> -->
     <div class="app-container">
         <h4 class="form-header">瀹㈠晢淇℃伅</h4>
         <el-form ref="wmsDzInoutOrderItemRef" :model="form" :rules="rules" class="form-wrapper">
@@ -110,7 +109,7 @@
                     @click="handleAdd(1)">鏂板
                 </el-button>
 
-                <el-table border :data="invoiceInfoList">
+                <el-table border class="demo-tabs" :data="invoiceInfoList">
                     <el-table-column type="selection" width="55" align="center" />
                     <!-- <el-table-column label="id" align="center" prop="id" /> -->
                     <el-table-column label="鎶ご鍏徃鍚嶇О" align="center" prop="invoiceCompanyName" />
@@ -144,7 +143,7 @@
                     @click="handleBankAdd(2)">鏂板
                 </el-button>
 
-                <el-table border :data="bankAccountConfigList">
+                <el-table border class="demo-tabs" :data="bankAccountConfigList">
                     <el-table-column type="selection" width="55" align="center" />
                     <el-table-column label="閾惰璐﹀彿缂栧彿" align="center" prop="accountNo" />
                     <el-table-column label="鎴峰悕" align="center" prop="accountName" />
@@ -176,8 +175,12 @@
                 <pagination v-show="bankPageF.total > 0" :total="bankPageF.total" v-model:page="queryBankParams.pageNum"
                     v-model:limit="queryBankParams.pageSize" @pagination="getList" />
             </el-tab-pane>
-        </el-tabs>
 
+        </el-tabs>
+        <div class="bottom-operation-container">
+            <el-button size="large" type="warning" @click="goToList" style="width: 120px;">杩� 鍥�</el-button>
+            <el-button v-if="!formDisabled" size="large" type="primary" @click="submitForm" style="width: 120px; margin-left: 30px;">鎻� 浜�</el-button>
+        </div>
     </div>
     <CommonDialogForm :mode="formMode" :visible="isDialogVisible" title="浼佷笟鍙戠エ鎶ご淇℃伅" :initial-data="initialFormData"
         @close="isDialogVisible = false" @submit="handleFormSubmit" />
@@ -685,4 +688,30 @@
         }
     }
 }
+/* 杩斿洖 */
+/* 鍦ㄥ凡鏈夌殑 style 鏍囩鍐呮坊鍔� */
+
+.bottom-operation-container {
+    margin-top: 40px;      /* 涓庝笂鏂� Tabs 鐨勯棿璺� */
+    margin-bottom: 20px;   /* 涓庨〉闈㈠簳閮ㄧ殑闂磋窛 */
+    display: flex;
+    justify-content: center; /* 姘村钩灞呬腑 */
+    align-items: center;
+    padding: 20px 0;
+    border-top: 1px solid #eee; /* 鍙�夛細澧炲姞涓�鏉¢《閮ㄥ垎鍓茬嚎 */
+}
+
+/* 浼樺寲琛ㄦ牸鏍峰紡锛岀‘淇濆浐瀹氶珮搴︽椂婊氬姩鏉$編瑙� */
+::v-deep .el-table {
+    margin-top: 5px;
+  /* 鏇挎崲鎺夋姤閿欑殑 @include锛屾敼鐢ㄥ師鐢� CSS 缇庡寲婊氬姩鏉★紙鍙�夛級 */
+    .el-scrollbar__bar {
+        z-index: 5;
+    }
+}
+
+/* 璋冩暣 Tabs 鏍峰紡浣垮叾搴曢儴涓嶈澶眬淇� */
+.demo-tabs {
+    margin-bottom: 20px;
+}
 </style>

--
Gitblit v1.8.0