Browse Source

楼层线条重合处理

ouxq 8 years ago
parent
commit
975ce3c54f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      components/home/floor/Floor.vue

+ 4 - 4
components/home/floor/Floor.vue

@@ -74,8 +74,8 @@
         }
       }
       &.medium {
-        width: 389px;
-        height: 199px;
+        width: 390px;
+        height: 200px;
 
         img {
           position: absolute;
@@ -116,8 +116,8 @@
         }
       }
       &.small {
-        width: 219px;
-        height: 199px;
+        width: 220px;
+        height: 200px;
 
         img {
           margin-top: 15px;