Commit b4b88ada authored by lvtz's avatar lvtz

fix

parents 2c5daba5 d4dbf577
......@@ -16,16 +16,24 @@
align-items: center;
justify-content: space-between;
}
.form-item .label{
width: 200rpx;
}
.form-item .label text{
font-size:30rpx;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color: #2D2D2D;
width:
}
.form-item .label .require{
color: #FD3C3C;
}
.form-item .input-box {
flex: 1;
/* overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; */
display: flex;
align-items: center;
min-width:50%;
......
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