chore: 界面调整

This commit is contained in:
octopus_yan 2024-09-15 05:09:07 +08:00
parent 9f5eaba2c8
commit 12d9a07320
2 changed files with 7 additions and 4 deletions

View File

@ -46,10 +46,11 @@
}
#moreButton {
-fx-padding: 2 30;
-fx-padding: 3 30;
-fx-background-color: transparent;
-fx-border-color: -color-chart-6-alpha70;
-color-button-fg: -color-chart-6-alpha70;
&:hover {
-fx-background-color: -color-chart-6-alpha20;

View File

@ -18,11 +18,13 @@
</Button>
</AnchorPane>
<VBox alignment="CENTER" spacing="10" AnchorPane.bottomAnchor="30" AnchorPane.leftAnchor="0"
AnchorPane.rightAnchor="0">
<VBox alignment="CENTER" spacing="20"
AnchorPane.bottomAnchor="30" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0">
<Label style="-fx-background-radius: 10;-fx-background-color: -color-button-bg-hover;"
styleClass="button, flat, danger" text="%admin.pwd.toptip"/>
styleClass="admin-toptip, button, flat, danger" text="%admin.pwd.toptip"/>
<Pane style="-fx-background-color: transparent"/>
<HBox alignment="CENTER" styleClass="admin-field">
<Label text="%admin.pwd.user-field"/>