This commit is contained in:
王丹 2024-12-03 10:27:21 +08:00
parent fdf3b62bd4
commit 5122b0814e

View File

@ -228,9 +228,14 @@
}
</script>
<style lang="scss" scoped>
::v-deep.u-popup__content__close--top-right {
z-index: 11;
}
.u-popup__content {
background: transparent;
.lock {
position: fixed;
width: 100%;
@ -238,6 +243,7 @@
z-index: 10;
background-color: #f3f3f3;
.title {
font-size: 34rpx;
position: relative;