Browse Source

修复聊天框高度问题

pre-production
马远东 1 year ago
parent
commit
44f510d385
  1. 3
      src/views/aftersales/aftersalesWorkOrderInfoTemp.vue

3
src/views/aftersales/aftersalesWorkOrderInfoTemp.vue

@ -874,7 +874,7 @@ const responsible = ref([
onMounted(() => {
msgHight.value = window.innerHeight * 0.8;
console.log(msgHight.value, '处理好的页面高度');
msgTop.value = window.innerHeight * 0.08;
msgTop.value = window.innerHeight * 0.1;
console.log(msgTop.value, '处理好的页面高度');
//
setTimeout(() => {
@ -1678,7 +1678,6 @@ const Chatrefresh=()=>{
justify-content: space-between;
width: 100%;
background-color: #fff;
height: 100%;
:deep(.el-card) {
width: 70%;
}

Loading…
Cancel
Save