@@ -90,8 +90,7 @@ export default {
},
linkage (row) {
this.$emit('linkage', row)
- },
- customStyle () {}
+ }
}
</script>
@@ -83,9 +83,7 @@ export default {
return dataList
- methods: {
- }
+ methods: { }
@@ -70,9 +70,7 @@ export default {
return this.config.option.customize
@@ -141,9 +141,7 @@ export default {
rightDiagonal.style.top = `${this.customize.borderWidth / 2}px`
<style lang="scss" scoped>
@@ -94,9 +94,7 @@ export default {