Commit 359a7907 by 黑潮

update: 修改

parent 13f9ba98
......@@ -32,7 +32,7 @@
<el-select class="w200" v-model="threeValue" placeholder="请选择" v-if="options3 && options3.length > 0" @change="changeThreeValue">
<el-option v-for="item in options3" :key="item.tagid" :label="item.tagname" :value="item.tagid"></el-option>
</el-select>
<game-list style="margin-top:20px;margin-right: 8px;padding: 20px;border: 1px solid #dcdfe6;" ref="gameList" v-if="gameLinkVisible" :game-id="gameProps.gameId" :game-type="gameProps.gameType" @select="onSelectGame"></game-list>
<game-list style="margin-top:20px;margin-right: 8px;padding: 20px;border: 1px solid #dcdfe6;border-radius:2px" ref="gameList" v-if="gameLinkVisible" :game-id="gameProps.gameId" :game-type="gameProps.gameType" @select="onSelectGame"></game-list>
</div>
</el-form-item>
</div>
......
......@@ -131,7 +131,7 @@
</el-row>
</template>
<div v-else-if="scope.row.prizeImage" style="line-height:0">
<img :src="scope.row.prizeImage" style="width:32px;height:32px;object-fit:contain" />
<img :src="scope.row.prizeImage" style="width:32px;height:32px;object-fit:contain;border:1px solid #dcdfe6;border-radius:2px;box-sizing:border-box" />
</div>
</template>
</el-table-column>
......
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