Эх сурвалжийг харах

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

wu.jian2 1 жил өмнө
parent
commit
86a5b39779

+ 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;