From 68ee8235c8cd659fba5e59e3d924d5ea093504ab Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期四, 18 七月 2024 08:39:57 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue index c7fa71e..c42fbe5 100644 --- a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue +++ b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue @@ -1,7 +1,7 @@ <template> <div class="glass-rack"> <div > - <svg width="500" height="500" xmlns="http://www.w3.org/2000/svg"> + <svg width="500" height="370" xmlns="http://www.w3.org/2000/svg"> <g stroke="null" id="Layer_1"> <!-- 浣跨敤 v-for 寰幆娓叉煋鏁版嵁 --> <g v-for="(rack, index) in racks" :key="index"> @@ -46,7 +46,7 @@ { x: 280, y: 100, height: 100, width: 60, fillColor: '#6a6da9', item: { height: 90, width: 10, fillColor: 'yellow', content: 'NG12345678' } }, - { x: 140, y: 320, height: 60, width: 110, fillColor: '#6a6da9', item: { height: 20, width: 100, fillColor: 'yellow', content: 'NG1234561454' } } + { x: 140, y: 280, height: 60, width: 110, fillColor: '#6a6da9', item: { height: 20, width: 100, fillColor: 'yellow', content: 'NG1234561454' } } ]); @@ -167,7 +167,7 @@ tableContent += '</table>'; Swal.fire({ - title: "$t('reportWork.glassinformation')", + title: t('reportWork.glassinformation'), // title: '鐜荤拑淇℃伅', html: tableContent, customClass: { @@ -193,9 +193,9 @@ <style scoped> .glass-rack { - margin-left: 20px; + /* margin-left: 20px; */ width: 500px; - margin-top: 10px; + margin-top: 5px; } .rack-rect:hover { cursor: pointer; -- Gitblit v1.8.0