mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 08:55:22 +00:00
fix style
This commit is contained in:
parent
c10420d161
commit
900127400e
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user