Commit 0214262a by zsh

修改样式

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