Vue项目中修改antd提供的组件样式😨
<style lang="scss" scoped>
/deep/ .ant-select-selection {
border-radius: 0px 4px 4px 0px
}
</style>
style标签中加 lang=“scss” 属性;
标签选择器中增加 /deep/ :深度获取该选择器
.ant-select-selection:为antd中组件标签
<style lang="scss" scoped>
/deep/ .ant-select-selection {
border-radius: 0px 4px 4px 0px
}
</style>
style标签中加 lang=“scss” 属性;
标签选择器中增加 /deep/ :深度获取该选择器
.ant-select-selection:为antd中组件标签
道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。