修改样式

This commit is contained in:
2025-03-03 16:54:40 +08:00
parent 5fbd34d9f8
commit d58436ef5f
15 changed files with 200 additions and 176 deletions

View File

@@ -16,7 +16,22 @@
border: 1rpx solid #ccc;
background-color: #fff;
}
.inputContent {
flex: 1;
margin-left: 30rpx;
margin-right: 30rpx;
display: flex;
padding: 0 20rpx;
border-radius: 12rpx;
border: 1rpx solid #ccc;
background-color: #fff;
}
.text {
flex: 1;
}
.label {
width: 120rpx;
}