mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-28 00:10:18 +08:00
refactor(components): hoverContainer组件属性调整
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<hover-container class="w-64px h-full" placement="bottom-end" content="重新加载" @click="handleRefresh">
|
||||
<hover-container class="w-64px h-full" tooltip-content="重新加载" placement="bottom-end" @click="handleRefresh">
|
||||
<icon-mdi-refresh class="text-16px" :class="{ 'reload-animation': loading }" />
|
||||
</hover-container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user