Browse Source

Merge remote-tracking branch 'origin/master'

master
wanghongjun 2 years ago
parent
commit
1aa8f5bacf
  1. 6
      pages/category/consulting/list.vue
  2. 8
      pages/category/index.vue

6
pages/category/consulting/list.vue

@ -234,7 +234,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.secondary{ .secondary{
z-index: 19; z-index: 19;
// height: 100vh; height: 100vh;
} }
// //
@ -243,8 +243,8 @@
z-index: 1; z-index: 1;
background: #fff; background: #fff;
// padding-top: 6rpx; // padding-top: 6rpx;
// padding-top: 120rpx; padding-top: 120rpx;
padding-top: 96rpx; // padding-top: 96rpx;
height: 90%; height: 90%;
} }

8
pages/category/index.vue

@ -442,8 +442,8 @@
.secondary{ .secondary{
z-index: 19; z-index: 19;
border-top: 1rpx solid #444; border-top: 1rpx solid #444;
// height: 100vh; height: 100vh;
height: 100%; // height: 100%;
} }
// //
@ -451,8 +451,8 @@
display: flex; display: flex;
z-index: 1; z-index: 1;
background: #fff; background: #fff;
// padding-top: 120rpx; padding-top: 120rpx;
padding-top: 94rpx; // padding-top: 94rpx;
height: 100%; height: 100%;
} }

Loading…
Cancel
Save