element不占位置的html标签,在使用Element时无法居中卡片组件(元素)
1,使用技术(产品)
HTML5,Vue,Element
2,问题描述
如图,主卡片无法居中
3,预期结果(期望解决的问题)
使得
垂直居中
4,参考资料
Element相关文档
5,已尝试过的解决方案(失败)
(1)#app{
display:flex;
justify-content: center;
align-items: center;
}
(2)#app{
position:relative;
.box-card{
position: absolute;
top: 0;
left: 0;
right:0;
bottom: 0;
margin: auto;
}
}
6,代码(前端HTML)
Login - Unified authentication for Lime Network users
Login - Unified authentication for Lime Network users
GitHub
Gitee
Login
Reset
Script部分省略
还没有评论,来说两句吧...