Преглед изворни кода

企业列表页最终配置

huan-jie пре 5 година
родитељ
комит
22a7a9a4a0
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      assets/css/company/index.scss
  2. 1 1
      pages/job/company/list/_city.vue

+ 1 - 0
assets/css/company/index.scss

@@ -7,6 +7,7 @@
         margin: 0 auto;
         box-sizing: border-box;
         .filter-box {
+            margin-top: 20px;
             padding: 20px;
             background: #ffffff;
             display: flex;

+ 1 - 1
pages/job/company/list/_city.vue

@@ -315,7 +315,7 @@
 <style scope lang="scss">
 @import "../../../../assets/css/company/index.scss";
 .main {
-  margin-top: 20px !important;
+  margin-top: 0 !important;
   margin-bottom: 0 !important;
 }
 </style>