
        .select-area-box {
            display: inline-block;
            overflow: hidden
        }

        .select-area-box .error-text {
            margin-top: 5px;
            color: red
        }

        .select-area-box>.ant-select {
            margin-right: 5px
        }

        .select-area-box>.ant-select .ant-select-selection {
            border-radius: 0
        }

        .select-area-box>.ant-select.select-nodata .ant-select-selection {
            border: 1px solid red
        }
    