|
@@ -157,9 +157,16 @@
|
|
|
<div class="title">
|
|
<div class="title">
|
|
|
<i class="el-icon-info" style="cursor: pointer; margin-right: 8px;" title="查看票种详情" @click.stop="showTicketInfo(item)"></i>
|
|
<i class="el-icon-info" style="cursor: pointer; margin-right: 8px;" title="查看票种详情" @click.stop="showTicketInfo(item)"></i>
|
|
|
<el-tooltip
|
|
<el-tooltip
|
|
|
- :content="getTicketTip(item)"
|
|
|
|
|
placement="top"
|
|
placement="top"
|
|
|
effect="dark">
|
|
effect="dark">
|
|
|
|
|
+ <div slot="content">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ {{ item.name }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ {{ getTicketTip(item) }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
<span>
|
|
<span>
|
|
|
{{ item.name }}
|
|
{{ item.name }}
|
|
|
</span>
|
|
</span>
|
|
@@ -821,6 +828,7 @@ export default {
|
|
|
width: calc(100% - 80px);
|
|
width: calc(100% - 80px);
|
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
|
|
|
span {
|
|
span {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|