新增的功能
parent
bb7b0d9ae7
commit
33036d899d
|
|
@ -26,7 +26,6 @@
|
||||||
历史记录
|
历史记录
|
||||||
</view>
|
</view>
|
||||||
<view class="" style="display: flex;">
|
<view class="" style="display: flex;">
|
||||||
|
|
||||||
|
|
||||||
<div class="funcList" v-for="(item, index) in xjxList" :key="index" >
|
<div class="funcList" v-for="(item, index) in xjxList" :key="index" >
|
||||||
<div @click="navigateToSubPage(index)">
|
<div @click="navigateToSubPage(index)">
|
||||||
|
|
@ -253,7 +252,6 @@
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #007afd;
|
background-color: #007afd;
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
.xjxList{
|
.xjxList{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -262,6 +260,3 @@
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
=======
|
|
||||||
</style>
|
|
||||||
>>>>>>> 7aeb4aa5a071cd3d557c15ebc6cd5b0525da319b
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view :style="{height:'100vh',overflow:'auto'}">
|
<view :style="{height:'100vh',overflow:'auto'}">
|
||||||
<u-status-bar></u-status-bar>
|
<u-status-bar></u-status-bar>
|
||||||
<u-navbar title="预警" :autoBack="true" :titleStyle="{
|
<u-navbar title="问题处理" :autoBack="true" :titleStyle="{
|
||||||
fontSize:'18px'
|
fontSize:'18px'
|
||||||
}" :height='44' :safeAreaInsetTop=true leftIconSize='20' leftIconColor='rgb(153, 153, 153)'>
|
}" :height='44' :safeAreaInsetTop=true leftIconSize='20' leftIconColor='rgb(153, 153, 153)'>
|
||||||
</u-navbar>
|
</u-navbar>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue