From c317cf8f8ceb017941d1c8cb98c4d5c115cec0ec Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 25 三月 2024 16:00:42 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/Albania_Mes --- Albania_Mes-ui/src/views/home/index.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Albania_Mes-ui/src/views/home/index.vue b/Albania_Mes-ui/src/views/home/index.vue index 6704a34..2ce8306 100644 --- a/Albania_Mes-ui/src/views/home/index.vue +++ b/Albania_Mes-ui/src/views/home/index.vue @@ -516,13 +516,14 @@ <el-button type="primary" @click="AnewMeasure()" :disabled="SoftEmergencyStopState" style="z-index: 999;">閲嶆柊娴嬮噺</el-button> </div> + <br> <!--鏄剧ず--> - <div style="width:1000px;height: 720px;border: 2px solid #d1d1d1;margin: auto auto;"> + <div style="width:1000px;height: 720px;border: 2px solid #d1d1d1;"> <!--鐜荤拑鍥� #81b337--> - <div :style="'top:10px;bottom: 10px;left: 10px;right: 10px;margin: auto;position:absolute;width:' - + (this.LastQueue.glasswidth / 25 * 7) + 'px;height:' - + (this.LastQueue.glassheight / 25 * 7) + 'px;line-height: ' - + (this.LastQueue.glassheight / 25 * 7) + 'px;background-color: #93d2f3;text-align: center;'"> + <div :style="'top:10px;bottom: 10px;left: 10px;right: 10px;margin:auto auto;position:absolute;width:' + + (this.LastQueue.glasswidth / 25 * 7) + 'px;height:' + + (this.LastQueue.glassheight / 25 * 7) + 'px;line-height: ' + + (this.LastQueue.glassheight / 25 * 7) + 'px;background-color: #93d2f3;text-align: center;'"> {{ this.LastQueue.glasswidth }}*{{ this.LastQueue.glassheight }} </div> -- Gitblit v1.8.0