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{
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
thead{ thead{
color: #414141; color: #414141;
} }
tr th{ tr th{
background-color: #f4f4f4; background-color: #f4f4f4;
&>.cell{ &>.cell{
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
vertical-align: middle; vertical-align: middle;
font-size: $fs2; font-size: $fs2;
text-align: center; text-align: center;
} }
} }
tr td{ tr td{
color: #7B7F83; color: #7B7F83;
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
border: 1px solid #000 !important; border: 1px solid #000 !important;
} }
} }
} }
} }
.common-info{ .common-info{
p{ p{
...@@ -420,7 +420,7 @@ ...@@ -420,7 +420,7 @@
color: #ffb73f; color: #ffb73f;
} }
} }
} }
} }
} }
\ No newline at end of file
...@@ -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;
...@@ -54,15 +58,15 @@ em ,i{ ...@@ -54,15 +58,15 @@ em ,i{
font-style: normal; font-style: normal;
} }
a,button,input{ a,button,input{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
outline: none; outline: none;
} }
a,input[type='button'],input[type='submit']{ a,input[type='button'],input[type='submit']{
cursor:pointer; cursor:pointer;
} }
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
background: #fff1d9; background: #fff1d9;
border-radius: 2px; border-radius: 2px;
} }
......
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