diff --git a/css/common.css b/css/common.css index 2d6b6d6..7127a93 100644 --- a/css/common.css +++ b/css/common.css @@ -78,7 +78,7 @@ body { } .base .left.input-active { border-color: #c4c7ce; - border-radius: 0 0 4px 10px; + border-radius: 0 0 4px 15px; } .base .left .text { font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; diff --git a/css/common.less b/css/common.less index 53f0b2b..94d8f8d 100644 --- a/css/common.less +++ b/css/common.less @@ -93,7 +93,7 @@ body { &.input-active { border-color: #c4c7ce; - border-radius: 0 0 4px 10px; + border-radius: 0 0 4px 15px; } .text {