style(ui): 统一调整多个管理窗口的高度为680像素

调整了公司、库存、部门、功能、项目、客户、员工、银行、角色等多个管理窗口的预设高度,从不同高度统一为680像素,保持界面一致性。同时优化了部分导入语句的格式。
This commit is contained in:
danyz
2025-08-23 11:06:07 +08:00
parent c6b3b35997
commit 6cbe3f37ee
13 changed files with 34 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox prefHeight="700.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1"
<VBox prefHeight="680.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="com.ecep.contract.manager.ds.other.controller.department.DepartmentManagerWindowController">
<children>
<MenuBar VBox.vgrow="NEVER">