白色主题

This commit is contained in:
2023-02-12 19:04:01 +08:00
parent d736a5912f
commit 57ab6fbb49
411 changed files with 1752 additions and 5304 deletions

View File

@@ -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 || ''}}"
/>