Browse Source

页面优化

chenrui 4 years ago
parent
commit
e2201282a1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/NoData.vue
  2. 1 1
      src/components/swiper.vue

+ 1 - 1
src/components/NoData.vue

@@ -39,7 +39,7 @@ export default {
 <style>
 .no-data {
   text-align: center;
-  padding-top: 50rpx;
+  padding: 50rpx 0;
   color: #bbbec4;
   font-size: 30rpx;
 }

+ 1 - 1
src/components/swiper.vue

@@ -51,7 +51,7 @@ export default {
 
 <style lang="stylus" scoped>
 .swiper {
-  height: 200rpx !important;
+  height: 350rpx !important;
   img {
     height: 100%;
     width: 100%;