mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
Merge pull request #13349 from dataease/pr@dev-v2@feat_language
feat: 增加国际化
This commit is contained in:
commit
d576051839
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user