|
@@ -3,7 +3,7 @@
|
|
|
<Dropdown @on-click="jumpUrl" :transfer="true">
|
|
<Dropdown @on-click="jumpUrl" :transfer="true">
|
|
|
<div>
|
|
<div>
|
|
|
<Badge dot :count="needList.length ? needList.length : 0">
|
|
<Badge dot :count="needList.length ? needList.length : 0">
|
|
|
- <Icon type="ios-notifications-outline" size="24"></Icon>
|
|
|
|
|
|
|
+ <Icon type="ios-notifications-outline" size="23"></Icon>
|
|
|
</Badge>
|
|
</Badge>
|
|
|
</div>
|
|
</div>
|
|
|
<DropdownMenu slot="list" v-show="needList.length">
|
|
<DropdownMenu slot="list" v-show="needList.length">
|
|
@@ -17,17 +17,18 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
-.ivu-dropdown-item{
|
|
|
|
|
|
|
+.ivu-dropdown-item {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
}
|
|
}
|
|
|
-.ivu-dropdown-item .iconImg{
|
|
|
|
|
|
|
+.ivu-dropdown-item .iconImg {
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
|
.header-notice {
|
|
.header-notice {
|
|
|
margin-right: 30px;
|
|
margin-right: 30px;
|
|
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
}
|
|
|
.header-notice .ivu-dropdown-item {
|
|
.header-notice .ivu-dropdown-item {
|
|
|
font-size: 14px !important;
|
|
font-size: 14px !important;
|
|
@@ -57,6 +58,8 @@
|
|
|
}
|
|
}
|
|
|
.header-notice .ivu-badge-dot {
|
|
.header-notice .ivu-badge-dot {
|
|
|
z-index: 0 !important;
|
|
z-index: 0 !important;
|
|
|
|
|
+ top: 4px;
|
|
|
|
|
+ right: -4px;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
<script>
|
|
<script>
|