|
|
|
@ -743,7 +743,7 @@ export default { |
|
|
|
|
|
|
|
.hover-todo-badge /deep/ .el-badge__content.is-fixed { |
|
|
|
top: 8px; |
|
|
|
right: 92px; |
|
|
|
right: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
.hover-todo-badge-icon /deep/ .el-badge__content.is-fixed { |
|
|
|
@ -751,6 +751,21 @@ export default { |
|
|
|
right: 4px; |
|
|
|
} |
|
|
|
|
|
|
|
.hover-todo-badge /deep/ .el-badge__content.is-fixed, |
|
|
|
.hover-todo-badge-icon /deep/ .el-badge__content.is-fixed { |
|
|
|
background-color: #ff0000 !important; |
|
|
|
border: none !important; |
|
|
|
box-shadow: none !important; |
|
|
|
width: 18px; |
|
|
|
height: 18px; |
|
|
|
min-width: 18px; |
|
|
|
line-height: 18px; |
|
|
|
padding: 0 !important; |
|
|
|
border-radius: 50% !important; |
|
|
|
text-align: center; |
|
|
|
font-size: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.hover-submenu { |
|
|
|
position: fixed; |
|
|
|
z-index: 1030; |
|
|
|
|