|
@@ -125,8 +125,8 @@ export default defineComponent({
|
|
|
type: 'category',
|
|
|
boundaryGap: true,
|
|
|
axisLabel: {
|
|
|
- show: true,
|
|
|
- interval: 0
|
|
|
+ show: true
|
|
|
+ // interval: 0
|
|
|
},
|
|
|
data: payForm.dateList
|
|
|
},
|
|
@@ -243,7 +243,6 @@ export default defineComponent({
|
|
|
});
|
|
|
|
|
|
setChart();
|
|
|
- console.log(payForm);
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
|
}
|
|
@@ -402,7 +401,7 @@ export default defineComponent({
|
|
|
ref={chartRef}
|
|
|
style={{ height: payForm.height, width: payForm.width }}></div>
|
|
|
</div>
|
|
|
- <div class={styles.tableWrap}>
|
|
|
+ <div class={[styles.tableWrap, styles.tableWrapEcharts]}>
|
|
|
<NDataTable
|
|
|
v-slots={{
|
|
|
empty: () => <TheEmpty></TheEmpty>
|