diff --git a/src/components/merchantManagement/memberInfo.vue b/src/components/merchantManagement/memberInfo.vue index cad2596..161dedd 100644 --- a/src/components/merchantManagement/memberInfo.vue +++ b/src/components/merchantManagement/memberInfo.vue @@ -19,8 +19,17 @@ @@ -925,7 +934,6 @@ export default { } } } - } } .groupSelectDrop { @@ -956,4 +964,25 @@ export default { display: flex; // justify-content: center; } +.groupdropdown { + .groupdropdownbox { + width: 102px; + // height: 114px; + overflow: hidden; + background-color: #fff; + border-radius: 4px; + text-align: center; + box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4); + padding: 8px 0; + > div { + height: 32px; + line-height: 32px; + cursor: pointer; + &:hover { + background: #e7f3ff; + color: #1890ff; + } + } + } +} diff --git a/src/style/index.less b/src/style/index.less index be48519..7008016 100644 --- a/src/style/index.less +++ b/src/style/index.less @@ -1,4 +1,4 @@ -@import "http://at.alicdn.com/t/c/font_3135652_geqc7dg5evd.css"; +@import "http://at.alicdn.com/t/c/font_3135652_hpjxyx26ogf.css"; // 初始化页面样式 body, diff --git a/src/views/main.vue b/src/views/main.vue index 53f65f6..2bfae13 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -72,7 +72,7 @@ - +
商家后台 @@ -155,7 +155,7 @@
- +
商家后台 diff --git a/src/views/merchantBack.vue b/src/views/merchantBack.vue index 3efd7ac..c11d0bd 100644 --- a/src/views/merchantBack.vue +++ b/src/views/merchantBack.vue @@ -219,7 +219,7 @@ export default { parentId: '', name: 'group', url: ' ', - icon: 'bar-chart', + icon: 'icon-shujutongji', component: '', path: '', title: '数据统计', @@ -248,7 +248,7 @@ export default { parentId: '', name: 'container', url: ' ', - icon: 'container', + icon: 'icon-neirongguanli', component: '', path: '', title: '内容管理',