bug修复和优化

This commit is contained in:
alvis
2020-07-15 20:16:17 +08:00
parent 90e9382936
commit 1c159a7bad
65 changed files with 128 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"name": "exam-admin",
"version": "3.0.5",
"author": "alvis",
"description": "学之思管理系统",
"description": "武汉思维跳跃科技-学之思管理系统",
"license": "AGPL-3.0",
"private": true,
"scripts": {

View File

@@ -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>

View File

@@ -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;
}
}

View File

@@ -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>