xiaoxin пре 1 година
родитељ
комит
f76794e4d5
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/views/shopsList/shopPrintSet.vue

+ 4 - 4
src/views/shopsList/shopPrintSet.vue

@@ -489,11 +489,11 @@ export default {
 <style lang="scss" scoped>
 .body {
   display: flex;
-  justify-content: space-around;
-  padding: 0 50px;
+  // justify-content: space-around;
 
   .body_left {
-    width: 400px;
+    margin: 0 5%;
+    width: 380px;
 
     .left_title {
       margin-bottom: 16px;
@@ -530,7 +530,7 @@ export default {
   }
 
   .body_right {
-    width: 500px;
+    width: 450px;
 
     .right_title {
       display: flex;