mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 02:52:26 +00:00
样式调整
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -120,7 +120,6 @@ const formatSize = computed(() => {
|
||||
.image-msg-wrapper {
|
||||
display: flex;
|
||||
position: relative;
|
||||
background-color: #000;
|
||||
|
||||
.el-image {
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user