|
@@ -2,11 +2,11 @@
|
|
|
<view slot="info" class="main" style="height:{{infoHeight}}px;">
|
|
|
<form catchsubmit="formSubmit" catchreset="formReset">
|
|
|
<view class="form" style="height:{{infoHeight-140}}px;">
|
|
|
- <view class="one">
|
|
|
+ <view class="one_1">
|
|
|
<view class="text">比赛红方logo</view>
|
|
|
<image class="imgs" src="{{form.red_logo[0].url}}"></image>
|
|
|
</view>
|
|
|
- <view class="one">
|
|
|
+ <view class="one_1">
|
|
|
<view class="text">比赛蓝方logo</view>
|
|
|
<image class="imgs" src="{{form.blue_logo[0].url}}"></image>
|
|
|
</view>
|