Browse Source

[Style 0000] 可配置首页设备选择头样式优化

houzekong 1 month ago
parent
commit
1cb14f2603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/home/configurable/components/header.vue

+ 1 - 1
src/views/vent/home/configurable/components/header.vue

@@ -12,7 +12,7 @@
     >
       <div class="flex-basis-100% flex flex-items-center" @click.prevent>
         <SwapOutlined class="w-30px" />
-        <div class="flex-grow-1">
+        <div class="w-100px flex-grow-1 overflow-hidden whitespace-nowrap text-ellipsis">
           {{ selectedDeviceLabel }}
         </div>
         <CaretUpOutlined class="w-30px" v-if="visible" />