From 3427eb80cd70e8be1ad8caac14c37c88a4edc5e0 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 15 七月 2024 16:21:47 +0800
Subject: [PATCH] 完善大屏显示页面,调整所有页面的适配样式,调整大理片笼的分页显示及笼子信息
---
UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue
index c7fa71e..9cdd342 100644
--- a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue
+++ b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue
@@ -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