Преглед на файлове

【功能优化】全局:message 提示最多 5 个,https://t.zsxq.com/CIVnc

YunaiV преди 1 година
родител
ревизия
145226deed
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/ConfigGlobal/src/ConfigGlobal.vue

+ 1 - 1
src/components/ConfigGlobal/src/ConfigGlobal.vue

@@ -54,7 +54,7 @@ const currentLocale = computed(() => localeStore.currentLocale)
   <ElConfigProvider
     :namespace="variables.elNamespace"
     :locale="currentLocale.elLocale"
-    :message="{ max: 1 }"
+    :message="{ max: 5 }"
     :size="size"
   >
     <slot></slot>