forked from opentiny/tiny-vue
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:
parent
99bf8497b0
commit
214e3f812b
|
@ -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;
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -96,7 +96,7 @@ export default defineComponent({
|
|||
},
|
||||
width: {
|
||||
type: [String, Number],
|
||||
default: '260'
|
||||
default: ''
|
||||
},
|
||||
type: [String, Object],
|
||||
reference: {},
|
||||
|
|
Loading…
Reference in New Issue