bug 处理

This commit is contained in:
13405411873 2025-05-01 10:12:35 +08:00
parent bb8f046095
commit 6e6853d523
4 changed files with 42 additions and 23 deletions

View File

@ -273,16 +273,16 @@
justify-content: center;
.one-menu {
width: 302px;
height: 170px;
width: 30%;
// height: 170px;
background: linear-gradient(90deg, #6077EB 0%, #3457D6 100%);
box-sizing: border-box;
padding-top: 30px;
line-height: 60rpx;
border-radius: 30rpx;
background-color: rgba(255, 255, 255, 1);
text-align: center;
margin: 0px 25px;
margin: 0px 10rpx;
box-shadow: 0px 2px 6px 0px #ccc;
font-weight: bold;
font-size: 20px;
@ -296,6 +296,7 @@
.text {
font-size: 28rpx;
margin-bottom: 15rpx;
}
}
}

View File

@ -44,8 +44,8 @@
privacyPolicyChecked: false,
isShow: true,
loginStatus: null,
account: null,
password: null
account: 'admin',
password: 'admin123'
}
},
onShow() {

View File

@ -20,15 +20,15 @@
<view class="form-item-input">
<u--input inputAlign="right" placeholder="请输入孩子姓名" border="none" clearable
v-model="children.username" placeholderStyle="color:#8C8C8C;text-align:right;"
fontSize="24rpx"></u--input>
fontSize="18rpx"></u--input>
</view>
</view>
<view class="form-item" @click="childSexClick">
<view class="form-item-label">儿童性别</view>
<view class="form-item-input" @click="childSexClick">
<view style="font-size: 12px; text-align: right; " v-if="children.sex">{{children.sex}}
<view style="font-size: 18rpx; text-align: right; " v-if="children.sex">{{children.sex}}
</view>
<view style="font-size: 12px; color: #8c8c8c;text-align: right; " v-else>请选择孩子性别</view>
<view style="font-size: 18rpx; color: #8c8c8c;text-align: right; " v-else>请选择孩子性别</view>
<!-- <u--input inputAlign="right" v-model="children.sex" placeholder="请选择孩子性别" border="none"
clearable placeholderStyle="color:#8C8C8C;text-align:right;" fontSize="24rpx"
readonly></u--input> -->
@ -37,10 +37,10 @@
<view class="form-item" @click="childDateClick">
<view class="form-item-label">儿童出生年月</view>
<view class="form-item-input" @click="childDateClick">
<view style="font-size: 12px; text-align: right; " v-if="children.birthday">
<view style="font-size: 18rpx; text-align: right; " v-if="children.birthday">
{{children.birthday}}
</view>
<view style="font-size: 12px; color: #8c8c8c;text-align: right; " v-else>请选择孩子出生日期
<view style="font-size: 18rpx; color: #8c8c8c;text-align: right; " v-else>请选择孩子出生日期
</view>
</view>
@ -58,7 +58,7 @@
<view class="form-item-input">
<u--input inputAlign="right" placeholder="请输入家长姓名" border="none" clearable
v-model="children.parentName" placeholderStyle="color:#8C8C8C;text-align:right;"
fontSize="24rpx"></u--input>
fontSize="18rpx"></u--input>
</view>
</view>
<view class="form-item">
@ -66,7 +66,7 @@
<view class="form-item-input">
<u--input inputAlign="right" placeholder="请输入家长手机号" border="none" clearable
v-model="children.tel" placeholderStyle="color:#8C8C8C;text-align:right;"
fontSize="24rpx"></u--input>
fontSize="18rpx"></u--input>
</view>
</view>
<view class="form-item">
@ -74,7 +74,7 @@
<view class="form-item-input">
<u--input inputAlign="right" placeholder="请输入与孩子的关系" border="none" clearable
v-model="children.relation" placeholderStyle="color:#8C8C8C;text-align:right;"
fontSize="24rpx"></u--input>
fontSize="18rpx"></u--input>
</view>
</view>
<view class="form-item" v-if="deptId&&deptId!=100">
@ -719,7 +719,7 @@
.form-item-input {
cursor: pointer;
width: 350rpx;
height: 50rpx;
// height: 50rpx;
margin-right: 10rpx;
}
@ -783,14 +783,15 @@
}
.btn {
width: 332px;
height: 50px;
width: 60%;
height: 80rpx;
border-radius: 30px;
background-color: rgba(40, 123, 206, 1);
color: rgba(255, 255, 255, 1);
font-size: 14px;
text-align: center;
line-height: 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 20rpx auto;
}
@ -800,4 +801,21 @@
width: 95%;
margin: 15px auto;
}
@media (max-width: 700px) {
.form-item-label {
font-size: 18rpx !important;
font-weight: bold;
color: #101010;
}
.form-item-input {
cursor: pointer;
font-size: 18rpx !important;
width: 200rpx !important;
margin-right: 10rpx;
}
}
</style>

View File

@ -87,7 +87,7 @@
}
.head {
width: 60%;
width: 80%;
height: 350px;
margin: 0 auto;
@ -101,7 +101,7 @@
.center {
width: 60%;
width: 80%;
margin: 45px auto;
margin-top: 45px;
line-height: 20px;
@ -144,12 +144,12 @@
margin-top: 50rpx;
.btn {
width: 700rpx;
width: 80%;
height: 100rpx;
border-radius: 50rpx;
background-color: rgba(40, 123, 206, 1);
color: rgba(255, 255, 255, 1);
font-size: 14px;
font-size: 24rpx;
text-align: center;
line-height: 100rpx;
margin-bottom: 50rpx;