Skip to content

Commit 2332252

Browse files
committed
fix: Style optimization
1 parent f32e3c3 commit 2332252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/views/system/member/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ const handleCurrentChange = (val: number) => {
459459
height: 64px;
460460
width: calc(100% + 48px);
461461
left: -24px;
462-
bottom: 0;
462+
bottom: -16px;
463463
border-top: 1px solid #1f232926;
464464
display: flex;
465465
background-color: #fff;

frontend/src/views/system/user/User.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ onMounted(() => {
814814
width: calc(100% + 48px);
815815
left: -24px;
816816
background-color: #fff;
817-
bottom: 0;
817+
bottom: -16px;
818818
border-top: 1px solid #1f232926;
819819
display: flex;
820820
align-items: center;

0 commit comments

Comments
 (0)