@import (reference) '../../style/common.less';

.umui-edit-name {
  display: inline-block;
  position: relative;
  .edit-name-title {
    font-size: 14px;
    color: @text-color;
    margin-bottom: 12px;
  }
  .edit-name-error-style {
    display: block; 
    color: @error-color;
    margin-top: 5px;
  }
  .edit-name-icon-style {
    font-size: 14px;
    cursor: pointer;
    color: @text-color-secondary;
    display: inline-block;
  }
  .@{ant-prefix}-popover-message-title {
    padding-left: 0;
  }
  // 全局添加了最大宽度限制，在此单独设置
  .@{ant-prefix}-popover {
    .@{ant-prefix}-popover-content {
      min-width: 240px;
      max-width: 100%; // 添加最大宽度限制
    }
  }
}
