修改备案时间
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -105,7 +105,7 @@ const beforeLogin = () => { | ... | @@ -105,7 +105,7 @@ const beforeLogin = () => { |
| 105 | </div> | 105 | </div> |
| 106 | </div> | 106 | </div> |
| 107 | <div class="copyright_text"> | 107 | <div class="copyright_text"> |
| 108 | <span>Copyright © 2015-2024</span> | 108 | <span>{{ `Copyright © 2015-${new Date().getFullYear()}` }}</span> |
| 109 | <a style="color: #4FA1A4;margin: 0 8px;" href="https://beian.miit.gov.cn" target="_blank">京ICP备2024044205号</a> | 109 | <a style="color: #4FA1A4;margin: 0 8px;" href="https://beian.miit.gov.cn" target="_blank">京ICP备2024044205号</a> |
| 110 | <span>北京传世博润科技有限公司</span> | 110 | <span>北京传世博润科技有限公司</span> |
| 111 | </div> | 111 | </div> |
| ... | @@ -211,7 +211,8 @@ const beforeLogin = () => { | ... | @@ -211,7 +211,8 @@ const beforeLogin = () => { |
| 211 | .row-main { | 211 | .row-main { |
| 212 | display: flex; | 212 | display: flex; |
| 213 | flex-direction: row; | 213 | flex-direction: row; |
| 214 | column-gap: 40px; | 214 | column-gap: 80px; |
| 215 | justify-content: center; | ||
| 215 | 216 | ||
| 216 | .per { | 217 | .per { |
| 217 | cursor: pointer; | 218 | cursor: pointer; | ... | ... |
-
Please register or sign in to post a comment