diff --git a/src/views/DialogTabs/component/JC_oldList.vue b/src/views/DialogTabs/component/JC_oldList.vue index bf42dcf..ec2cde1 100644 --- a/src/views/DialogTabs/component/JC_oldList.vue +++ b/src/views/DialogTabs/component/JC_oldList.vue @@ -224,7 +224,7 @@ display: flex; align-items: center; .btn { - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: linear-gradient(0deg, rgba(28, 138, 255, 0.1) 0%, rgba(28, 138, 255, 0.4) 100%) !important; } .searchBtn { margin-left: 40px; @@ -256,8 +256,8 @@ --el-text-color-regular: #fff; .el-input__wrapper { - background: #0e4559; - border: 1px solid #1cf5fc; + background: rgba(13, 42, 84, 0.9); + border: 1px solid #1CB1FC; box-shadow: none; .el-input__inner { @@ -281,6 +281,7 @@ .el-table { background-color: transparent; --el-table-row-hover-bg-color: transparent; + // border: 1px solid rgba(28, 138, 255, 0.4); // 表头 .el-table__header-wrapper { background-color: transparent !important; @@ -289,10 +290,11 @@ background-color: transparent !important; } .el-table__cell { - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + // background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: linear-gradient(0deg, rgba(28, 138, 255, 0.1) 0%, rgba(28, 138, 255, 0.4) 100%) !important; background: none; border-radius: 2px; - border: 1px solid #74dde1; + border: 1px solid rgba(28, 138, 255, 0.4); font-family: Source Han Sans CN; font-weight: 400; font-size: 14px; diff --git a/src/views/DialogTabs/component/JC_oldList.vue b/src/views/DialogTabs/component/JC_oldList.vue index bf42dcf..ec2cde1 100644 --- a/src/views/DialogTabs/component/JC_oldList.vue +++ b/src/views/DialogTabs/component/JC_oldList.vue @@ -224,7 +224,7 @@ display: flex; align-items: center; .btn { - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: linear-gradient(0deg, rgba(28, 138, 255, 0.1) 0%, rgba(28, 138, 255, 0.4) 100%) !important; } .searchBtn { margin-left: 40px; @@ -256,8 +256,8 @@ --el-text-color-regular: #fff; .el-input__wrapper { - background: #0e4559; - border: 1px solid #1cf5fc; + background: rgba(13, 42, 84, 0.9); + border: 1px solid #1CB1FC; box-shadow: none; .el-input__inner { @@ -281,6 +281,7 @@ .el-table { background-color: transparent; --el-table-row-hover-bg-color: transparent; + // border: 1px solid rgba(28, 138, 255, 0.4); // 表头 .el-table__header-wrapper { background-color: transparent !important; @@ -289,10 +290,11 @@ background-color: transparent !important; } .el-table__cell { - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + // background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: linear-gradient(0deg, rgba(28, 138, 255, 0.1) 0%, rgba(28, 138, 255, 0.4) 100%) !important; background: none; border-radius: 2px; - border: 1px solid #74dde1; + border: 1px solid rgba(28, 138, 255, 0.4); font-family: Source Han Sans CN; font-weight: 400; font-size: 14px; diff --git a/src/views/oneMap/floodPrevention/FholRightBox.vue b/src/views/oneMap/floodPrevention/FholRightBox.vue index f396098..e9c43cd 100644 --- a/src/views/oneMap/floodPrevention/FholRightBox.vue +++ b/src/views/oneMap/floodPrevention/FholRightBox.vue @@ -153,6 +153,8 @@ import bengzhantingzhi from "@/assets/images/fhpl/bengzhantingzhi.png"; import bengzhanyunxing from "@/assets/images/fhpl/bengzhanyunxing.png"; import { selectBoxBySiteNo } from "@/api/system/tanchuang"; +import dialogTabsStore from "@/store/modules/dialogTabs"; +const useDialogTabs = dialogTabsStore(); const bzList = ref([ { name: "工况", value: 1 }, { name: "视频", value: 2 }, diff --git a/src/views/DialogTabs/component/JC_oldList.vue b/src/views/DialogTabs/component/JC_oldList.vue index bf42dcf..ec2cde1 100644 --- a/src/views/DialogTabs/component/JC_oldList.vue +++ b/src/views/DialogTabs/component/JC_oldList.vue @@ -224,7 +224,7 @@ display: flex; align-items: center; .btn { - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: linear-gradient(0deg, rgba(28, 138, 255, 0.1) 0%, rgba(28, 138, 255, 0.4) 100%) !important; } .searchBtn { margin-left: 40px; @@ -256,8 +256,8 @@ --el-text-color-regular: #fff; .el-input__wrapper { - background: #0e4559; - border: 1px solid #1cf5fc; + background: rgba(13, 42, 84, 0.9); + border: 1px solid #1CB1FC; box-shadow: none; .el-input__inner { @@ -281,6 +281,7 @@ .el-table { background-color: transparent; --el-table-row-hover-bg-color: transparent; + // border: 1px solid rgba(28, 138, 255, 0.4); // 表头 .el-table__header-wrapper { background-color: transparent !important; @@ -289,10 +290,11 @@ background-color: transparent !important; } .el-table__cell { - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + // background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%) !important; + background: linear-gradient(0deg, rgba(28, 138, 255, 0.1) 0%, rgba(28, 138, 255, 0.4) 100%) !important; background: none; border-radius: 2px; - border: 1px solid #74dde1; + border: 1px solid rgba(28, 138, 255, 0.4); font-family: Source Han Sans CN; font-weight: 400; font-size: 14px; diff --git a/src/views/oneMap/floodPrevention/FholRightBox.vue b/src/views/oneMap/floodPrevention/FholRightBox.vue index f396098..e9c43cd 100644 --- a/src/views/oneMap/floodPrevention/FholRightBox.vue +++ b/src/views/oneMap/floodPrevention/FholRightBox.vue @@ -153,6 +153,8 @@ import bengzhantingzhi from "@/assets/images/fhpl/bengzhantingzhi.png"; import bengzhanyunxing from "@/assets/images/fhpl/bengzhanyunxing.png"; import { selectBoxBySiteNo } from "@/api/system/tanchuang"; +import dialogTabsStore from "@/store/modules/dialogTabs"; +const useDialogTabs = dialogTabsStore(); const bzList = ref([ { name: "工况", value: 1 }, { name: "视频", value: 2 }, diff --git a/src/views/oneMap/floodPrevention/FhplLeftBox.vue b/src/views/oneMap/floodPrevention/FhplLeftBox.vue index 9a8e816..8732e88 100644 --- a/src/views/oneMap/floodPrevention/FhplLeftBox.vue +++ b/src/views/oneMap/floodPrevention/FhplLeftBox.vue @@ -234,6 +234,8 @@ import bus from "@/bus"; import yhhsqEch from "./yhhsqEch.vue"; import { selectBoxBySiteNo, selectSiteMonitorBySiteType } from "@/api/system/tanchuang"; +import dialogTabsStore from "@/store/modules/dialogTabs"; +const useDialogTabs = dialogTabsStore(); const yuJingVisible = ref(false); const LegendShow = ref(false);