liushengqiang 2 роки тому
батько
коміт
c4c89c5a68

+ 4 - 6
src/school/orchestra/compontent/photo-detail.module.less

@@ -18,19 +18,17 @@
 
   .phoneContainer {
     display: flex;
-    justify-content: space-between;
     flex-wrap: wrap;
-    margin: 0 13px;
     .item {
-      margin-top: 12px;
       position: relative;
+      padding: 1.5px;
       .img {
         display: flex;
         align-items: center;
         justify-content: center;
-        width: 170px;
-        height: 170px;
-        border-radius: 10px;
+        width: calc(100vw / 3 - 3px);
+        height: calc(100vw / 3 - 3px);
+        border-radius: 4px;
         overflow: hidden;
         position: relative;
         background-color: #eaeaea;