替换了deep
This commit is contained in:
@@ -183,19 +183,19 @@ 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-checked /deep/ .ant-radio-inner {
|
||||
.cashout ::v-deep() .ant-radio-checked ::v-deep() .ant-radio-inner {
|
||||
border-color: #08ae98 !important;
|
||||
}
|
||||
.cashout /deep/ .ant-radio-inner::after {
|
||||
.cashout ::v-deep() .ant-radio-inner::after {
|
||||
background: #08ae98 !important;
|
||||
}
|
||||
.cashout /deep/ .ant-radio {
|
||||
.cashout ::v-deep() .ant-radio {
|
||||
// top: 43px;
|
||||
}
|
||||
.cashout {
|
||||
|
||||
@@ -496,7 +496,7 @@ export default defineComponent({
|
||||
}
|
||||
.main-container {
|
||||
margin-left: 17px;
|
||||
::v-deep .input-box {
|
||||
::v-deep() .input-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 28px;
|
||||
@@ -602,7 +602,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
}
|
||||
::v-deep .modal-dialog {
|
||||
::v-deep() .modal-dialog {
|
||||
.close {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -80,7 +80,7 @@ export default defineComponent({
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.transaction /deep/ .ant-breadcrumb > span:last-child {
|
||||
.transaction ::v-deep() .ant-breadcrumb > span:last-child {
|
||||
color: #08ae98;
|
||||
}
|
||||
.transaction{
|
||||
|
||||
@@ -156,7 +156,7 @@ export default defineComponent({
|
||||
padding: 46px;
|
||||
border-radius: 17px;
|
||||
position: relative;
|
||||
::v-deep .ant-form {
|
||||
::v-deep() .ant-form {
|
||||
.title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -202,7 +202,7 @@ export default defineComponent({
|
||||
padding: 46px;
|
||||
border-radius: 17px;
|
||||
position: relative;
|
||||
::v-deep .ant-form {
|
||||
::v-deep() .ant-form {
|
||||
.title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
@@ -322,7 +322,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
.modal-container {
|
||||
::v-deep .modal-dialog {
|
||||
::v-deep() .modal-dialog {
|
||||
.close {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
||||
@@ -96,7 +96,7 @@ export default defineComponent({
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.transaction /deep/ .ant-breadcrumb > span:last-child {
|
||||
.transaction ::v-deep() .ant-breadcrumb > span:last-child {
|
||||
color: #08ae98;
|
||||
}
|
||||
.transaction{
|
||||
|
||||
@@ -61,7 +61,7 @@ export default defineComponent({
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.transaction /deep/ .ant-breadcrumb > span:last-child {
|
||||
.transaction ::v-deep() .ant-breadcrumb > span:last-child {
|
||||
color: #08ae98;
|
||||
}
|
||||
.transaction{
|
||||
|
||||
@@ -231,7 +231,7 @@ export default defineComponent({
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.wallet /deep/ .ant-breadcrumb > span:last-child {
|
||||
.wallet ::v-deep() .ant-breadcrumb > span:last-child {
|
||||
color: #08ae98;
|
||||
}
|
||||
.wallet {
|
||||
|
||||
Reference in New Issue
Block a user