This commit is contained in:
zhaofang
2022-10-19 11:38:43 +08:00
parent 397c558abc
commit 931aa96cff
11 changed files with 40 additions and 11 deletions

View File

@@ -302,6 +302,14 @@ export default {
</script>
<style scoped rel="stylesheet/scss" lang="scss">
::v-deep .el-dropdown-menu__item:not(.is-disabled):hover{
background-color: #fff !important;
color: #0059FF !important;
}
::v-deep.el-dropdown-menu {
text-align: center;
border: none !important;
}
//定义消息的图标的样式按ui未完成
.msg-icon{
font-size:16px;