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