Commit c74be7ef3b0d6adb37c40b905fee4dca64166c35

Authored by xp.Huang
2 parents b6a5b9eb c3d1aa1d

Merge branch 'fix/board-other' into 'main_dev'

fix: 修改看板组件其他

See merge request yunteng/thingskit-front!777
... ... @@ -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>
... ...