|
@@ -168,6 +168,7 @@
|
|
|
effect="dark"
|
|
|
:content="item.name"
|
|
|
placement="top-start"
|
|
|
+ popper-class="text_tooltip2"
|
|
|
>
|
|
|
<span
|
|
|
:class="{ active: item.id == fid }"
|
|
@@ -252,6 +253,7 @@
|
|
|
effect="dark"
|
|
|
:content="item.name"
|
|
|
placement="top-start"
|
|
|
+ popper-class="text_tooltip2"
|
|
|
>
|
|
|
<span
|
|
|
:class="{ active: item.id == sid }"
|
|
@@ -337,6 +339,7 @@
|
|
|
effect="dark"
|
|
|
:content="item.name"
|
|
|
placement="top-start"
|
|
|
+ popper-class="text_tooltip2"
|
|
|
>
|
|
|
<span
|
|
|
:class="{ active: item.id == tid }"
|
|
@@ -1437,4 +1440,8 @@ export default {
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
+
|
|
|
+.text_tooltip2{
|
|
|
+ max-width: 400px;
|
|
|
+}
|
|
|
</style>
|