白色主题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<view style="{{ customStyle }}" class="{{classPrefix}}">
|
||||
<view style="{{ style }}" class="{{classPrefix}}">
|
||||
<!-- theme 为 logo -->
|
||||
<block wx:if="{{theme === 'logo'}}">
|
||||
<view class="{{classPrefix}}__logo">
|
||||
|
||||
@@ -3,7 +3,7 @@ const props = {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
customStyle: {
|
||||
style: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@ export interface TdFooterProps {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
customStyle?: {
|
||||
style?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user