|
|
@ -750,6 +750,7 @@ export default { |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
@import "@/assets/scss/modules/management/list-main.scss"; |
|
|
|
@import "@/assets/scss/c/function"; |
|
|
|
|
|
|
|
.m-box { |
|
|
|
position: relative; |
|
|
@ -814,9 +815,17 @@ export default { |
|
|
|
color: #0056d6; |
|
|
|
text-align: center; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
color: $c1_on; |
|
|
|
} |
|
|
|
&.z-on { |
|
|
|
color: #ffffff; |
|
|
|
background: #0056d6; |
|
|
|
background: $c1; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
&::after { |
|
|
|
content: ""; |
|
|
|
display: block; |
|
|
@ -828,7 +837,7 @@ export default { |
|
|
|
width: 0; |
|
|
|
height: 0; |
|
|
|
border: 5px solid transparent; |
|
|
|
border-top: 5px solid #0056d6; |
|
|
|
border-top: 5px solid $c1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -901,6 +910,10 @@ export default { |
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background: $c1_on; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@ -921,6 +934,10 @@ export default { |
|
|
|
height: 20px; |
|
|
|
margin-right: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
&:hover { |
|
|
|
color: $c1_on; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|