Fix uniapp v2 login and sass compatibility

This commit is contained in:
danaisuiyuan
2026-05-03 15:56:26 +08:00
parent 8472bb4639
commit 79436c011c
75 changed files with 188 additions and 147 deletions

View File

@@ -1560,14 +1560,14 @@
</script>
<style lang="scss">
/deep/uni-video {
::v-deep uni-video {
width: 100% !important;
}
/deep/video {
::v-deep video {
width: 100% !important;
}
/deep/ .styleAll{
::v-deep .styleAll{
display: inline-block;
min-width: 34rpx;
height: 36rpx;
@@ -1578,7 +1578,7 @@
font-family:'Regular';
padding: 0 2rpx;
}
.seckill-card /deep/ .timeTxt{
.seckill-card ::v-deep .timeTxt{
padding: 0 6rpx;
}
.z-99{