Commit 8f94d8aa by pangchong

feat: 高度调整

parent 5aa8066f
<template> <template>
<div class="g-block ml-4 pb-0"> <div class="g-block ml-4 pb-0">
<div class="px-4 h-[172px]"> <div class="px-4 min-h-[172px]">
<video-item :id="''" :is-self="true"></video-item> <video-item :id="''" :is-self="true"></video-item>
</div> </div>
<a-row class="mt-2 px-4"> <a-row class="mt-2 px-4">
...@@ -132,7 +132,7 @@ const uploadMuFile = (option: any, type: string) => { ...@@ -132,7 +132,7 @@ const uploadMuFile = (option: any, type: string) => {
} }
function convertURL(string: string) { function convertURL(string: string) {
return string.replace(/^http:\/\/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d{1,5}/, "https://ifar.test.com:440"); return string.replace(/^http:\/\/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d{1,5}/, 'https://ifar.test.com:440')
} }
const mapChatMessageQueue = computed(function () { const mapChatMessageQueue = computed(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment