From dddd6b4e75fd662ef9aa702303029603f35ca420 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 03 四月 2025 16:20:26 +0800
Subject: [PATCH] 系统配置调整样式
---
UI-Project/src/views/User/userpageNo.vue | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/UI-Project/src/views/User/userpageNo.vue b/UI-Project/src/views/User/userpageNo.vue
index 1164937..4f4e866 100644
--- a/UI-Project/src/views/User/userpageNo.vue
+++ b/UI-Project/src/views/User/userpageNo.vue
@@ -94,12 +94,6 @@
label: t('sorter.start'),
}
]
-// function closeDialoga(row) {
-// adda.value = false;
-// userName.value = '';
-// nickName.value = '';
-// password.value = '';
-// }
// 缂栬緫
const getTableRowa = async () => {
let configName = window.localStorage.getItem('configName')
@@ -140,7 +134,7 @@
<div>
<el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" >
<div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;">
- <el-table height="400" ref="table" :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }"
+ <el-table height="750" ref="table" :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }"
:data="tableData">
<el-table-column prop="configName" align="center" :label="$t('productStock.configName')"/>
<el-table-column prop="configCode" align="center" :label="$t('productStock.configCode')"/>
@@ -222,7 +216,7 @@
<el-button type="primary" @click="getTableRowa">
{{ $t('productStock.sure') }}
</el-button>
- <el-button @click="closeDialoga">{{ $t('productStock.cancel') }}</el-button>
+ <el-button @click="adda = false">{{ $t('productStock.cancel') }}</el-button>
</div>
</template>
</el-dialog>
--
Gitblit v1.8.0