Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
84847424
You need to sign in or sign up before continuing.
Commit
84847424
authored
Sep 25, 2021
by
季圣华
Browse files
首页高度优化
parent
2a21622e
Changes
1
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/dashboard/IndexChart.vue
View file @
84847424
...
...
@@ -37,12 +37,12 @@
<a-row
:gutter=
"24"
>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<a-card
:loading=
"loading"
:bordered=
"false"
:body-style=
"
{paddingRight: '5'}">
<bar
title=
"销售统计"
:yaxisText=
"yaxisText"
:dataSource=
"salePriceData"
/>
<bar
title=
"销售统计"
:height=
"410"
:yaxisText=
"yaxisText"
:dataSource=
"salePriceData"
/>
</a-card>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<a-card
:loading=
"loading"
:bordered=
"false"
:body-style=
"
{paddingRight: '5'}">
<bar
title=
"采购统计"
:yaxisText=
"yaxisText"
:dataSource=
"buyPriceData"
/>
<bar
title=
"采购统计"
:height=
"410"
:yaxisText=
"yaxisText"
:dataSource=
"buyPriceData"
/>
</a-card>
</a-col>
</a-row>
...
...
Write
Preview
Supports
Markdown
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