@root-entry-name: 'default';
@import (reference) '~antd/es/style/themes/index.less';

.pro-address {
  display: flex;
  width: 100%;

  .@{ant-prefix}-cascader {
    width: 50% !important;

    &.no-detail {
      width: 100% !important;
    }
  }

  .pro-address-detail {
    width: 50%;
    margin-left: 2px;

    .@{ant-prefix}-input-affix-wrapper {
      width: 100%;
    }
  }

  .@{ant-prefix}-input-affix-wrapper {
    width: 50%;
    margin-left: 2px;
  }
}
