Commit fc3dccc4 authored by anxixi's avatar anxixi

活动新页面

parent 15f88b72
......@@ -927,6 +927,11 @@
}
}
.eventTooltip{
&.el-tooltip__popper.is-light{
border: 1px solid #bec0cb;
}
}
.boxShadowTip .popper__arrow{
display: none!important;
}
......
......@@ -87,8 +87,8 @@
<btnbar v-else @loginState="loginState" @successState="successState" :row="item" :index="index" :btnType="1" :eventId="$route.query.id"></btnbar>
</div>
</div>
<el-tooltip v-if="item.empIntroduction" placement="top-start" effect="light">
<div slot="content" style="width: 200px;">{{item.empIntroduction}}</div>
<el-tooltip v-if="item.empIntroduction" popper-class="eventTooltip" placement="top-start" effect="light">
<div slot="content" style="width: 200px;line-height: 20px;">{{item.empIntroduction}}</div>
<p class="ellipsisFont1" style="color:#1A1A1E;height: 20px;max-width: 90%;margin-top: 5px;">{{item.empIntroduction}}</p>
</el-tooltip>
......
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