|
@@ -6,6 +6,7 @@
|
|
|
'action-column': direction === 'column'
|
|
|
}"
|
|
|
>
|
|
|
+ <slot name="tip"></slot>
|
|
|
<span class="action-icon">
|
|
|
<slot name="icon"></slot>
|
|
|
</span>
|
|
@@ -35,6 +36,7 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.tab-action-item {
|
|
|
+ position: relative;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|