样式调整

This commit is contained in:
bob
2025-04-28 15:40:07 +08:00
parent 41947e9060
commit ea1e74fd08
2 changed files with 1 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ import { jsonParseSafe } from '@/js/utils/common'
import { msgContentType } from '@/const/msgConst'
const props = defineProps(['msg'])
const emit = defineEmits(['selectMenu'])
const menuData = useMenuStore()
const menuName = computed(() => {
@@ -31,8 +32,6 @@ const contentType = computed(() => {
}
})
const emit = defineEmits(['selectMenu'])
const menu = computed(() => {
const o = [
{

View File

@@ -120,7 +120,6 @@ const formatSize = computed(() => {
.image-msg-wrapper {
display: flex;
position: relative;
background-color: #000;
.el-image {
width: auto;