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