up
This commit is contained in:
@ -45,11 +45,13 @@
|
||||
>
|
||||
<el-tooltip
|
||||
v-model="item.disabled"
|
||||
:hide-after="3000"
|
||||
content="您有一条新消息"
|
||||
placement="top"
|
||||
effect="light"
|
||||
popper-class="x_popper"
|
||||
manual
|
||||
>
|
||||
<!-- :hide-after="3000" -->
|
||||
<!-- manual -->
|
||||
<i class="el-icon-location"></i>
|
||||
</el-tooltip>
|
||||
@ -296,6 +298,19 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.x_popper {
|
||||
background-color: #3765af !important;
|
||||
border: 0 !important;
|
||||
color: #fff;
|
||||
.popper__arrow {
|
||||
border-top-color: #3765af !important;
|
||||
&::after {
|
||||
border-top-color: #3765af !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
.center1 {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user