Browse Source

style: 大屏设计器右侧配置面板头部title文字超长溢出增加隐藏

wu.jian2 1 year ago
parent
commit
86a5b39779
1 changed files with 5 additions and 0 deletions
  1. 5 0
      data-room-ui/packages/SettingTitle/index.vue

+ 5 - 0
data-room-ui/packages/SettingTitle/index.vue

@@ -12,6 +12,11 @@
     // margin-bottom: 12px;
 
     .lc-field-title {
+      width: 308px;
+        // 文字溢出隐藏
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
         position: relative;
         padding-left: 12px;
         line-height: 30px;