Skip to content

Commit de992c5

Browse files
committed
全局代码格式 优化
1 parent 622a8c3 commit de992c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3124
-3119
lines changed

src/App.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
2-
<div id="app">
3-
<router-view></router-view>
4-
</div>
2+
<div id="app">
3+
<router-view></router-view>
4+
</div>
55
</template>
66

77
<script>
8-
export default{
9-
name: 'APP'
10-
}
8+
export default{
9+
name: 'APP'
10+
}
1111
</script>
1212

1313
<style lang="scss">
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/components/Charts/keyboard.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
2-
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
2+
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
33
</template>
4+
45
<script>
56
import echarts from 'echarts';
67

src/components/Charts/keyboard2.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
2-
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
2+
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
33
</template>
4+
45
<script>
56
import echarts from 'echarts';
67

src/components/Charts/lineMarker.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
2-
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
2+
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
33
</template>
4+
45
<script>
56
import echarts from 'echarts';
67

src/components/Charts/mixchart.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
2-
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
2+
<div :class="className" :id="id" :style="{height:height,width:width}"></div>
33
</template>
4+
45
<script>
56
import echarts from 'echarts';
67

0 commit comments

Comments
 (0)