Explorar o código

【优化】AI 对话角色抽屉,弹出比例

cherishsince hai 1 ano
pai
achega
efaf9ea96c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/ai/chat/Conversation.vue

+ 1 - 1
src/views/ai/chat/Conversation.vue

@@ -71,7 +71,7 @@
     <!-- ============= 额外组件 ============= -->
 
     <!--   角色仓库抽屉  -->
-    <el-drawer v-model="drawer" title="角色仓库" size="50%">
+    <el-drawer v-model="drawer" title="角色仓库" size="754px">
       <Role/>
     </el-drawer>