@@ -171,7 +171,11 @@
style="font-size: 40px"
/>
</div>
- <a-popover placement="rightTop" :mouseLeaveDelay="0">
+ <a-popover
+ placement="rightTop"
+ :mouseLeaveDelay="0"
+ overlayClassName="popoverWidth"
+ >
<template
slot="content"
v-if="
@@ -2052,4 +2056,9 @@ export default {
font-size: 13px;
padding: 8px 16px;
}
+</style>
+<style>
+.popoverWidth {
+ width: 220px !important;
+}
</style>