fix: 样式优化

This commit is contained in:
dataeaseShu
2026-05-28 10:41:52 +08:00
committed by dataeaseShu
parent 3da33f2342
commit 7b4a010803
2 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -147,7 +147,7 @@ const fieldFormList = ref([])
const builtInList = ref([
{
id: 'sysParams.userId',
name: t('system.account')
name: t('common.account')
},
{
id: 'sysParams.userName',