diff --git a/src/views/dashboard/controls/Widget.vue b/src/views/dashboard/controls/Widget.vue index 308cba3e..232bb128 100644 --- a/src/views/dashboard/controls/Widget.vue +++ b/src/views/dashboard/controls/Widget.vue @@ -163,7 +163,6 @@ export default defineComponent({ } } function clickHandle(params: EventParams | any) { - console.log(params); const { widgets } = getDashboard(dashboardStore.currentDashboard); const associate = (props.data.associate && props.data.associate) || []; diff --git a/src/views/dashboard/graphs/Line.vue b/src/views/dashboard/graphs/Line.vue index e84b026d..d05131a8 100644 --- a/src/views/dashboard/graphs/Line.vue +++ b/src/views/dashboard/graphs/Line.vue @@ -90,7 +90,7 @@ function getOption() { name: i, type: "line", symbol: "circle", - symbolSize: 6, + symbolSize: 8, showSymbol: props.config.showSymbol, step: props.config.step, smooth: props.config.smooth,