fix: BUG修改

This commit is contained in:
kun 2024-05-24 21:13:08 +08:00
parent d076271208
commit aa622552bc
2 changed files with 16 additions and 10 deletions

View File

@ -1133,11 +1133,11 @@
{
"path": "pages/alarmPage/indexTwo",
"style": {
"navigationBarTitleText": "报警提示",
"enablePullDownRefresh": true,
"onReachBottomDistance": 100,
"navigationBarBackgroundColor": "#3A7BFF",
"navigationBarTextStyle": "white"
// "navigationBarTitleText": "报警提示",
"enablePullDownRefresh": true
// "onReachBottomDistance": 100,
// "navigationBarBackgroundColor": "#3A7BFF",
// "navigationBarTextStyle": "white"
}
},
{

View File

@ -290,6 +290,7 @@
.beginexam {
padding: 26.92rpx 32.69rpx;
padding-top: 40rpx;
height: 58%;
display: flex;
flex-direction: column;
@ -307,7 +308,8 @@
.text:nth-child(2) {
font-size: 34rpx;
width: 52%;
// width: 52%;
flex: 1;
overflow-wrap: anywhere;
}
}
@ -322,8 +324,10 @@
.radio {
display: flex;
align-items: flex;
// align-items: center;
>text{
margin-top: 5rpx;
}
.question-desc {
display: inline-block;
width: 82%;
@ -342,8 +346,10 @@
.check {
display: flex;
align-items: flex;
// align-items: center;
>text{
margin-top: 5rpx;
}
.question-desc {
display: inline-block;
width: 82%;