File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
src/uni_modules/wot-design-uni/components/wd-curtain Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11@import " ./../common/abstracts/_mixin.scss" ;
22@import " ./../common/abstracts/variable.scss" ;
33
4- :deep(.wd-curtain ){
5- display : inline-block ;
6- border-radius : $-curtain-content-radius ;
7- overflow-y : visible ;
8- background : transparent ;
9- font-size : 0 ;
4+ @include b (curtain- wrapper){
5+ :deep (.wd-curtain ){
6+ display : inline-block ;
7+ border-radius : $-curtain-content-radius ;
8+ overflow-y : visible !important ;
9+ background : transparent ;
10+ font-size : 0 ;
11+ }
1012}
13+
14+
1115@include b (curtain) {
1216
1317 @include e (content ) {
Original file line number Diff line number Diff line change 11<template >
2- <view >
2+ <view class = " wd-curtain-wrapper " >
33 <wd-popup
44 v-model =" show"
55 transition =" zoom-in"
You can’t perform that action at this time.
0 commit comments