diff --git a/wwwroot/index.ui b/wwwroot/index.ui index a75be4d..477ddd3 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -5,7 +5,7 @@ "subwidgets": [ { "widgettype": "HBox", - "options": {"width": "100%", "cheight": 48, "bgcolor": "#1e293b", "padding": "0 16px", "alignItems": "center", "gap": "12px"}, + "options": {"width": "100%", "cheight": 2, "bgcolor": "#1e293b", "padding": "0 16px", "alignItems": "center", "gap": "12px"}, "subwidgets": [ {"widgettype": "Button", "id": "btn_toggle_sidebar", "options": {"label": "☰", "css": "text", "color": "#fff", "cfontsize": 1.4}, "binds": [{"wid": "self", "event": "click", "actiontype": "method", "target": "app.sidebar_menu", "method": "toggle_collapse"}]}, {"widgettype": "Title4", "options": {"text": "产线平台", "color": "#fff"}}, @@ -21,7 +21,7 @@ "widgettype": "Menu", "id": "sidebar_menu", "options": { - "cwidth": 200, + "cwidth": 16, "height": "100%", "bgcolor": "#f8fafc", "target": "app.main_content",