a1af17d6 by 刘远

1

1 parent 25c26130
...@@ -60,6 +60,17 @@ ...@@ -60,6 +60,17 @@
60 <el-color-picker v-model="noColor"></el-color-picker> 60 <el-color-picker v-model="noColor"></el-color-picker>
61 </div> 61 </div>
62 </div> 62 </div>
63
64 <div class="func-btn">
65 <div class="btn-wrapper add-bg" @click="startAnalysis">
66 <img style="width: 20px; height: 20px; margin: 0 5px 0 44px" src="../assets/icon_开始分析.png" alt="">
67 <span>开始绘制</span>
68 </div>
69 <div class="btn-wrapper" @click="stopAnalysis" style="margin-left: 30px;">
70 <img style="width: 20px; height: 20px;margin: 0 5px 0 26px" src="../assets/icon_清除分析结果.png" alt="">
71 <span>清除绘制结果</span>
72 </div>
73 </div>
63 </div> 74 </div>
64 </div> 75 </div>
65 </template> 76 </template>
...@@ -237,7 +248,7 @@ ...@@ -237,7 +248,7 @@
237 display: flex; 248 display: flex;
238 justify-content: space-around; 249 justify-content: space-around;
239 text-align: center; 250 text-align: center;
240 padding: 30px 0px; 251 padding: 15px 0 0 0;
241 } 252 }
242 253
243 .demonstration { 254 .demonstration {
......
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
25 @roundSee='EroundSee' 25 @roundSee='EroundSee'
26 @horizon='Ehorizon' 26 @horizon='Ehorizon'
27 @allSee='EallSee' 27 @allSee='EallSee'
28
29 @ymAnslysis='EymAnslysis' 28 @ymAnslysis='EymAnslysis'
30 @tjxAnslysis='EtjxAnslysis' 29 @tjxAnslysis='EtjxAnslysis'
31 @visualField='EvisualField' 30 @visualField='EvisualField'
32 @yyAnslysis='EyyAnslysis' 31 @yyAnslysis='EyyAnslysis'
33 @kgAnalusis='EkgAnalusis' 32 @kgAnalusis='EkgAnalusis'
33
34 :enlarge='enlarge' 34 :enlarge='enlarge'
35 :narrow='narrow' 35 :narrow='narrow'
36 :coordinate='coordinate' 36 :coordinate='coordinate'
......