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 @@