Commit fc07ee9c by 唐玉峰

.

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