From c6168afd1d3f83a0fdcc41cb2beb8ecba3104ba7 Mon Sep 17 00:00:00 2001 From: dmy Date: Mon, 5 Jan 2026 22:27:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4GUI=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80=E5=AE=BD=E5=BA=A6=E4=B8=BA=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.py b/gui.py index cf9325d..7d0da2a 100644 --- a/gui.py +++ b/gui.py @@ -844,7 +844,7 @@ def index(): ui.label("中能建西北院海上能源业务开发部").classes("text-xl font-bold") with ui.row().classes("w-full p-4 gap-4"): - with ui.card().classes("w-3/4 p-4 shadow-md"): + with ui.card().classes("w-full p-4 shadow-md"): ui.label("配置面板").classes("text-xl font-semibold mb-4 border-b pb-2") with ui.row(align_items='center').classes('w-full'): async def export_template(): @@ -903,7 +903,7 @@ def index(): .props("icon=play_arrow color=secondary") ) - with ui.column().classes("w-3/4 gap-4"): + with ui.column().classes("w-full gap-4"): # 新增:信息展示卡片 with ( ui.card()