bugfix
This commit is contained in:
parent
abd5837509
commit
5bc6bdce85
@ -5,7 +5,7 @@
|
|||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "HBox",
|
"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": [
|
"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": "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"}},
|
{"widgettype": "Title4", "options": {"text": "产线平台", "color": "#fff"}},
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"widgettype": "Menu",
|
"widgettype": "Menu",
|
||||||
"id": "sidebar_menu",
|
"id": "sidebar_menu",
|
||||||
"options": {
|
"options": {
|
||||||
"cwidth": 200,
|
"cwidth": 16,
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"bgcolor": "#f8fafc",
|
"bgcolor": "#f8fafc",
|
||||||
"target": "app.main_content",
|
"target": "app.main_content",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user