mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
Merge remote-tracking branch 'origin/dev-v3' into dev-v3
This commit is contained in:
@@ -238,13 +238,13 @@ const update = (licKey: string) => {
|
||||
<style lang="less">
|
||||
.about-dialog {
|
||||
img {
|
||||
border-radius: 6px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
}
|
||||
.color-overlay {
|
||||
position: absolute;
|
||||
border-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
width: 792px;
|
||||
height: 180px;
|
||||
top: 64px;
|
||||
|
||||
@@ -147,7 +147,7 @@ const fieldFormList = ref([])
|
||||
const builtInList = ref([
|
||||
{
|
||||
id: 'sysParams.userId',
|
||||
name: t('system.account')
|
||||
name: t('common.account')
|
||||
},
|
||||
{
|
||||
id: 'sysParams.userName',
|
||||
|
||||
Reference in New Issue
Block a user