瀏覽代碼

优化评论区组件

bayi 2 年之前
父節點
當前提交
477d680623
共有 2 個文件被更改,包括 3 次插入0 次删除
  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;