Parcourir la source

优化评论区组件

bayi il y a 2 ans
Parent
commit
477d680623
2 fichiers modifiés avec 3 ajouts et 0 suppressions
  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;
     width: 100%;
     height: 900rpx;
+    padding-bottom: 110rpx;
     background-color: white;
     border-top-left-radius: 25rpx;
     border-top-right-radius: 25rpx;
+
     .header {
       position: relative;
       padding: 24rpx;

+ 1 - 0
components/comment/index.wxss

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