Browse Source

fix: 环境参数最大间距调整

珍珍 2 months ago
parent
commit
08a55bc1ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/pac/entranceScreen.vue

+ 1 - 1
src/views/pac/entranceScreen.vue

@@ -444,7 +444,7 @@ export default defineComponent({
     box-sizing: border-box;
     padding: 0 40rpx;
     min-width: 8.33vw;
-    max-width: 13.15vw;
+    max-width: 14vw;
     // height: 70.8vh;
     color: #fff;
     border: 2px solid rgba(255, 255, 255, 0.2);