Jelajahi Sumber

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

houzekong 1 bulan lalu
induk
melakukan
1cb14f2603
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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" />