土壤监测弹框优化样式

This commit is contained in:
wgx 2026-01-17 16:54:51 +08:00
parent 7d9c8c7794
commit 0e853271f1
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -1,5 +1,5 @@
<template>
<!-- 土壤弹窗 -->
<!-- 长期监测弹窗 -->
<el-dialog
width="75%"
top="130px"
@ -53,7 +53,7 @@
</div>
</el-col>
<el-col :span="15">
<span class="tcxitit">土壤环境监测历史记录</span>
<span class="tcxitit">长期定位监测历史记录</span>
<div class="bianqianlist">
<el-radio-group v-model="postParam.summrayMode" @input="formParamChange(1)" size="small" fill="#1783C6">
<el-radio-button label="dayhours">小时</el-radio-button>
@ -146,7 +146,7 @@ export default {
}
},
mounted() {
console.log('土壤弹窗显示拉!', this.soilDataId)
console.log('长期监测弹窗显示拉!', this.soilDataId)
this.deviceSummaryApi();
},
methods: {