From 252c16461619e3a3384a560cd1f0588185a2ed38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 4 Sep 2024 17:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91kitting=E6=89=93?= =?UTF-8?q?=E5=8C=85=E7=9B=B8=E5=85=B3=E9=9C=80=E6=B1=82=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/padManage/isPadForKittingPack.vue | 102 ++- .../padManage/isPadForKittingPack_old.vue | 692 ++++++++++++++++++ 2 files changed, 766 insertions(+), 28 deletions(-) create mode 100644 fe/PC/src/views/padManage/isPadForKittingPack_old.vue diff --git a/fe/PC/src/views/padManage/isPadForKittingPack.vue b/fe/PC/src/views/padManage/isPadForKittingPack.vue index 8e2598e7d..b80d4eeb5 100644 --- a/fe/PC/src/views/padManage/isPadForKittingPack.vue +++ b/fe/PC/src/views/padManage/isPadForKittingPack.vue @@ -52,7 +52,7 @@ - - - - - + + + + +
+ + + +
+ +
@@ -517,7 +546,16 @@ $footerBtn_height:60px; .padpageBox{ background:#f8f8f8; } +.rightBottomScreenInner{ + height:73vh; + *{ + font-size:1.5rem + } +} .isPadForKittingPackPage{ + *{ + font-size:20px + } min-width:1000px; height:100%; display:flex; @@ -555,7 +593,7 @@ $footerBtn_height:60px; padding:0 10px; &.code{ - font-size:20px + font-size:25px } &.name{ @@ -565,7 +603,7 @@ $footerBtn_height:60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; - font-size:14px; + // font-size:14px; } } } @@ -632,7 +670,7 @@ $footerBtn_height:60px; color:#909399; line-height:60px; text-align:center; - font-size:14px; + // font-size:14px; } } .rightChassisGroup{ @@ -663,9 +701,17 @@ $footerBtn_height:60px; } .rightBottomBomData{ + position:relative; flex: 1.2; margin-top:10px; overflow:auto; + + .rightBottomScreenIcon{ + position:absolute; + right:10px; + bottom:10px; + font-size: 28px; + } } } .footer-button{ @@ -685,7 +731,7 @@ $footerBtn_height:60px; .flesh-btn{ position:absolute; right:15px; - width:100px + width:130px } } } diff --git a/fe/PC/src/views/padManage/isPadForKittingPack_old.vue b/fe/PC/src/views/padManage/isPadForKittingPack_old.vue new file mode 100644 index 000000000..8e2598e7d --- /dev/null +++ b/fe/PC/src/views/padManage/isPadForKittingPack_old.vue @@ -0,0 +1,692 @@ + + + \ No newline at end of file