Browse Source

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

cherishsince 1 year ago
parent
commit
efaf9ea96c
1 changed files with 1 additions and 1 deletions
  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>