|
@@ -107,6 +107,7 @@
|
|
v-for="(items,indexs) in item.GraphElements"
|
|
v-for="(items,indexs) in item.GraphElements"
|
|
:key="indexs"
|
|
:key="indexs"
|
|
:class="[activeIndexs==indexs &&activeIndex==index ?'active-li':'']"
|
|
:class="[activeIndexs==indexs &&activeIndex==index ?'active-li':'']"
|
|
|
|
+ :title="items.Name"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
:class="['item',`item-${items.Type}`]"
|
|
:class="['item',`item-${items.Type}`]"
|
|
@@ -641,8 +642,13 @@ export default {
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
.text {
|
|
.text {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding: 0 5px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- margin: 0 auto;
|
|
|
|
|
|
+ text-align: center;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow:ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.active-li {
|
|
.active-li {
|