|
|
@ -195,21 +195,22 @@ export default { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: row; |
|
|
flex-direction: row; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
|
|
|
align-items: center; |
|
|
border-bottom: 1px solid #eee; |
|
|
border-bottom: 1px solid #eee; |
|
|
margin-bottom: 10px; |
|
|
margin-bottom: 10px; |
|
|
padding-bottom: 5px; |
|
|
padding-bottom: 5px; |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
.notice-title{ |
|
|
.notice-title{ |
|
|
flex-shrink: 0; |
|
|
|
|
|
|
|
|
flex-grow: 1; |
|
|
|
|
|
flex-wrap: wrap; |
|
|
.notice-dot{ |
|
|
.notice-dot{ |
|
|
margin-right: 2px; |
|
|
margin-right: 2px; |
|
|
margin-top: 5px; |
|
|
margin-top: 5px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.notice-date{ |
|
|
.notice-date{ |
|
|
flex-grow: 1; |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
|
|
|
flex-shrink: 0; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|