Commit 2b9d899f by tang

feat: 页面设置高度

parent f8c5cee9
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
.el-form-item.full-item{ .el-form-item.full-item{
width: calc(100% - 40px); width: calc(100% - 40px);
} }
@include el-form @include el-form;
&.form-center{ &.form-center{
.el-form-item{ .el-form-item{
......
...@@ -6,6 +6,10 @@ html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,img { ...@@ -6,6 +6,10 @@ html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,img {
padding: 0; padding: 0;
} }
html,body,#app{
height: 100%;
}
body{ body{
font-size: 12px; font-size: 12px;
font-family: PingFangSC-Regular, sans-serif; font-family: PingFangSC-Regular, sans-serif;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment