Merge pull request #13349 from dataease/pr@dev-v2@feat_language

feat: 增加国际化
This commit is contained in:
dataeaseShu 2024-11-15 15:43:58 +08:00 committed by GitHub
commit d576051839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,7 @@ if (uid.value === '1') {
<span>{{ link.label }}</span>
</div>
<div class="uinfo-main-item de-container de-language">
<div class="uinfo-main-item de-container">
<div class="about-parent" ref="divLanguageRef" v-click-outside="openLanguage">
<span>语言</span>
<el-icon class="el-icon-animate">
@ -285,7 +285,4 @@ if (uid.value === '1') {
}
padding: var(--ed-popover-padding) 0 !important;
}
.de-language {
display: none !important;
}
</style>