File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
display : flex ;
43
43
align-items : center ;
44
44
line-height : var (--ti-popconfirm-popover-line-height );
45
- margin-bottom : var (--ti-popconfirm-popover-margin-bottomt ); ;
45
+ margin-bottom : var (--ti-popconfirm-popover-margin-bottom ) ;
46
46
}
47
47
.no-message {
48
48
font-weight : 400 ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const tinyPopconfirmSmbTheme = {
7
7
'ti-popconfirm-popover-title-font-weight' : 'var(--ti-common-font-weight-bold)' ,
8
8
'ti-popconfirm-popover-title-font-size' : 'var(--ti-common-font-size-2)' ,
9
9
'ti-popconfirm-popover-icon-margin-right' : 'var(--ti-common-space-base)' ,
10
- 'ti-popconfirm-popover-margin-bottomt ' : '8px' ,
10
+ 'ti-popconfirm-popover-margin-bottom ' : '8px' ,
11
11
'ti-popconfirm-popover-text-color' : '#191919' ,
12
12
'ti-popconfirm-popover-line-height' : '1.5'
13
13
}
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export default defineComponent({
96
96
},
97
97
width: {
98
98
type: [String , Number ],
99
- default: ' 260 '
99
+ default: ' '
100
100
},
101
101
type: [String , Object ],
102
102
reference: {},
You can’t perform that action at this time.
0 commit comments