This commit is contained in:
zpc 2025-05-28 12:58:43 +08:00
parent 4346bf8ae2
commit 08ec2a7033
5 changed files with 7 additions and 7 deletions

View File

@ -192,6 +192,6 @@
"enable" : false
}
},
"fallbackLocale" : "zh-Hans",
"sassImplementationName" : "node-sass"
"fallbackLocale" : "zh-Hans"
}

View File

@ -405,7 +405,7 @@
width: 430rpx;
height: 14rpx;
/deep/.cmd-progress-inner {
::v-deep.cmd-progress-inner {
background: #CCCCCC;
}
}
@ -634,7 +634,7 @@
width: 300rpx;
margin-right: 6rpx;
/deep/.cmd-progress-inner {
::v-deep.cmd-progress-inner {
background: #F0F0F0;
}
}

View File

@ -518,7 +518,7 @@ export default {
height: 6rpx;
border-radius: 6rpx;
/deep/.cmd-progress-inner {
::v-deep.cmd-progress-inner {
background: #CCCCCC;
}
}

View File

@ -618,7 +618,7 @@
.progress {
width: 150rpx;
/deep/.cmd-progress-inner {
::v-deep.cmd-progress-inner {
background-color: #F0F0F0;
}
}

View File

@ -228,7 +228,7 @@
padding-top: 183rpx;
box-sizing: border-box;
/deep/.uni-navbar__content {
::v-deep.uni-navbar__content {
z-index: 998;
}