更换了deep

This commit is contained in:
2020-10-09 10:36:04 +08:00
parent 645001f128
commit 975821021d
15 changed files with 37 additions and 37 deletions

View File

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