Commit 2b9d899f by tang

feat: 页面设置高度

parent f8c5cee9
......@@ -228,7 +228,7 @@
.el-form-item.full-item{
width: calc(100% - 40px);
}
@include el-form
@include el-form;
&.form-center{
.el-form-item{
......@@ -330,7 +330,7 @@
thead{
color: #414141;
}
tr th{
background-color: #f4f4f4;
&>.cell{
......@@ -340,7 +340,7 @@
vertical-align: middle;
font-size: $fs2;
text-align: center;
}
}
}
tr td{
color: #7B7F83;
......@@ -352,7 +352,7 @@
border: 1px solid #000 !important;
}
}
}
}
}
.common-info{
p{
......@@ -420,7 +420,7 @@
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 {
padding: 0;
}
html,body,#app{
height: 100%;
}
body{
font-size: 12px;
font-family: PingFangSC-Regular, sans-serif;
......@@ -54,15 +58,15 @@ em ,i{
font-style: normal;
}
a,button,input{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
a,button,input{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
outline: none;
}
a,input[type='button'],input[type='submit']{
cursor:pointer;
}
::-webkit-scrollbar-track-piece {
::-webkit-scrollbar-track-piece {
background: #fff1d9;
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