From 9e50d8bd87a5062d2f15c73f0963f2c2bd51a016 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期五, 16 八月 2024 16:01:24 +0800 Subject: [PATCH] 隐藏菜单栏按钮,部分页面样式调整 --- UI-Project/src/views/GlassStorage/MaterialRackManagement.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/UI-Project/src/views/GlassStorage/MaterialRackManagement.vue b/UI-Project/src/views/GlassStorage/MaterialRackManagement.vue index c41ce56..7a0d18c 100644 --- a/UI-Project/src/views/GlassStorage/MaterialRackManagement.vue +++ b/UI-Project/src/views/GlassStorage/MaterialRackManagement.vue @@ -4,7 +4,7 @@ <div slot="header" class="clearfix" - style="display: flex; align-items: center" + style="display: flex; align-items: center;margin-top: -20px;" > <!-- 宸︿晶鎸夐挳缁� --> <div> @@ -16,9 +16,8 @@ > <el-button type="success" size="mini">鍚婅浣嶅叆搴�</el-button> </div> - <!-- 鍙充晶閫夋嫨妗� --> - <el-form-item style="margin-top: 15px; width: 150px"> + <el-form-item style="margin-top: 15px; width: 150px;margin-left: 10px;"> <el-select v-model="formData2.dzw" placeholder="璇烽�夋嫨鍚婅浣�"> <el-option label="鍚婅浣�1" value="鍚婅浣�1"></el-option> <el-option label="鍚婅浣�2" value="鍚婅浣�2"></el-option> -- Gitblit v1.8.0