@@ -16,9 +16,9 @@
absolute
temporary
hide-overlay
- right
- width="500"
- style="z-index: 400"
+ location="right"
+ rounded
+ width="700"
>
<m-talk v-if="show" :title="title" :type="type" v-bind="$attrs">
<template v-for="name in Object.keys($slots)" v-slot:[`${name}`]="slotProps">
@@ -153,7 +153,6 @@ const box = ref(null)
const loading = ref(false)
const talks = ref([])
const question = ref('')
-const list = ref([])
const id = ref(0)
// 系统端信息配置