Commit 3391b881 authored by ganjingcun's avatar ganjingcun

x

parent 9db801d3
...@@ -45,16 +45,16 @@ ...@@ -45,16 +45,16 @@
<hr> <hr>
<div style="margin-left: 20%;margin-right: 20%; "> <div style="margin-left: 20%;margin-right: 20%; ">
<p>【胜】VS【负】 </p> <!--<p>【胜】VS【负】 </p>-->
<p> 比赛: {{form.name1}} VS {{form.name2}}</p> <span class="xx"> 比赛: {{form.name1}} VS {{form.name2}}</span>
<p> 时间: {{getDate()}}</p> <span class="xx"> 时间: {{getDate()}}</span>
<p> 规则: {{form.rule}}</p> <span class="xx"> 规则: {{form.rule}}</span>
<p> 地点: {{form.location}}</p> <span class="xx"> 地点: {{form.location}}</span>
<p> ------------第一轮------------</p> <span class="xx"> ------------第一轮------------</span>
<p v-for="x in list"> <span class="xx" v-for="x in list">
{{x.a}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {{x.b}} {{x.a}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {{x.b}}
</p> </span>
<p> ------------第二轮------------</p> <span class="xx"> ------------第二轮------------</span>
</div> </div>
<br> <br>
...@@ -209,4 +209,10 @@ ...@@ -209,4 +209,10 @@
<style scoped> <style scoped>
.xx {
margin-top: 0px;
margin-bottom: 0px;
display: block;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment