瀏覽代碼

企业列表页最终配置

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>