提交 ef88979f 编写于 作者: alex.zhang's avatar alex.zhang

直播链接弹窗样式修改

上级 9797d80d
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<el-dialog <el-dialog
title="直播链接" title="直播链接"
:visible.sync="dialogLivelinkVisible" :visible.sync="dialogLivelinkVisible"
width="500px" width="600px"
:close-on-click-modal="false" :close-on-click-modal="false"
@close="handleLivelinkClose" @close="handleLivelinkClose"
center center
...@@ -114,23 +114,25 @@ ...@@ -114,23 +114,25 @@
<div class="live_url_style" v-if="this.liveStatus==1 || this.liveStatus==2"> <div class="live_url_style" v-if="this.liveStatus==1 || this.liveStatus==2">
<div class="href_style">讲师链接 {{lecturerUrl}}</div> <div class="href_style">讲师链接 {{lecturerUrl}}</div>
<el-col> <el-col class="href_outer_border">
<el-link type="primary" @click="copyTxt(1)" size="small" class="href_button_style">复制</el-link> <el-link type="primary" @click="copyTxt(1)" size="small" class="href_button_style">复制</el-link>
<el-link type="primary">|</el-link>
<el-link type="primary" @click="jumpUrl(1)" size="small">进入直播</el-link> <el-link type="primary" @click="jumpUrl(1)" size="small">进入直播</el-link>
</el-col> </el-col>
</div> </div>
<div class="live_url_style" v-if="this.liveStatus==1 || this.liveStatus==2"> <div class="live_url_style" v-if="this.liveStatus==1 || this.liveStatus==2">
<el-col class="href_style">嘉宾链接 {{guestUrl}}</el-col> <el-col class="href_style">嘉宾链接 {{guestUrl}}</el-col>
<el-col> <el-col class="href_outer_border">
<el-link type="primary" @click="copyTxt(2)" size="small" class="href_button_style">复制</el-link> <el-link type="primary" @click="copyTxt(2)" size="small" class="href_button_style">复制</el-link>
<el-link type="primary">|</el-link>
<el-link type="primary" @click="jumpUrl(2)" size="small">进入直播</el-link> <el-link type="primary" @click="jumpUrl(2)" size="small">进入直播</el-link>
</el-col> </el-col>
</div> </div>
<div class="live_url_style" v-if="this.liveScope==2"> <div class="live_url_style" v-if="this.liveScope==2">
<div class="href_style">观众链接 {{audienceUrl}}</div> <div class="href_style">观众链接 {{audienceUrl}}</div>
<el-col> <el-col class="href_outer_border">
<el-link type="primary" @click="copyTxt(3)" size="small" class="href_button_style">复制</el-link> <el-link type="primary" @click="copyTxt(3)" size="small" class="href_button_style">复制</el-link>
</el-col> </el-col>
</div> </div>
...@@ -454,11 +456,13 @@ export default { ...@@ -454,11 +456,13 @@ export default {
display: flex; display: flex;
padding: 10px; padding: 10px;
} }
.href_outer_border {
margin-top: 10px;
}
.href_style { .href_style {
width: 1000px; width: 1500px;
background-color: #d8d8d8; background-color: #d8d8d8;
margin-left: -15px; padding:10px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册