From c8144e10bec6e1e8084fac656acd58c315e1e183 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 14 Aug 2025 10:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A4=E7=90=86=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/nuBaseInfo/QyxxList.vue | 194 ++++++++++-------- .../components/BaseWlsbListForm.vue | 94 ++++++++- .../nuBaseInfo/components/NuBaseInfoForm.vue | 2 +- .../nuBaseInfo/components/NuBaseInfoModal.vue | 2 +- .../camera/components/CameraInfoList.vue | 4 +- src/views/iot/tplink/camera/index.vue | 6 +- 6 files changed, 201 insertions(+), 101 deletions(-) diff --git a/src/views/biz/nuBaseInfo/QyxxList.vue b/src/views/biz/nuBaseInfo/QyxxList.vue index 3b55272..18ebde8 100644 --- a/src/views/biz/nuBaseInfo/QyxxList.vue +++ b/src/views/biz/nuBaseInfo/QyxxList.vue @@ -36,59 +36,58 @@ - + - 查询 重置 - - - - - - - - - + + + + +

单元名称:{{item.nuName}}

+

创建时间:{{item.createTime}}

+

单元类型:{{item.areaFlag_dictText}}

+
+ 启用 + 停用 + 更名 + 设备 + + + 二维码 + +
+
+
+
- @@ -289,4 +254,53 @@ const { createMessage } = useMessage(); width: 100%; } } + + + +.zxClass { + font-size: 12px; + background: linear-gradient(to right, #1ea0fa, #017de9); + border-radius: 8px; + height: 25px; + color: white; + line-height: 25px; + padding: 5px; +} + +.lxClass { + font-size: 12px; + background: linear-gradient(to right, #d1d4d5, #d3d5d6); + border-radius: 8px; + height: 25px; + color: white; + line-height: 25px; + padding: 5px; +} + +.selected-card { + border: 2px solid #1890ff; + box-shadow: 0 0 8px rgba(24, 144, 255, 0.3); +} + +.cardContent{ + margin-top: -10px;background:white;margin:0 10px;border-radius:8px; +} + +/* 基础卡片样式 */ +.card-3d { + border-radius: 8px; + border: 1px solid #f0f0f0; /* 边框增强立体感 */ + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + transition: all 0.3s ease; + background: white; + position: relative; +} + +/* 鼠标悬停:阴影加深 + 轻微上浮 */ +.card-3d:hover { + border: 2px solid #1890ff; + box-shadow: 0 4px 8px rgba(24, 144, 255, 0.4); + transform: translate(-3px,-3px); +} + diff --git a/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue b/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue index aa80434..58c8e5d 100644 --- a/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue +++ b/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue @@ -1,6 +1,49 @@