浏览代码

页面优化

chenrui 4 年之前
父节点
当前提交
e2201282a1
共有 2 个文件被更改,包括 2 次插入2 次删除
  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%;