Browse Source

H5:商详样式

panyong 3 years ago
parent
commit
df696d8c68
1 changed files with 3 additions and 3 deletions
  1. 3 3
      htmldev/dashboard/src/views/sell/food/food.vue

+ 3 - 3
htmldev/dashboard/src/views/sell/food/food.vue

@@ -225,7 +225,7 @@ export default {
 .food {
   position: fixed;
   left: 0;
-  top: 20px;
+  top: 16px;
   bottom: 0;
   z-index: 60;
   width: 100%;
@@ -241,15 +241,15 @@ export default {
 
   .food-content {
     min-height: 90%;
-    padding-top: 8px;
     padding-bottom: 100px;
     border-radius: 16px 16px 0 0;
+    overflow: hidden;
     background: #fff;
   }
 
   .image-header {
     position: relative;
-    width: calc(100% - 16px);
+    width: 100%;
     height: 210px;
     margin: 0 auto;
     overflow: hidden;