Browse Source

Update apply-refound.less

lex-xin 5 months ago
parent
commit
1799be0c07
1 changed files with 5 additions and 1 deletions
  1. 5 1
      miniprogram/components/apply-refound/apply-refound.less

+ 5 - 1
miniprogram/components/apply-refound/apply-refound.less

@@ -43,16 +43,20 @@
       background: #F7F8F9;
       border-radius: 20rpx;
       textarea {
-        padding: 20rpx 16rpx;
+        padding: 24rpx;
         height: 180rpx;
         font-size: 30rpx;
         width: 100%;
         margin: 0;
+        line-height: 46rpx;
+        box-sizing: border-box;
         &::placeholder {
           color: #AAAAAA;
         }
       }
       .num {
+        padding-right: 24rpx;
+        padding-bottom: 24rpx;
         text-align: right;
         font-size: 28rpx;
         color: #AAAAAA;