Browse Source

修改样式

82064491C07A712AE32B5B57EC6EF136 11 months ago
parent
commit
8edcf364d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      h5app/src/views/sapp/tabUser.vue

+ 2 - 2
h5app/src/views/sapp/tabUser.vue

@@ -113,8 +113,8 @@ const imgStyle = ref({
 
 const updateBrowserWidth = () => {
   const browserWidth = window.innerWidth;
-  imgStyle.value.width = (browserWidth - 90) / 3 + 'px';
-  imgStyle.value.height = (browserWidth - 90) / 3 + 'px';
+  imgStyle.value.width = (browserWidth - 130) / 3 + 'px';
+  imgStyle.value.height = (browserWidth - 130) / 3 + 'px';
   imgStyle.value.margin = '0px 0px 0px '+(browserWidth - 200) / 4 + 'px';
 }
 // 设置初始浏览器宽度