.form-properties-box {
  .wrapper {
    height: 20px;
    font-size: 12px;

    .wrapper-inner {
      float: left;
      max-width: 85px;
      height: 20px;
      line-height: 18px;
      margin-right: 2px;
      margin-bottom: 4px;
      padding: 0 5px;
      background: #fafafa;
      border: 1px solid #d9d9d9;
      border-radius: 2px;
      cursor: pointer;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .wrapper-inner:last-child {
      margin-right: 0;
    }

    .wrapper-inner-fixed {
      float: left;
      height: 20px;
      line-height: 18px;
      margin-right: 2px;
      padding: 0 6px;
      background: #fafafa;
      border: 1px solid #d9d9d9;
      border-radius: 2px;
      cursor: pointer;
    }
  }

  .@{ant-prefix}-popover-inner-content:nth-child(4n) {
    margin-right: 0px;
  }

  .inner {
    max-width: 450px;
    font-size: 12px;

    .@{ant-prefix}-popover-inner-content {
      float: left;
      height: 20px;
      line-height: 18px;
      background: #fafafa;
      border: 1px solid #d9d9d9;
      border-radius: 2px;
      padding: 0 6px;
      margin: 0 2px 4px 0;
      cursor: pointer;
    }
  }

  .inner:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .tag-wrapper-inner {
    .@{ant-prefix}-popover-inner-content {
      padding: 8px !important;
    }
  }
}