From 1defb26689b98bfb3ae0324bb44e97e5d83cb960 Mon Sep 17 00:00:00 2001
From: zhufu <17863654727@163.com>
Date: Fri, 13 Mar 2026 13:51:42 +0800
Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E6=83=85=E7=BA=BF=E7=B4=A2=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Equipment/Equipment/HuoQingXianSuo/index.vue | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/packages/components/Equipment/Equipment/HuoQingXianSuo/index.vue b/src/packages/components/Equipment/Equipment/HuoQingXianSuo/index.vue
index 556db8d..81577a9 100644
--- a/src/packages/components/Equipment/Equipment/HuoQingXianSuo/index.vue
+++ b/src/packages/components/Equipment/Equipment/HuoQingXianSuo/index.vue
@@ -17,7 +17,7 @@
v-for="(item, index) in sectionDatas"
@click="handlerFireDetail(item)"
>
-
+
{{ item.describe }}
{{ item.degreeType }}
@@ -392,6 +392,7 @@ const getFileImage = (type) => {
height: calc(100% - 40px);
margin-left: 4%;
overflow: auto;
+ padding-right: 5px;
img {
width: 21px;
height: 21px;
@@ -400,6 +401,7 @@ const getFileImage = (type) => {
width: 15px;
height: 15px;
margin-left: 3px;
+ margin-right: 10px;
}
}
.sectionLi {
@@ -413,7 +415,9 @@ const getFileImage = (type) => {
text-overflow: ellipsis;
white-space: nowrap;
color: v-bind('titleColor');
- font-size: v-bind('titleSize+"px"');
+ // font-size: v-bind('titleSize+"px"');
+ font-size: 14px;
+ font-weight: 600;
}
.dataStyle {
font-size: 14px;
@@ -437,6 +441,9 @@ const getFileImage = (type) => {
.desStyle {
color: v-bind('desColor');
font-size: v-bind('desSize+"px"');
+ display: flex;
+ align-items: center;
+ height: 100%;
}
.desImg {
margin-right: 10px;
@@ -448,7 +455,7 @@ const getFileImage = (type) => {
margin-right: 6px;
}
.mt-1 {
- margin-top: 8px;
+ // margin-top: 8px;
}