Skip to content

Commit 214e3f8

Browse files
feat(popconfirm): [popconfirm] Adapting to the SMB theme (#2077)
* feat(popconfirm): [popconfirm] Adapting to the SMB theme * feat(popconfirm): [popconfirm] Adapting to the SMB theme
1 parent 99bf849 commit 214e3f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/theme/src/popconfirm/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
display: flex;
4343
align-items: center;
4444
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);
4646
}
4747
.no-message {
4848
font-weight: 400;

packages/theme/src/popconfirm/smb-theme.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const tinyPopconfirmSmbTheme = {
77
'ti-popconfirm-popover-title-font-weight': 'var(--ti-common-font-weight-bold)',
88
'ti-popconfirm-popover-title-font-size': 'var(--ti-common-font-size-2)',
99
'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',
1111
'ti-popconfirm-popover-text-color': '#191919',
1212
'ti-popconfirm-popover-line-height': '1.5'
1313
}

packages/vue/src/popconfirm/src/pc.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default defineComponent({
9696
},
9797
width: {
9898
type: [String, Number],
99-
default: '260'
99+
default: ''
100100
},
101101
type: [String, Object],
102102
reference: {},

0 commit comments

Comments
 (0)