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