Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
d4124d2453 | |
|
|
bb4058939b | |
|
|
7d7350f4db |
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<Box title="稻虾价格(元/斤)">
|
||||
<Box title="稻虾中青价格(元/斤)">
|
||||
<div class="h-full flex flex-col">
|
||||
<div class="flex-1" ref="chartRef"> </div>
|
||||
</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">
|
||||
|
|
|
|||
|
|
@ -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