diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 31f4f04227..19cadc1d77 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -3434,8 +3434,8 @@ span { } .chart-icon { - width: 20px; - height: 20px; + width: 20px !important; + height: 20px !important; } .el-radio { diff --git a/frontend/src/views/chart/view/ChartType.vue b/frontend/src/views/chart/view/ChartType.vue index 56603cb2e7..f60d987077 100644 --- a/frontend/src/views/chart/view/ChartType.vue +++ b/frontend/src/views/chart/view/ChartType.vue @@ -154,8 +154,8 @@ export default { } .chart-icon{ - width: 80px; - height: 40px; + width: 80px !important; + height: 40px !important; } .el-radio{