提交 e714d5cd 编写于 作者: lyf's avatar lyf

Merge branch 'dev-202107012' into release

...@@ -269,14 +269,14 @@ export const ALL_TAB_LIST = [ ...@@ -269,14 +269,14 @@ export const ALL_TAB_LIST = [
label: '待匹配', label: '待匹配',
active: '2' active: '2'
}, },
{
label: '稍后跟进',
active: '101'
},
{ {
label: '已匹配', label: '已匹配',
active: '102' active: '102'
}, },
{
label: '稍后跟进',
active: '101'
},
{ {
label: '待分诊', label: '待分诊',
active: '22' active: '22'
......
...@@ -10,6 +10,7 @@ export const envConfig = { ...@@ -10,6 +10,7 @@ export const envConfig = {
// baseUrl: 'https://test1-sc.yunqueyi.com', // baseUrl: 'https://test1-sc.yunqueyi.com',
// baseUrl: 'https://uat-sc.yunqueyi.com', // baseUrl: 'https://uat-sc.yunqueyi.com',
qiniuFileUrl: "https://dev-sc.yunqueyi.com/contents/admin/qiniu/token1", qiniuFileUrl: "https://dev-sc.yunqueyi.com/contents/admin/qiniu/token1",
qiniuResourceUrl: "https://test1-videos.yunqueyi.com", qiniuResourceUrl: "https://test1-videos.yunqueyi.com",
qiniuImgUrl: "https://test1-file.yunqueyi.com", qiniuImgUrl: "https://test1-file.yunqueyi.com",
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
class="icon" class="icon"
@click="taggleM" @click="taggleM"
/> />
<div class="out" @click="leave">退出</div> <div class="close" @click="overFn">结束会话</div>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
...@@ -87,7 +87,9 @@ ...@@ -87,7 +87,9 @@
</div> </div>
</div> </div>
</div> </div>
<div class="close" @click="overFn">结束会话</div>
<div class="out" @click="leave">退出</div>
<alert ref="alert"></alert> <alert ref="alert"></alert>
</div> </div>
</template> </template>
...@@ -620,26 +622,28 @@ export default { ...@@ -620,26 +622,28 @@ export default {
.top-right { .top-right {
margin: 15px 25px 0 0; margin: 15px 25px 0 0;
display: flex; display: flex;
align-items: center;
justify-content: center;
.icon { .icon {
width: 32px; width: 32px;
height: 32px; height: 32px;
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: pointer;
} }
.out {
width: 102px; .close {
height: 32px; width: 102px;
border-radius: 2px; height: 32px;
border: 1px solid #ffffff; background: #ff4d4f;
font-size: 14px; border-radius: 2px;
font-family: PingFangSC-Regular, PingFang SC; font-size: 14px;
font-weight: 400; color: #ffffff;
color: #ffffff; line-height: 32px;
text-align: center; text-align: center;
line-height: 32px; margin-left: 20px;
margin-left: 20px; cursor: pointer;
cursor: pointer; }
}
} }
} }
.main { .main {
...@@ -735,17 +739,22 @@ export default { ...@@ -735,17 +739,22 @@ export default {
} }
} }
} }
.close {
width: 102px;
height: 32px; .out {
background: #ff4d4f; width: 102px;
border-radius: 2px; height: 32px;
font-size: 14px; border-radius: 2px;
color: #ffffff; border: 1px solid #ffffff;
line-height: 32px; font-size: 14px;
text-align: center; font-family: PingFangSC-Regular, PingFang SC;
margin: 15px auto 6%; font-weight: 400;
cursor: pointer; color: #ffffff;
} text-align: center;
line-height: 32px;
cursor: pointer;
margin: 15px auto 6%;
}
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册