refactor: refactor locales, separate locales within apps,fixed #12

This commit is contained in:
vben
2024-07-07 00:17:44 +08:00
parent 3571511394
commit 208d4188fc
77 changed files with 486 additions and 394 deletions

View File

@@ -51,19 +51,19 @@ onUnmounted(() => {
});
</script>
<template>
<div ref="wrapperEl" class="coze-assistant"></div>
<div ref="wrapperEl" class="coze-vben-admin-assistant"></div>
</template>
<style>
.coze-assistant {
.coze-vben-admin-assistant {
position: fixed;
right: 30px;
bottom: 60px;
z-index: 1000;
img {
width: 42px !important;
height: 42px !important;
width: 50px !important;
height: 50px !important;
border-radius: 50%;
}
}