Browse Source

优化评论区组件

bayi 2 years ago
parent
commit
477d680623
2 changed files with 3 additions and 0 deletions
  1. 2 0
      components/comment/index.less
  2. 1 0
      components/comment/index.wxss

+ 2 - 0
components/comment/index.less

@@ -25,9 +25,11 @@
     justify-content: space-between;
     justify-content: space-between;
     width: 100%;
     width: 100%;
     height: 900rpx;
     height: 900rpx;
+    padding-bottom: 110rpx;
     background-color: white;
     background-color: white;
     border-top-left-radius: 25rpx;
     border-top-left-radius: 25rpx;
     border-top-right-radius: 25rpx;
     border-top-right-radius: 25rpx;
+
     .header {
     .header {
       position: relative;
       position: relative;
       padding: 24rpx;
       padding: 24rpx;

+ 1 - 0
components/comment/index.wxss

@@ -24,6 +24,7 @@
   justify-content: space-between;
   justify-content: space-between;
   width: 100%;
   width: 100%;
   height: 900rpx;
   height: 900rpx;
+  padding-bottom: 110rpx;
   background-color: white;
   background-color: white;
   border-top-left-radius: 25rpx;
   border-top-left-radius: 25rpx;
   border-top-right-radius: 25rpx;
   border-top-right-radius: 25rpx;