From 9f3a3a7ce0d72cfe6a057f9577e1f9420333e4d7 Mon Sep 17 00:00:00 2001 From: yurj26 <1816387074@qq.com> Date: Tue, 19 Sep 2023 17:13:03 +0800 Subject: [PATCH] style: remove invalid css --- common/uni.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/uni.css b/common/uni.css index 6a822113..cc196f2c 100644 --- a/common/uni.css +++ b/common/uni.css @@ -83,7 +83,7 @@ .uni-input { height: 50rpx; padding: 15rpx 25rpx; - line-height: 50rpx; + /* line-height: 50rpx; */ font-size: 28rpx; background: #FFF; flex: 1; -- GitLab