清除antd中的select点击默认有蓝色边框

 .ant-select-selection__rendered {
        height: 100%;
    }

    .ant-select-selector {
        border: none !important;
    }

    .ant-select-selection {
        border: none !important;
        box-shadow: none;
    }

你可能感兴趣的:(vue,ant)