Project 'vue-project/liangXing/frontEnd' was moved to 'vue-project/ZhangJian/ZhangJianFrontEnd'. Please update any links and bookmarks that may still have the old path.
Commit 2d308c34 by yangyang19979

Merge branch 'yangqingjie' into '20210819'

update

See merge request vue-project/liangXing/frontEnd!40
parents 33ac272d 251c5132
Subproject commit 7b0245cf9cc57dfcee6ccb2874c3fce8d43e3c4e
Subproject commit f4746173cf454453e2895964ec3ed3d6a13d0e42
......@@ -418,6 +418,10 @@ export default {
},
option: {
base: {
grid: {
left: 10,
right: 10
},
xAxis: {
max: max
},
......@@ -607,8 +611,10 @@ export default {
.line{
width: 5%;
height: 76px;
margin: 10px 0 0 20px;
background:url('../../../static/images/index/3.png') no-repeat center;
margin-left: 10px;
margin-right: 10px;
background:url('../../../static/images/index/3.png') no-repeat;
background-size: 2px 76px;
}
.right{
width: 60%;
......
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