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 <el-popover
trigger="hover" trigger="hover"
width="250" width="250"
placement="left-end" placement="bottom"
effect="light"
:content="appStore.version" :content="appStore.version"
> >
<template #reference> <template #reference>

View File

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