Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
ZhangJianFrontEnd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vue-project
ZhangJian
ZhangJianFrontEnd
Commits
b43771ba
Commit
b43771ba
authored
Aug 17, 2021
by
yuanfeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yuanfeng' into '20210819'
Yuanfeng See merge request vue-project/liangXing/frontEnd!41
parents
dbfb39de
8c86ce11
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
runner
runner
+1
-1
PieChart.vue
src/components/echarts/PieChart.vue
+1
-1
Right.vue
src/pages/index/Right.vue
+1
-1
layoutMain.less
static/styles/layoutMain.less
+6
-4
No files found.
runner
@
5062daaf
Subproject commit
7b0245cf9cc57dfcee6ccb2874c3fce8d43e3c4e
Subproject commit
5062daaf93d45b37fe0a4d04f12cd410d4a28fb2
src/components/echarts/PieChart.vue
View file @
b43771ba
...
...
@@ -62,7 +62,7 @@ export default {
const
defSeriesOpts
=
{
name
:
'学历情况'
,
type
:
'pie'
,
center
:
[
'38%'
,
'5
0
%'
],
center
:
[
'38%'
,
'5
2
%'
],
radius
:
[
'58%'
,
'78%'
],
avoidLabelOverlap
:
false
,
itemStyle
:
{
...
...
src/pages/index/Right.vue
View file @
b43771ba
...
...
@@ -430,7 +430,7 @@ export default {
axisLabel
:
{
color
:
'#fff'
,
align
:
'left'
,
padding
:
[
0
,
0
,
0
,
-
60
]
padding
:
[
0
,
0
,
0
,
-
55
]
},
data
:
yData
},
{
...
...
static/styles/layoutMain.less
View file @
b43771ba
...
...
@@ -5,12 +5,14 @@
}
#layoutMain {
height: 1080px;
.left {
padding-right: 0px;
.layout-main__left {
padding-left: 20px;
padding-right: 10px;
background: url('../images/index/leftBg.png') no-repeat right top;
}
.right {
padding-left: 0px;
.layout-main__right {
padding-left: 10px;
padding-right: 20px;
background: url('../images/index/rightBg.png') no-repeat left top;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment