forked from github/dataease
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
74404e2b8d
@ -58,7 +58,7 @@ export default {
|
|||||||
name: '辅助线',
|
name: '辅助线',
|
||||||
field: '0', // 固定值
|
field: '0', // 固定值
|
||||||
axis: 'y', // 主轴
|
axis: 'y', // 主轴
|
||||||
value: 0,
|
value: '0',
|
||||||
lineType: 'solid',
|
lineType: 'solid',
|
||||||
color: '#ff0000'
|
color: '#ff0000'
|
||||||
},
|
},
|
||||||
@ -81,7 +81,7 @@ export default {
|
|||||||
this.lineArr = JSON.parse(JSON.stringify(this.line))
|
this.lineArr = JSON.parse(JSON.stringify(this.line))
|
||||||
},
|
},
|
||||||
addLine() {
|
addLine() {
|
||||||
this.lineArr.push(this.lineObj)
|
this.lineArr.push(JSON.parse(JSON.stringify(this.lineObj)))
|
||||||
this.changeAssistLine()
|
this.changeAssistLine()
|
||||||
},
|
},
|
||||||
removeLine(index) {
|
removeLine(index) {
|
||||||
|
@ -2560,7 +2560,7 @@ export default {
|
|||||||
|
|
||||||
.tab-header > > > .el-tabs__item {
|
.tab-header > > > .el-tabs__item {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 0 40px !important;
|
padding: 0 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blackTheme .tab-header > > > .el-tabs__item {
|
.blackTheme .tab-header > > > .el-tabs__item {
|
||||||
|
Loading…
Reference in New Issue
Block a user