Browse Source

文本域显示优化

HD_wangm 4 months ago
parent
commit
53b0b304d8
2 changed files with 11 additions and 0 deletions
  1. 6 0
      pages/order/detail/returnIndex.uvue
  2. 5 0
      pages/order/detail/suspendIndex.uvue

+ 6 - 0
pages/order/detail/returnIndex.uvue

@@ -665,5 +665,11 @@
 	padding: 20rpx 0;
 	border-bottom: 1rpx solid #f0f0f0;
 }
+
+.reject-reason-textarea {
+    width: 100%;
+    min-height: 100rpx;
+    line-height: 1.5;
+}
 </style>
 

+ 5 - 0
pages/order/detail/suspendIndex.uvue

@@ -796,5 +796,10 @@
 	    color: #999999;
 	    margin-left: 12rpx;
 	}
+.reject-reason-textarea {
+    width: 100%;
+    min-height: 100rpx;
+    line-height: 1.5;
+}
 </style>