diff --git a/data-room-ui/packages/SettingTitle/index.vue b/data-room-ui/packages/SettingTitle/index.vue index e67523cb..02b80ee4 100644 --- a/data-room-ui/packages/SettingTitle/index.vue +++ b/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;