白色主题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!-- 加载中占位 -->
|
||||
<view
|
||||
wx:if="{{isLoading}}"
|
||||
style="{{innerStyle}} {{customStyle}}"
|
||||
style="{{innerStyle}} {{style}}"
|
||||
class="{{prefix}}-class {{classPrefix}} {{classPrefix}}__mask {{classPrefix}}--loading {{classPrefix}}--shape-{{shape}}"
|
||||
aria-hidden="{{ariaHidden}}"
|
||||
>
|
||||
@@ -11,7 +11,7 @@
|
||||
size="44rpx"
|
||||
loading
|
||||
inherit-color
|
||||
class="t-class-load"
|
||||
t-class="t-class-load"
|
||||
t-class-text="{{classPrefix}}--loading-text"
|
||||
></t-loading>
|
||||
<view wx:elif="{{loading !== 'slot' && loading !== ''}}" class="{{classPrefix}}__common {{prefix}}-class-load">
|
||||
@@ -22,7 +22,7 @@
|
||||
<!-- 加载失败占位 -->
|
||||
<view
|
||||
wx:elif="{{isFailed}}"
|
||||
style="{{innerStyle}} {{customStyle}}"
|
||||
style="{{innerStyle}} {{style}}"
|
||||
class="{{prefix}}-class {{classPrefix}} {{classPrefix}}__mask {{classPrefix}}--failed {{classPrefix}}--shape-{{shape}}"
|
||||
aria-hidden="{{ariaHidden}}"
|
||||
>
|
||||
@@ -38,7 +38,7 @@
|
||||
hidden="{{isLoading || isFailed}}"
|
||||
class="{{prefix}}-class {{classPrefix}} {{classPrefix}}--shape-{{shape}}"
|
||||
src="{{src}}"
|
||||
style="{{innerStyle}}{{customStyle}}"
|
||||
style="{{innerStyle}}{{style}}"
|
||||
mode="{{mode}}"
|
||||
webp="{{webp}}"
|
||||
lazy-load="{{lazy}}"
|
||||
|
||||
Reference in New Issue
Block a user