Browse Source

优选集团样式调整

Xiao_123 4 months ago
parent
commit
5912dfdc10

+ 3 - 0
src/views/recruit/personal/home/components/advertisement/preferred.vue

@@ -169,8 +169,11 @@ const handleToTop = () => {
 .culture {
   width: 100%;
   display: flex;
+  flex-wrap: wrap;
+  justify-content: center;
   &-item {
     width: 33.3%;
+    margin-bottom: 40px;
   }
 }
 h2 {