|
@@ -95,7 +95,7 @@
|
|
|
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">Start Data Mode</a>
|
|
|
</p>
|
|
|
|
|
|
- <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 300px;height:45px;padding-top:5px">Go to Home Page</a>
|
|
|
+ <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 322px;height:45px;padding-top:5px">Go to Home Page</a>
|
|
|
|
|
|
</div>
|
|
|
<div v-else-if="step == 2">
|
|
@@ -117,7 +117,7 @@
|
|
|
class="btn btn-primary btn-lg"
|
|
|
style="margin-top: 15px; width: 320px;height:60px;padding-top:12px;color:white">Start Design (Mobile)</a></p>
|
|
|
<p>
|
|
|
- <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 320px;height:45px;padding-top:5px">Go to Home Page</a>
|
|
|
+ <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 322px;height:45px;padding-top:5px">Go to Home Page</a>
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -158,7 +158,7 @@
|
|
|
style="margin-top: 15px; width: 320px;height:60px;padding-top:12px;color:white">使用带用户信息浏览器设计</a>
|
|
|
</p>
|
|
|
<p>
|
|
|
- <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 320px;height:45px;padding-top:5px">返回首页</a>
|
|
|
+ <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 322px;height:45px;padding-top:5px">返回首页</a>
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
@@ -181,7 +181,7 @@
|
|
|
class="btn btn-primary btn-lg"
|
|
|
style="margin-top: 15px; width: 320px;height:60px;padding-top:12px;color:white">开始设计(手机模式)</a></p>
|
|
|
<p>
|
|
|
- <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 320px;height:45px;padding-top:5px">返回首页</a>
|
|
|
+ <a @click="step = 0" class="btn btn-outline-primary btn-lg"style="margin-top: 10px; width: 322px;height:45px;padding-top:5px">返回首页</a>
|
|
|
</p>
|
|
|
</div>
|
|
|
|