style: improve UI layout and styling

- Increase default window width from 900 to 1200
- Beautify clear button in OrderNumberInput with icon and hover effects
- Simplify ExtractorPage layout by removing collapsible sidebar
- Center settings form controls horizontally in SettingsPage
This commit is contained in:
Misaka_Company
2026-03-04 16:06:00 +08:00
parent dc3d577f6f
commit 29cb79abfd
4 changed files with 27 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ dotenv.config({ path: resolve(__dirname, '../../.env') })
function createWindow(): void {
// Create the browser window.
const mainWindow = new BrowserWindow({
width: 900,
width: 1200,
height: 670,
show: false,
autoHideMenuBar: true,