fix style

This commit is contained in:
Qiuxia Fan 2022-04-01 11:21:03 +08:00
parent c10420d161
commit 900127400e
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,8 @@ limitations under the License. -->
<el-popover
trigger="hover"
width="250"
placement="left-end"
placement="bottom"
effect="light"
:content="appStore.version"
>
<template #reference>

View File

@ -98,7 +98,7 @@ limitations under the License. -->
</el-dropdown-menu>
</template>
</el-dropdown>
<el-tooltip content="Apply" placement="bottom">
<el-tooltip content="Apply" placement="bottom" effect="light">
<i @click="applyDashboard">
<Icon class="icon-btn" size="sm" iconName="save" />
</i>