Commit 0214262a by zsh

修改样式

parent 5140d1b5
......@@ -419,7 +419,7 @@ export default {
option: {
base: {
grid: {
left: 10,
left: 60,
right: 10
},
xAxis: {
......@@ -582,7 +582,7 @@ export default {
justify-content: space-between;
.left{
margin-top:10px;
width: 35%;
width: 22%;
.act-left{
display: flex;
b{
......@@ -609,15 +609,15 @@ export default {
}
}
.line{
width: 5%;
height: 76px;
width: 2px;
height: 88px;
margin-left: 10px;
margin-right: 10px;
margin-right: -15px;
background:url('../../../static/images/index/3.png') no-repeat;
background-size: 2px 76px;
background-size: 2px 88px;
}
.right{
width: 60%;
width: 66%;
height: 100%;
}
}
......@@ -804,7 +804,7 @@ export default {
right: 10px;
cursor: pointer;
}
}
}
}
}
</style>
\ No newline at end of file
</style>
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