白色主题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<t-popup
|
||||
customStyle="{{ customStyle }}"
|
||||
style="{{ style }}"
|
||||
bind:visible-change="visibleChange"
|
||||
visible="{{visible}}"
|
||||
zIndex="{{zIndex}}"
|
||||
|
||||
@@ -3,7 +3,7 @@ const props = {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
customStyle: {
|
||||
style: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@ export interface TdDrawerProps {
|
||||
type: BooleanConstructor;
|
||||
value?: boolean;
|
||||
};
|
||||
customStyle?: {
|
||||
style?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user