master^2
parent
5d98aeb830
commit
7d7350f4db
|
|
@ -1,11 +1,11 @@
|
|||
<template>
|
||||
<Box title="气象数据">
|
||||
<template #center>
|
||||
<!-- <div
|
||||
<div
|
||||
class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold"
|
||||
>
|
||||
{{ currentTabValue }}
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
<template #right>
|
||||
<div class="py-10px relative" v-if="tabList.length > 1">
|
||||
|
|
|
|||
|
|
@ -49,8 +49,7 @@
|
|||
<div class="flex items-center h-22px">
|
||||
<div class="w-7px h-7px bg-[#F7B379]"></div>
|
||||
<div class="ml-11px text-11px text-white">离线</div>
|
||||
<!-- <div class="text-white ml-10px">{{ item.value[1] }}</div> -->
|
||||
<div class="text-white ml-10px">{{ item.value[1] == 0 ? item.value[1] : 5 }}</div>
|
||||
<div class="text-white ml-10px">{{ item.value[1] }}</div>
|
||||
</div>
|
||||
<div class="flex items-center h-22px">
|
||||
<div class="w-7px h-7px bg-[#EB313E]"></div>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<template>
|
||||
<Box title="水质监测数据">
|
||||
<template #center>
|
||||
<!-- <div
|
||||
<div
|
||||
class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold"
|
||||
>
|
||||
{{ currentTabValue }}
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
<template #right>
|
||||
<div class="py-10px relative" v-if="tabList.length > 1">
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<template>
|
||||
<Box title="土壤监测数据">
|
||||
<template #center>
|
||||
<!-- <div
|
||||
<div
|
||||
class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold"
|
||||
>
|
||||
{{ currentTabValue }}
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
<template #right>
|
||||
<div class="py-10px relative" v-if="tabList.length > 1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue