1

parent 703ff5c2
...@@ -232,11 +232,16 @@ const submit = () => { ...@@ -232,11 +232,16 @@ const submit = () => {
padding: 32rpx 0; padding: 32rpx 0;
border-bottom: 2rpx solid #f3f4f8; border-bottom: 2rpx solid #f3f4f8;
align-items: center; align-items: center;
width: 100%;
:deep(.wd-input) { :deep(.wd-input) {
padding: 0; padding: 0;
width: 100%;
.wd-input__label-inner { .wd-input__label-inner {
color: #77818f; color: #77818f;
} }
.wd-input__label {
width: auto;
}
} }
.label { .label {
flex: 0 0 184rpx; flex: 0 0 184rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment