Commit fc07ee9c by 唐玉峰

.

parent 24ffeaee
......@@ -301,13 +301,14 @@ export default {
width: 10px;
}
.Entrypath {
height: 900px;
background-color: #f0f0f0;
height: 100%;
background-color: #fff;
overflow: hidden;
padding: 0 20px 0;
position: relative;
&_top {
width: 100%;
height: 10%;
height: 8%;
background-color: #ffff;
display: flex;
align-items: center;
......@@ -316,7 +317,7 @@ export default {
width: 80%;
height: 50%;
background-color: #0283b9;
margin-bottom: 10px;
// margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
......@@ -434,7 +435,7 @@ export default {
}
}
&_righttab {
width: 67%;
width: 68%;
height: 100%;
display: flex;
flex-direction: column;
......
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