element UI中el-row垂直居中
2021-04-26 16:16:24
1009次阅读
0个评论
<body>
<el-container class="outer" id="app">
<el-main>
<el-row type="flex" justify="center" align="middle">
<div style="background-color: blue;width: 100px;height: 100px;color: #fff;">A</div>
<div style="background-color: red;width: 100px;height: 100px;color: #fff">B</div>
</el-row>
</el-main>
</el-container>
</body>
<style>
body, html{
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
}
.el-main {
height: 100%;
}
.el-row {
height: 100%; # 这里
}
.outer {
background-color: #DCDFE6;
height: 100%;
width: 100%;
}
</style>
效果:00
- 0回答
- 1粉丝
- 0关注
相关话题
- 解决安卓浏览器文本无法垂直居中的问题
- element-ui upload组件 on-change事件 传自定义参数
- img标签的水平居中、靠左、靠右
- Springboot中WebMvcConfigurer中可配置项
- Css设置img属性让图片水平居中,居左,居右
- Markdown 中忽略 HTML 标签
- HTTP Header中不能传输中文
- 在 element 页面滚动时,顶部 menu 栏遮住字体时会变成像素点
- java中String 分割特殊符号"." "|" "*" "\" "]"
- jQuery中获取当前JS文件路径
- 解决@PathVariable中包含特殊字符异常
- vue中watch监听数组或者对象
- Spring WebSocket在 Config 中访问 Cookie
- 解决kindeditor中onkeydown不执行的问题
- java删除字符串中的数字