From 18e4df43f79f51539474b2918544a9d2d4c5c4e0 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期三, 13 十一月 2024 15:43:52 +0800 Subject: [PATCH] 前端页面适配 --- UI-Project/src/views/GlassStorage/rawfilmstorage.vue | 36 +++++++++++++++++++++++------------- 1 files changed, 23 insertions(+), 13 deletions(-) diff --git a/UI-Project/src/views/GlassStorage/rawfilmstorage.vue b/UI-Project/src/views/GlassStorage/rawfilmstorage.vue index 900dc17..731eed9 100644 --- a/UI-Project/src/views/GlassStorage/rawfilmstorage.vue +++ b/UI-Project/src/views/GlassStorage/rawfilmstorage.vue @@ -322,17 +322,26 @@ }); </script> <template> - <div> - <div style="display: flex; flex-direction: row; align-items: center; margin-top: 20px;"> - <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="dialogFormVisiblea = true">{{ $t('film.mes') }}</el-button> - <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="handleBinda">{{ $t('film.warehousing') }}</el-button> - <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="handleBindc">{{ $t('film.pwarehousing') }}</el-button> - <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="handleBinde">{{ $t('film.pwareout') }}</el-button> - <el-date-picker style="margin-left: 10px;" v-model="timeRange" type="datetimerange" - format="YYYY/MM/DD HH:mm:ss" - value-format="YYYY-MM-DD HH:mm:ss" - :start-placeholder="$t('film.starttime')" - :end-placeholder="$t('film.endtime')" + <div style="height: 500px;"> + <div style="display: flex; flex-direction: row; align-items: center; margin-top: 20px;"> + <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="dialogFormVisiblea = true"> + {{ $t('film.mes') }} + </el-button> + <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="handleBinda"> + {{ $t('film.warehousing') }} + </el-button> + <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="handleBindc"> + {{ $t('film.pwarehousing') }} + </el-button> + <el-button style="margin-left: 20px;" id="searchButton" type="success" @click="handleBinde">{{ + $t('film.pwareout') + }} + </el-button> + <el-date-picker style="margin-left: 10px;" v-model="timeRange" type="datetimerange" + format="YYYY/MM/DD HH:mm:ss" + value-format="YYYY-MM-DD HH:mm:ss" + :start-placeholder="$t('film.starttime')" + :end-placeholder="$t('film.endtime')" :default-time="defaultTime" /> <el-select v-model="selectValuesa[0]" clearable :placeholder="$t('film.taskstatus')" style="margin-left: 10px;" > <el-option :label="$t('film.built')" value="1"></el-option> @@ -381,8 +390,9 @@ </div> </el-card> <div class="awatch"> - <img src="../../assets/ypcc.png" alt="" style="width: 100%;height: 120%;margin-left: 10px;position: relative;margin-top: -20px;"> -</div> + <img src="../../assets/ypcc.png" alt="" + style="width: 100%;height: 120%;margin-left: -10px;position: relative;margin-top: -20px;"> + </div> <el-dialog v-model="dialogFormVisiblea" top="5vh" width="85%" > <el-table ref="table" style="margin-top: 20px;height: 700px;" :data="tableDatab" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> -- Gitblit v1.8.0