任一存 2 éve
szülő
commit
024ae9121e
2 módosított fájl, 4 hozzáadás és 2 törlés
  1. 2 0
      src/components/TabbarSmall.vue
  2. 2 2
      src/views/Serve/index.vue

+ 2 - 0
src/components/TabbarSmall.vue

@@ -40,6 +40,8 @@ export default {
 
 <style lang="less" scoped>
 .tabbar-small {
+  margin-top: 3.1vw;
+  margin-bottom: 3.6vw;
   > ul {
     display: flex;
     align-items: center;

+ 2 - 2
src/views/Serve/index.vue

@@ -147,7 +147,7 @@ activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
 <style lang='less' scoped>
 .service {
   background-color: #f0f0f0;
-  height: calc(100% - 40px);
+  height: calc(100% - 80px);
   overflow: auto;
   .banner {
     height: 31.9vw;
@@ -358,7 +358,7 @@ activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
   
   > .back-top {
     position: fixed;
-    bottom: calc(1.7vw + 40px);
+    bottom: calc(1.7vw + 80px);
     right: 1.7vw;
     width: 9.3vw;
     height: 9.3vw;