fix: BUG修改
This commit is contained in:
parent
d076271208
commit
aa622552bc
10
pages.json
10
pages.json
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user