@@ -232,8 +232,8 @@ export default {
},
grid: {
top: 16,
- left: 32,
- right: 8,
+ left: 40,
+ right: 15,
bottom: 24,
xAxis: [
@@ -244,7 +244,7 @@ export default {
formatter: "{value}",
textStyle: {
color: partten.getColor("gray"),
- fontSize: util.vh(14),
+ fontSize: util.vh(10),
data: this.xdata,
@@ -556,6 +556,7 @@ export default {
.table-form {
.text,
.unit {
+ min-width: 60px;
font-weight: 400;
}