fix(): bug修复

master
李神峰 2024-06-20 17:08:43 +08:00
parent 07cf6a565b
commit 33a730d973
8 changed files with 21 additions and 9 deletions

View File

@ -28,9 +28,10 @@
<view class="jcsj-charts" v-if="selactOne == 0">
<qiun-data-charts :chartData="chartData.chartData" :echartsApp="true" :eopts="chartData.eopts" />
</view>
</view>
<view style="margin-top: 20px;" v-if="selactOne == 1">
<JcsjTable :tableData="tableData" />
</view>
<view style="height:300px" v-if="selactOne == 0"></view>
</view>
<u-datetime-picker
:show="showTime"
@ -148,7 +149,7 @@
}
}
.jcsj-content{
max-height:calc(100vh - 89px - 43px - 45px);
max-height:100vh;
overflow-y:auto
}
.jcsj-charts{

View File

@ -88,6 +88,7 @@
<view class="second-row" style="border-bottom: 1px solid #dfdfdf;">{{tableData.maxRz ? tableData.maxRz.toFixed(2) :0}}</view>
</uni-col>
</uni-row>
<view style="height:150px"></view>
</view>
</template>
@ -139,6 +140,8 @@
<style lang="scss" scoped>
.tjsj-box{
max-height: 100vh;
overflow-y: auto;
.tjsj-row{
.first-row{
line-height: 40px;

View File

@ -21,6 +21,7 @@
<view v-for="(item,index) in list" :key="index" style="margin-bottom: 5px;">
<ResList :info="item" />
</view>
<view style="height:300px"></view>
</view>
<u-popup :show="popupOpen" mode="right" @close="popupOpen=false" >
<view style="padding: 30px 20px;">
@ -148,7 +149,7 @@
}
.content{
margin-top: 10px;
max-height: 580px;
max-height: 100vh;
overflow-y: auto;
}

View File

@ -219,7 +219,7 @@
<div class="time">{{ imgHourstm[0] }} {{ imgHourstm[1] }}</div>
</div>
<div class="imgs" style="height: 100%; text-align: center">
<image :src="imgHours.url" mode="aspectFit"></image>
<image :src="imgHours.url" mode="aspectFit" v-if="imgHours"></image>
</div>
</view>
</view>

View File

@ -21,6 +21,7 @@
<view v-for="(item,index) in list" :key="index" style="margin-bottom: 5px;">
<ResList :info="item" />
</view>
<view style="height:300px"></view>
</view>
<u-popup :show="popupOpen" mode="right" @close="popupOpen=false" >
<view style="padding: 30px 20px;">
@ -148,7 +149,7 @@
}
.content{
margin-top: 10px;
max-height: 580px;
max-height: 100vh;
overflow-y: auto;
}

View File

@ -27,10 +27,11 @@
<view class="jcsj-content">
<view class="jcsj-charts" v-if="selactOne == 0">
<qiun-data-charts :chartData="chartData.chartData" :echartsApp="true" :eopts="chartData.eopts" />
</view>
</view>
<view style="margin-top: 20px;" v-if="selactOne == 1">
<JcsjTable :tableData="tableData" />
</view>
<view style="height:300px" v-if="selactOne == 0"></view>
</view>
<u-datetime-picker
:show="showTime"
@ -148,11 +149,12 @@
}
}
.jcsj-content{
max-height:calc(100vh - 89px - 43px - 45px);
max-height:100vh;
width: 100%;
overflow-y:auto
}
.jcsj-charts{
width:100%;
// width:103vw;
height: 500px;
overflow-y: auto;
margin-top: 20px;

View File

@ -88,6 +88,7 @@
<view class="second-row" style="border-bottom: 1px solid #dfdfdf;">{{tableData.maxRz ? tableData.maxRz.toFixed(2) :0}}</view>
</uni-col>
</uni-row>
<view style="height:150px"></view>
</view>
</template>
@ -139,6 +140,8 @@
<style lang="scss" scoped>
.tjsj-box{
max-height: 100vh;
overflow-y: auto;
.tjsj-row{
.first-row{
line-height: 40px;

View File

@ -21,6 +21,7 @@
<view v-for="(item,index) in list" :key="index" style="margin-bottom: 5px;">
<ResList :info="item" />
</view>
<view style="height:300px"></view>
</view>
<u-popup :show="popupOpen" mode="right" @close="popupOpen=false" >
<view style="padding: 30px 20px;">
@ -148,7 +149,7 @@
}
.content{
margin-top: 10px;
max-height: 580px;
max-height: 100vh;
overflow-y: auto;
}