Merge branch 'dev-3.8' of git.mesalab.cn:nezha/nezha-fronted into dev-3.9
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
border-radius: 2px 0 0 2px;
|
border-radius: 2px 0 0 2px;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
margin-right: -5px;
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
.full-width-height{
|
.full-width-height{
|
||||||
|
|||||||
@@ -391,6 +391,7 @@ export default {
|
|||||||
},
|
},
|
||||||
saveChart (chart) { // 新增chart
|
saveChart (chart) { // 新增chart
|
||||||
this.getPanelData().then(() => {
|
this.getPanelData().then(() => {
|
||||||
|
delete chart.oldElements
|
||||||
chart.id = ''
|
chart.id = ''
|
||||||
chart.name = ''
|
chart.name = ''
|
||||||
chart.panelName = ''
|
chart.panelName = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user