|
|
|
@ -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%; |
|
|
|
|
} |
|
|
|
|