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;
}