|
|
|
@ -152,7 +152,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="asset_left_content" v-if="indexList.third_party_list.length!=0"> |
|
|
|
<div class="tree_img" v-for="(item,index) in indexList.third_party_list" :key="index">{{item.firm_name}}</div> |
|
|
|
<div class="tree_img" v-for="(item,index) in indexList.third_party_list" :key="index">{{item.firm_name}} </div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="notice"> |
|
|
|
@ -243,13 +243,13 @@ export default { |
|
|
|
margin-top: 5px; |
|
|
|
} |
|
|
|
.tree_img{ |
|
|
|
width: 280px; |
|
|
|
/* width: 280px; */ |
|
|
|
height: 60px; |
|
|
|
cursor: pointer; |
|
|
|
margin-right: 14px; |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
.tree_img:nth-child(n+3){ |
|
|
|
.tree_img:nth-child(n+4){ |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
.asset_title_right_span{ |
|
|
|
|