guhongwei 4 vuotta sitten
vanhempi
commit
f7096c3098
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      src/views/halltwo/directTwo.vue

+ 4 - 1
src/views/halltwo/directTwo.vue

@@ -810,7 +810,7 @@ export default {
         height: 225px;
         overflow: hidden;
         .schoolList {
-          width: 204px;
+          width: 215px;
           height: 225px;
           margin: 0 30px 0 0;
           text-align: center;
@@ -840,6 +840,9 @@ export default {
             }
           }
         }
+        .schoolList:nth-child(5) {
+          margin: 0;
+        }
         .schoolList:hover {
           cursor: pointer;
           .image {