Skip to content

Commit

Permalink
style: Table样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Aug 5, 2023
1 parent 46ddf62 commit 7f5078a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/Table/src/components/TableActions.vue
Expand Up @@ -76,11 +76,13 @@ export default defineComponent({
{{
default: () => {
return (
<Icon
icon="ant-design:column-height-outlined"
class="cursor-pointer mr-8px ml-8px"
hover-color="var(--el-color-primary)"
/>
<span>
<Icon
icon="ant-design:column-height-outlined"
class="cursor-pointer mr-8px ml-8px"
hover-color="var(--el-color-primary)"
/>
</span>
)
},
dropdown: () => {
Expand Down

0 comments on commit 7f5078a

Please sign in to comment.