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/StockBasicData/stockBasicData.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/UI-Project/src/views/StockBasicData/stockBasicData.vue b/UI-Project/src/views/StockBasicData/stockBasicData.vue index fbd4a54..2e08076 100644 --- a/UI-Project/src/views/StockBasicData/stockBasicData.vue +++ b/UI-Project/src/views/StockBasicData/stockBasicData.vue @@ -155,22 +155,22 @@ <template> <div> <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" v-loading="loading"> - <el-select v-model="selectValuesa[0]" filterable :placeholder="$t('璇烽�夋嫨绾胯矾')" clearable style="margin-left: 20px;"> + <el-select v-model="selectValuesa[0]" filterable :placeholder="$t('璇烽�夋嫨绾胯矾')" clearable style="margin-left: 20px;margin-bottom: 10px;"> <el-option label="纾ㄨ竟涓�绾�" value="2001"></el-option> <el-option label="纾ㄨ竟浜岀嚎" value="2002"></el-option> </el-select> - <el-select v-model="selectValuesa[1]" filterable :placeholder="$t('璇烽�夋嫨鐘舵��')" clearable style="margin-left: 20px;" > + <el-select v-model="selectValuesa[1]" filterable :placeholder="$t('璇烽�夋嫨鐘舵��')" clearable style="margin-left: 20px;margin-bottom: 10px;" > <el-option label="鏈(杈�" value="0"></el-option> <el-option label="纾ㄨ竟涓�" value="1"></el-option> <el-option label="宸茬(杈�" value="2"></el-option> </el-select> - <span class="demonstration" style="margin-left: 20px;">鏃堕棿娈�</span> - <el-date-picker v-model="timeRange" type="datetimerange" range-separator="鑷�" start-placeholder="寮�濮嬫棩鏈�" style="margin-left: 20px;" value-format = "YYYY-MM-DD hh:mm:ss" + <span class="demonstration" style="margin-left: 20px;margin-bottom: 10px;">鏃堕棿娈�</span> + <el-date-picker v-model="timeRange" type="datetimerange" range-separator="鑷�" start-placeholder="寮�濮嬫棩鏈�" style="margin-left: 20px;margin-bottom: 10px;" value-format = "YYYY-MM-DD hh:mm:ss" end-placeholder="缁撴潫鏃ユ湡"> </el-date-picker> - <el-button type="primary" style="margin-left: 10px;" @click="setEdgGlassInfoRequest()">{{ + <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="setEdgGlassInfoRequest()">{{ $t('reportmanage.inquire') }}</el-button> -- Gitblit v1.8.0