Commit c3d1aa1d9ce13d08e817a539f9a976f699e4c2a1

Authored by loveumiko
1 parent b6a5b9eb

fix: 修改看板组件其他

... ... @@ -68,7 +68,7 @@
68 68 :size="60"
69 69 :style="{ color: isOpenClose ? getDesign.iconColor : getDesign.iconColorClose }"
70 70 />
71   - <div class="text-gray-500 text-sm truncate m-2">{{ getDesign.attribute || '温度' }}</div>
  71 + <div class="text-gray-500 text-sm truncate m-2">{{ getDesign.attribute || '' }}</div>
72 72 </div>
73 73 <UpdateTime v-show="getDesign.showTime" :time="time" />
74 74 </main>
... ...