fix: 添加漏掉的按钮权限;调整login页底部字体

This commit is contained in:
陈劲松
2020-12-16 17:09:02 +08:00
committed by chenjinsong
parent 91adb083fa
commit 807cf49b2a
3 changed files with 6 additions and 4 deletions

View File

@@ -230,11 +230,13 @@ export default {
}
.login-foot-buildOn{
position: absolute;
bottom: 30px;
bottom: 20px;
z-index: 100;
left: calc(50% - 90px);
a{
color: white;
font-size: 14px;
color: #eee;
text-shadow: 1px 1px 3px #333;
text-decoration: none;
}
}