diff --git a/src/views/RongyunCommunication/ModelRongYun/index.vue b/src/views/RongyunCommunication/ModelRongYun/index.vue
index cc2f107..4554deb 100644
--- a/src/views/RongyunCommunication/ModelRongYun/index.vue
+++ b/src/views/RongyunCommunication/ModelRongYun/index.vue
@@ -133,7 +133,7 @@
.RongYunWindowShow {
border: 0;
background: none !important;
- width: 1300px;
+ width: 850px;
height: 700px;
box-shadow: none !important;
@@ -218,7 +218,9 @@
// 融云样式
.RYdia {
z-index: 4;
- background: rgba(4, 42, 84, 0.9);
+
+ background: rgba(24, 91, 116, 0.9);
+ border: 1px solid #15d2fd;
border-radius: 5px;
min-height: 250px;
min-width: 250px;
@@ -229,12 +231,21 @@
justify-content: space-between;
align-items: center;
height: 40px;
- padding: 0 10px 0 14px;
- background: linear-gradient(90deg, #13a0fe 0%, rgba(26, 198, 254, 0.1) 100%);
+ line-height: 40px;
+ padding: 0 10px 0 40px;
+ // background: linear-gradient(90deg, #13a0fe 0%, rgba(26, 198, 254, 0.1) 100%);
+ background: url("@/assets/images/rongYunImg/tczs.png");
+ align-items: center;
+ flex-direction: row;
+ align-content: center;
+ justify-content: space-between;
+ flex-wrap: nowrap;
.boxName {
color: #fff;
font-weight: 700;
font-size: 18px;
+ height: 40px;
+ line-height: 40px;
// i{
// color: #000;
// }
diff --git a/src/assets/images/rongYunImg/qstp_img.png b/src/assets/images/rongYunImg/qstp_img.png
new file mode 100644
index 0000000..6417bd1
--- /dev/null
+++ b/src/assets/images/rongYunImg/qstp_img.png
Binary files differ
diff --git a/src/assets/images/rongYunImg/tczs.png b/src/assets/images/rongYunImg/tczs.png
new file mode 100644
index 0000000..e785927
--- /dev/null
+++ b/src/assets/images/rongYunImg/tczs.png
Binary files differ
diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue
index ed07b44..60b2806 100644
--- a/src/views/RongyunCommunication/ModalContact/index.vue
+++ b/src/views/RongyunCommunication/ModalContact/index.vue
@@ -32,11 +32,17 @@
- 搜索
+ 搜索
-
+
diff --git a/src/views/RongyunCommunication/ModelRongYun/index.vue b/src/views/RongyunCommunication/ModelRongYun/index.vue
index cc2f107..4554deb 100644
--- a/src/views/RongyunCommunication/ModelRongYun/index.vue
+++ b/src/views/RongyunCommunication/ModelRongYun/index.vue
@@ -133,7 +133,7 @@
.RongYunWindowShow {
border: 0;
background: none !important;
- width: 1300px;
+ width: 850px;
height: 700px;
box-shadow: none !important;
@@ -218,7 +218,9 @@
// 融云样式
.RYdia {
z-index: 4;
- background: rgba(4, 42, 84, 0.9);
+
+ background: rgba(24, 91, 116, 0.9);
+ border: 1px solid #15d2fd;
border-radius: 5px;
min-height: 250px;
min-width: 250px;
@@ -229,12 +231,21 @@
justify-content: space-between;
align-items: center;
height: 40px;
- padding: 0 10px 0 14px;
- background: linear-gradient(90deg, #13a0fe 0%, rgba(26, 198, 254, 0.1) 100%);
+ line-height: 40px;
+ padding: 0 10px 0 40px;
+ // background: linear-gradient(90deg, #13a0fe 0%, rgba(26, 198, 254, 0.1) 100%);
+ background: url("@/assets/images/rongYunImg/tczs.png");
+ align-items: center;
+ flex-direction: row;
+ align-content: center;
+ justify-content: space-between;
+ flex-wrap: nowrap;
.boxName {
color: #fff;
font-weight: 700;
font-size: 18px;
+ height: 40px;
+ line-height: 40px;
// i{
// color: #000;
// }
diff --git a/src/views/RongyunCommunication/RongYunBox/index.vue b/src/views/RongyunCommunication/RongYunBox/index.vue
index f070459..b58138f 100644
--- a/src/views/RongyunCommunication/RongYunBox/index.vue
+++ b/src/views/RongyunCommunication/RongYunBox/index.vue
@@ -57,7 +57,12 @@
视频
@@ -333,7 +338,7 @@
// 单呼
const call = () => {
getDom("#call").style.display = "none";
- getDom("#hunup").style.display = "block";
+ getDom("#hunup").style.display = "flex";
const events = getCallSessionEvent();
console.log("props.ryUser", props.ryUser);
console.log("props.ryUser.phone2", props.ryUser.phone);
@@ -408,8 +413,8 @@
//群呼
const groupCall = () => {
getDom("#call").style.display = "none";
- getDom("#hunup").style.display = "block";
- getDom("#invite").style.display = "block";
+ getDom("#hunup").style.display = "flex";
+ getDom("#invite").style.display = "flex";
getDom("#inviteList").style.visibility = "visible";
console.log("allData.userList", allData.userList, props.ryUser);
@@ -557,9 +562,9 @@
}
let videoTpl = null;
if (mediaType == 1) {
- videoTpl = `${data.data[0].name}: ${uid} `;
+ videoTpl = `${data.data[0].name} `;
} else {
- videoTpl = `${data.data[0].name}: ${uid} `;
+ videoTpl = `${data.data[0].name} `;
}
node.innerHTML = videoTpl;
node.classList.add("video-item");
@@ -599,7 +604,7 @@
useRongyunStore.callSession.hungup().then(({ code }) => {
if (code === 10000) {
// proxy.$modal.msgWarning("挂断成功");
- getDom("#call").style.display = "block";
+ getDom("#call").style.display = "flex";
getDom("#hunup").style.display = "none";
getDom("#invite").style.display = "none";
getDom("#inviteList").style.visibility = "hidden";
@@ -621,7 +626,7 @@
const removeVideoEl = () => {
getDom("#videoView").innerHTML = "";
getDom("#videoView").style = "";
- getDom("#call").style.display = "block";
+ getDom("#call").style.display = "flex";
getDom("#hunup").style.display = "none";
getDom("#invite").style.display = "none";
getDom("#inviteList").style.visibility = "hidden";
@@ -660,16 +665,17 @@