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
This commit is contained in:
东风使命必达 2024-09-08 19:22:08 -07:00 committed by GitHub
parent 99bf8497b0
commit 214e3f812b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
display: flex;
align-items: center;
line-height: var(--ti-popconfirm-popover-line-height);
margin-bottom: var(--ti-popconfirm-popover-margin-bottomt);;
margin-bottom: var(--ti-popconfirm-popover-margin-bottom);
}
.no-message {
font-weight: 400;

View File

@ -7,7 +7,7 @@ export const tinyPopconfirmSmbTheme = {
'ti-popconfirm-popover-title-font-weight': 'var(--ti-common-font-weight-bold)',
'ti-popconfirm-popover-title-font-size': 'var(--ti-common-font-size-2)',
'ti-popconfirm-popover-icon-margin-right': 'var(--ti-common-space-base)',
'ti-popconfirm-popover-margin-bottomt': '8px',
'ti-popconfirm-popover-margin-bottom': '8px',
'ti-popconfirm-popover-text-color': '#191919',
'ti-popconfirm-popover-line-height': '1.5'
}

View File

@ -96,7 +96,7 @@ export default defineComponent({
},
width: {
type: [String, Number],
default: '260'
default: ''
},
type: [String, Object],
reference: {},