NEZ-347 feat:联调接口。style:修改按钮样式,对首页导航下拉样式的修改
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
</template>
|
||||
<template v-for="(item, index) in $store.state.linkData">
|
||||
<el-menu-item :index="'0-' + index">
|
||||
<div>
|
||||
<span><a :href='item.url' class="nz-a" target="_blank" :title="item.url">{{item.name}}</a></span>
|
||||
</div>
|
||||
<span class="linkTitle"><a :href='item.url' class="nz-a" target="_blank" :title="item.url">{{item.name}}</a></span>
|
||||
</el-menu-item>
|
||||
</template>
|
||||
</el-submenu>
|
||||
@@ -859,6 +857,20 @@
|
||||
float: right;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.linkTitle{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
color: #444444;
|
||||
}
|
||||
.linkTitle:hover{
|
||||
background-color: #eee;
|
||||
}
|
||||
.linkTitle>a{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding-left: 35px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.nz-submenu .menu-edit {
|
||||
|
||||
Reference in New Issue
Block a user