fix: 日常支出统计,界面优化。
This commit is contained in:
@@ -440,10 +440,10 @@ const drawBar = (data) => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
left: '3%',
|
left: '5%',
|
||||||
right: '3%',
|
right: '5%',
|
||||||
bottom: '30%',
|
bottom: '15%',
|
||||||
top: '10%',
|
top: '5%',
|
||||||
containLabel: true
|
containLabel: true
|
||||||
},
|
},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
@@ -638,9 +638,9 @@ getList()
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
.right-con {
|
.right-con {
|
||||||
flex: 1 1 calc(20% - 0.112rem);
|
flex: 1 1 calc(16.666% - 0.117rem);
|
||||||
min-width: 2.2rem;
|
min-width: 1.8rem;
|
||||||
max-width: calc(20% - 0.112rem);
|
max-width: calc(16.666% - 0.117rem);
|
||||||
list-style: none !important;
|
list-style: none !important;
|
||||||
|
|
||||||
&::before,
|
&::before,
|
||||||
|
|||||||
Reference in New Issue
Block a user