白色主题
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
<view
|
||||
wx:if="{{realVisible}}"
|
||||
style="{{ utils.getPopupStyles(zIndex, customStyle) }}"
|
||||
class="{{_.cls(classPrefix, [placement])}} {{transitionClass}} {{prefix}}-class"
|
||||
style="{{ utils.getPopupStyles(zIndex, style) }}"
|
||||
class="{{_.cls(classPrefix, [placement])}} {{transitionClass}} class {{prefix}}-class"
|
||||
bind:transitionend="onTransitionEnd"
|
||||
aria-role="dialog"
|
||||
aria-modal="{{ true }}"
|
||||
@@ -26,5 +26,5 @@
|
||||
z-index="{{overlayProps.zIndex || 11000}}"
|
||||
prevent-scroll-through="{{preventScrollThrough || overlayProps.preventScrollThrough}}"
|
||||
bind:tap="handleOverlayClick"
|
||||
custom-style="{{overlayProps.customStyle || ''}}"
|
||||
style="{{overlayProps.style || ''}}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user