替换了deep

This commit is contained in:
2020-10-05 16:37:13 +08:00
parent 88efe4d53a
commit a817bc2891
15 changed files with 35 additions and 35 deletions

View File

@@ -100,13 +100,13 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
.cashout /deep/ .ant-breadcrumb > span:last-child {
.cashout ::v-deep() .ant-breadcrumb > span:last-child {
color: #08ae98;
}
.cashout /deep/ .ant-radio-wrapper {
.cashout ::v-deep() .ant-radio-wrapper {
display: flex;
}
.cashout /deep/ .ant-radio {
.cashout ::v-deep() .ant-radio {
top: 43px;
}
.cashout {