bug修复和优化
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "exam-admin",
|
||||
"version": "3.0.5",
|
||||
"author": "alvis",
|
||||
"description": "学之思管理系统",
|
||||
"description": "武汉思维跳跃科技-学之思管理系统",
|
||||
"license": "AGPL-3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -8,6 +8,10 @@
|
||||
<tags-view/>
|
||||
</div>
|
||||
<app-main />
|
||||
<div class="foot-copyright">
|
||||
<span>Copyright © 2020 武汉思维跳跃科技有限公司 版权所有</span><span>|</span>
|
||||
<span>鄂ICP备19021884号-1</span>
|
||||
</div>
|
||||
<back-to-top :visibility-height="100" :back-position="0" transition-name="fade" ref="backTop"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -272,3 +272,36 @@ aside {
|
||||
.ueditor-p {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
|
||||
.foot-copyright {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
text-align: center;
|
||||
transform: translateX(-50%);
|
||||
|
||||
span {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
color: #606266;
|
||||
margin: 0px 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.account-foot-copyright {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
text-align: center;
|
||||
transform: translateX(-50%);
|
||||
|
||||
span {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
color: rgb(179, 185, 192);
|
||||
margin: 0px 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,6 +51,10 @@
|
||||
|
||||
</el-form>
|
||||
|
||||
<div class="account-foot-copyright">
|
||||
<span>Copyright © 2020 武汉思维跳跃科技有限公司 版权所有</span><span>|</span>
|
||||
<span>鄂ICP备19021884号-1</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "exam-student",
|
||||
"version": "3.0.5",
|
||||
"author": "alvis",
|
||||
"description": "学之思考试系统",
|
||||
"description": "武汉思维跳跃科技-学之思考试系统",
|
||||
"license": "AGPL-3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
BIN
source/vue/exam-student/src/assets/4.jpg
Normal file
BIN
source/vue/exam-student/src/assets/4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
@@ -34,22 +34,15 @@
|
||||
<el-footer height="340" class="student-footer">
|
||||
<div class="container">
|
||||
<div class="footer-main">
|
||||
<h4>友情链接</h4>
|
||||
<a href="https://spring.io/" target="_blank" class="footer-main-link">Spring</a>
|
||||
<a href="https://cn.vuejs.org/" target="_blank" class="footer-main-link">Vue</a>
|
||||
<a href="https://element.eleme.io/" target="_blank" class="footer-main-link">Element</a>
|
||||
<a href="https://www.postgresql.org/" target="_blank" class="footer-main-link">Postgresql</a>
|
||||
<a href="https://redis.io/" target="_blank" class="footer-main-link">Redis</a>
|
||||
<a href="http://undertow.io/" target="_blank" class="footer-main-link">Undertow</a>
|
||||
<a href="http://nginx.org/" target="_blank" class="footer-main-link">Nginx</a>
|
||||
<h4>产品介绍</h4>
|
||||
<a href="http://www.alvisu.com" target="_blank" class="footer-main-link">思维跳跃科技</a>
|
||||
<a href="http://www.alvisu.com/sdd.html" target="_blank" class="footer-main-link">思多多智能考试平台</a>
|
||||
<a href="http://www.alvisu.com/xdd.html" target="_blank" class="footer-main-link">学多多考试系统</a>
|
||||
<a href="http://www.alvisu.com/uexam.html" target="_blank" class="footer-main-link">学之思考试系统</a>
|
||||
</div>
|
||||
<div class="footer-main">
|
||||
<h4>博客</h4>
|
||||
<a href="#" target="_blank" class="footer-main-link">在线讨论</a>
|
||||
<a href="https://www.google.com/" target="_blank" class="footer-main-link">Google</a>
|
||||
<a href="https://www.oschina.net/" target="_blank" class="footer-main-link">Oschina</a>
|
||||
<a href="https://www.infoq.cn/" target="_blank" class="footer-main-link">Infoq</a>
|
||||
<a href="https://www.iconfont.cn/" target="_blank" class="footer-main-link">Iconfont</a>
|
||||
<h4>关于我们</h4>
|
||||
<img src="@/assets/4.jpg" style="width: 100px;height: 100px;"/>
|
||||
</div>
|
||||
<div class="footer-social">
|
||||
<p class="footer-social-title">开源社区</p>
|
||||
@@ -58,6 +51,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</el-footer>
|
||||
<div class="foot-copyright">
|
||||
<span>Copyright © 2020 武汉思维跳跃科技有限公司 版权所有</span><span>|</span>
|
||||
<span>鄂ICP备19021884号-1</span>
|
||||
</div>
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -321,3 +321,33 @@ html {
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.account-foot-copyright {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
text-align: center;
|
||||
transform: translateX(-50%);
|
||||
|
||||
span {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
margin: 0px 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.foot-copyright {
|
||||
text-align: center;
|
||||
background-color: #f7fbfd;
|
||||
span {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
margin: 0px 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="account-foot-copyright">
|
||||
<span>Copyright © 2020 武汉思维跳跃科技有限公司 版权所有</span><span>|</span>
|
||||
<span>鄂ICP备19021884号-1</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -36,6 +36,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="account-foot-copyright">
|
||||
<span>Copyright © 2020 武汉思维跳跃科技有限公司 版权所有</span><span>|</span>
|
||||
<span>鄂ICP备19021884号-1</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user