21f79e65 by lihua

修改备案时间

1 parent 5324ab40
...@@ -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">ICP2024044205</a> 109 <a style="color: #4FA1A4;margin: 0 8px;" href="https://beian.miit.gov.cn" target="_blank">ICP2024044205</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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!