Commit 3f67e9ea authored by youjie's avatar youjie

no message

parent df6ff320
...@@ -296,9 +296,9 @@ ...@@ -296,9 +296,9 @@
</div> </div>
<div class="time-box time-box2 center"> <div class="time-box time-box2 center">
<span>选择票型:</span> <span>选择票型:</span>
<div style="display: flex;"> <div style="display: flex;flex-wrap: wrap;">
<template v-for="x in types"> <template v-for="x in types">
<el-tag class="time-box-width" :type="x.checked?'':'info'" style="margin-right: 10px;cursor: pointer;" <el-tag class="time-box-width" :type="x.checked?'':'info'" style="margin-right: 10px;margin-bottom: 5px; cursor: pointer;"
@click="changeDetailListHandler(x)"> @click="changeDetailListHandler(x)">
<a>{{ x.TicketName }}</a> <a>{{ x.TicketName }}</a>
<p style="display: inline-block;margin-left: 5px;"> <p style="display: inline-block;margin-left: 5px;">
......
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