Commit b43771ba by yuanfeng

Merge branch 'yuanfeng' into '20210819'

Yuanfeng

See merge request vue-project/liangXing/frontEnd!41
parents dbfb39de 8c86ce11
Subproject commit 7b0245cf9cc57dfcee6ccb2874c3fce8d43e3c4e Subproject commit 5062daaf93d45b37fe0a4d04f12cd410d4a28fb2
...@@ -62,7 +62,7 @@ export default { ...@@ -62,7 +62,7 @@ export default {
const defSeriesOpts = { const defSeriesOpts = {
name: '学历情况', name: '学历情况',
type: 'pie', type: 'pie',
center: ['38%', '50%'], center: ['38%', '52%'],
radius: ['58%', '78%'], radius: ['58%', '78%'],
avoidLabelOverlap: false, avoidLabelOverlap: false,
itemStyle: { itemStyle: {
......
...@@ -430,7 +430,7 @@ export default { ...@@ -430,7 +430,7 @@ export default {
axisLabel: { axisLabel: {
color: '#fff', color: '#fff',
align: 'left', align: 'left',
padding: [0, 0, 0, -60] padding: [0, 0, 0, -55]
}, },
data: yData data: yData
}, { }, {
......
...@@ -5,12 +5,14 @@ ...@@ -5,12 +5,14 @@
} }
#layoutMain { #layoutMain {
height: 1080px; height: 1080px;
.left { .layout-main__left {
padding-right: 0px; padding-left: 20px;
padding-right: 10px;
background: url('../images/index/leftBg.png') no-repeat right top; background: url('../images/index/leftBg.png') no-repeat right top;
} }
.right { .layout-main__right {
padding-left: 0px; padding-left: 10px;
padding-right: 20px;
background: url('../images/index/rightBg.png') no-repeat left top; background: url('../images/index/rightBg.png') no-repeat left top;
} }
} }
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