更新后台

This commit is contained in:
2025-04-23 15:47:01 +08:00
parent aa18dbf3ef
commit 3358aa3e49
29 changed files with 1027 additions and 2163 deletions

View File

@ -1,5 +1,6 @@
<template>
<div class="systemBox">
<GdMap></GdMap>
<!-- 头部筛选 -->
<div class="topSearch">
<el-form v-model="listQuery">
@ -11,7 +12,6 @@
</el-form>
<el-button type="primary">搜索</el-button>
</div>
<div></div>
<!-- 左边列表 -->
<div class="leftList">
<div class="hed flex just-between align center">
@ -69,6 +69,7 @@
</template>
<script setup>
import GdMap from "@/components/GdMap/index.vue";
import * as MOSTY from "@/components/MyComponents/index";
import YjItem from "./components/yjItem.vue";
import WarningCount from "./components/WarningCount.vue";
@ -192,6 +193,7 @@ const active1 = ref("人员身份标签统计");
height: 60px;
display: flex;
align-items: center;
z-index: 9;
.el-form {
display: flex;
::v-deep .el-input__inner{
@ -209,6 +211,7 @@ const active1 = ref("人员身份标签统计");
height: calc(100% - 20px);
border-radius: 6px 6px 6px 6px;
background: rgba(0, 29, 75, 0.4);
z-index: 9;
.listContent {
height: calc(100% - 96px);
overflow: hidden;
@ -232,6 +235,7 @@ const active1 = ref("人员身份标签统计");
top: 10px;
width: 427px;
height: calc(100% - 20px);
z-index: 9;
.model-commom{
height: calc((100% / 4) - 10px);
}
@ -247,6 +251,7 @@ const active1 = ref("人员身份标签统计");
transform: translateX(-50%);
display: flex;
align-items: center;
z-index: 9;
.footItem{
width: 195px;
height: 42px;