File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313 "@npkg/tinymce-plugins" : " ^0.0.7" ,
1414 "@tinymce/tinymce-vue" : " ^5.1.0" ,
1515 "dayjs" : " ^1.11.13" ,
16- "element-plus" : " ^2.10.1 " ,
16+ "element-plus-secondary " : " ^1.0.0 " ,
1717 "lodash" : " ^4.17.21" ,
1818 "snowflake-id" : " ^1.1.0" ,
1919 "tinymce" : " ^5.8.2" ,
3030 "@vue/tsconfig" : " ^0.7.0" ,
3131 "axios" : " ^1.8.4" ,
3232 "crypto-js" : " ^4.2.0" ,
33- "element-plus-secondary" : " ^1.0.0" ,
3433 "less" : " ^4.3.0" ,
3534 "pinia" : " ^3.0.2" ,
3635 "typescript" : " ~5.7.2" ,
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { computed } from ' vue'
3- import { ElConfigProvider } from ' element-plus'
3+ import { ElConfigProvider } from ' element-plus-secondary '
44import { getElementLocale } from ' @/i18n'
55const elLanguage = computed (() => {
66 return getElementLocale ()
Original file line number Diff line number Diff line change 22
33import type {ChatMessage } from " @/api/chat.ts" ;
44import {computed , nextTick , ref } from " vue" ;
5- import type {TabsPaneContext } from ' element-plus'
5+ import type {TabsPaneContext } from ' element-plus-secondary '
66import {Loading } from " @element-plus/icons-vue" ;
77import Component from " ./component/Component.vue"
88
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ onUnmounted(() => {
7676.chart-container {
7777 height : 100% ;
7878 width : 100% ;
79- min-height : 80 px ;
80- min-width : 100 px ;
79+ min-height : 200 px ;
80+ min-width : 200 px ;
8181}
8282 </style >
You can’t perform that action at this time.
0 commit comments