modify style

This commit is contained in:
MaysWind
2025-07-28 22:49:15 +08:00
parent fd99c784b3
commit d146a99c65
17 changed files with 62 additions and 79 deletions
-4
View File
@@ -763,10 +763,6 @@ init();
text-overflow: ellipsis;
}
.subaccount-edit-list {
--f7-list-group-title-height: 40px;
}
.subaccount-delete-button {
margin-left: auto;
}
-1
View File
@@ -495,7 +495,6 @@ init();
}
.account-list {
--f7-list-group-title-height: var(--ebk-account-list-group-title-height);
--f7-list-item-footer-font-size: var(--ebk-large-footer-font-size);
}
@@ -471,8 +471,8 @@ init();
align-content: center;
padding-top: 0;
padding-bottom: 0;
height: var(--ebk-reconciliation-statement-list-group-title-height);
line-height: var(--ebk-reconciliation-statement-list-group-title-height);
height: var(--f7-list-group-title-height);
line-height: var(--f7-list-group-title-height);
background-color: var(--f7-list-group-title-bg-color);
}