...
|
...
|
@@ -117,7 +117,7 @@ |
117
|
117
|
<DeviceName :config="config" />
|
118
|
118
|
|
119
|
119
|
<div v-for="item in percentList" :key="item.id" class="flex flex-col ml-3 mr-3 items-stretch">
|
120
|
|
- <div class="flex justify-between">
|
|
120
|
+ <div class="flex justify-between items-center">
|
121
|
121
|
<div
|
122
|
122
|
class="text-gray-500 flex w-7/10"
|
123
|
123
|
:style="{
|
...
|
...
|
@@ -125,11 +125,6 @@ |
125
|
125
|
fontSize: (getRatios ? getRatios * item.fontSize : item.fontSize) + 'px',
|
126
|
126
|
}"
|
127
|
127
|
>
|
128
|
|
- <!-- {{
|
129
|
|
- `${item.deviceName}
|
130
|
|
- -
|
131
|
|
- ${item.attributeName || item.attribute || '温度'}`
|
132
|
|
- }} -->
|
133
|
128
|
<div class="max-w-4/6 overflow-ellipsis overflow-hidden whitespace-nowrap">{{
|
134
|
129
|
item.deviceName
|
135
|
130
|
}}</div>
|
...
|
...
|
|