mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
modify style
This commit is contained in:
@@ -763,10 +763,6 @@ init();
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.subaccount-edit-list {
|
||||
--f7-list-group-title-height: 40px;
|
||||
}
|
||||
|
||||
.subaccount-delete-button {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user