Compare commits

...

3 Commits

Author SHA1 Message Date
ihzero d4124d2453 Merge branch 'master' of https://gitea.hmily.club/zhouhui/lcny-vue3-antd-admin 2023-07-19 10:14:58 +08:00
ihzero bb4058939b 修改稻虾价格标题 2023-07-19 10:14:40 +08:00
ihzero 7d7350f4db 还原 2023-07-18 17:05:18 +08:00
5 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<Box title="稻虾价格(元/斤)"> <Box title="稻虾中青价格(元/斤)">
<div class="h-full flex flex-col"> <div class="h-full flex flex-col">
<div class="flex-1" ref="chartRef"> </div> <div class="flex-1" ref="chartRef"> </div>
</div> </div>

View File

@ -1,11 +1,11 @@
<template> <template>
<Box title="气象数据"> <Box title="气象数据">
<template #center> <template #center>
<!-- <div <div
class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold" class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold"
> >
{{ currentTabValue }} {{ currentTabValue }}
</div> --> </div>
</template> </template>
<template #right> <template #right>
<div class="py-10px relative" v-if="tabList.length > 1"> <div class="py-10px relative" v-if="tabList.length > 1">

View File

@ -49,8 +49,7 @@
<div class="flex items-center h-22px"> <div class="flex items-center h-22px">
<div class="w-7px h-7px bg-[#F7B379]"></div> <div class="w-7px h-7px bg-[#F7B379]"></div>
<div class="ml-11px text-11px text-white">离线</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] }}</div>
<div class="text-white ml-10px">{{ item.value[1] == 0 ? item.value[1] : 5 }}</div>
</div> </div>
<div class="flex items-center h-22px"> <div class="flex items-center h-22px">
<div class="w-7px h-7px bg-[#EB313E]"></div> <div class="w-7px h-7px bg-[#EB313E]"></div>

View File

@ -1,11 +1,11 @@
<template> <template>
<Box title="水质监测数据"> <Box title="水质监测数据">
<template #center> <template #center>
<!-- <div <div
class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold" class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold"
> >
{{ currentTabValue }} {{ currentTabValue }}
</div> --> </div>
</template> </template>
<template #right> <template #right>
<div class="py-10px relative" v-if="tabList.length > 1"> <div class="py-10px relative" v-if="tabList.length > 1">

View File

@ -1,11 +1,11 @@
<template> <template>
<Box title="土壤监测数据"> <Box title="土壤监测数据">
<template #center> <template #center>
<!-- <div <div
class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold" class="text-center bg-clip-text text-transparent bg-gradient-to-t from-[#76E9F0] to-[#A7E6EE] text-14px font-bold"
> >
{{ currentTabValue }} {{ currentTabValue }}
</div> --> </div>
</template> </template>
<template #right> <template #right>
<div class="py-10px relative" v-if="tabList.length > 1"> <div class="py-10px relative" v-if="tabList.length > 1">