From db881a52e24d316f6a530675b4c1734ff617c35c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 May 2026 10:46:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=92=8C=E5=A4=96=E9=83=A8=E6=8F=90=E4=BA=A4/=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E6=8C=89=E9=92=AE=EF=BC=8CForm=E8=87=AA=E5=B8=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/create_validate.ui | 77 ++----------------------------------- wwwroot/upload_asset.ui | 79 +++----------------------------------- 2 files changed, 9 insertions(+), 147 deletions(-) diff --git a/wwwroot/create_validate.ui b/wwwroot/create_validate.ui index 7461d25..91ed3da 100644 --- a/wwwroot/create_validate.ui +++ b/wwwroot/create_validate.ui @@ -6,42 +6,12 @@ }, "subwidgets": [ { - "widgettype": "HBox", + "widgettype": "Title4", "options": { - "width": "100%", - "alignItems": "center", + "text": "真人认证", + "fontWeight": "600", "marginBottom": "16px" - }, - "subwidgets": [ - { - "widgettype": "Title4", - "options": { - "text": "真人认证", - "fontWeight": "600" - } - }, - { - "widgettype": "Filler" - }, - { - "widgettype": "Button", - "options": { - "label": "返回首页" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "urlwidget", - "target": "app.rl_content", - "options": { - "url": "{{entire_url('index.ui')}}" - }, - "mode": "replace" - } - ] - } - ] + } }, { "widgettype": "VBox", @@ -67,45 +37,6 @@ } ] } - }, - { - "widgettype": "HBox", - "options": { - "gap": "12px", - "marginTop": "16px" - }, - "subwidgets": [ - { - "widgettype": "Button", - "options": { - "label": "开始认证" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "script", - "target": "self", - "script": "var f=bricks.getWidgetById('validate_form',bricks.app);if(f)f.submit()" - } - ] - }, - { - "widgettype": "Button", - "options": { - "label": "重置" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "script", - "target": "self", - "script": "var f=bricks.getWidgetById('validate_form',bricks.app);if(f)f.reset()" - } - ] - } - ] } ] } diff --git a/wwwroot/upload_asset.ui b/wwwroot/upload_asset.ui index e9e761e..4ad9a92 100644 --- a/wwwroot/upload_asset.ui +++ b/wwwroot/upload_asset.ui @@ -6,42 +6,12 @@ }, "subwidgets": [ { - "widgettype": "HBox", + "widgettype": "Title4", "options": { - "width": "100%", - "alignItems": "center", + "text": "上传素材", + "fontWeight": "600", "marginBottom": "16px" - }, - "subwidgets": [ - { - "widgettype": "Title4", - "options": { - "text": "上传素材", - "fontWeight": "600" - } - }, - { - "widgettype": "Filler" - }, - { - "widgettype": "Button", - "options": { - "label": "返回首页" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "urlwidget", - "target": "app.rl_content", - "options": { - "url": "{{entire_url('index.ui')}}" - }, - "mode": "replace" - } - ] - } - ] + } }, { "widgettype": "VScrollPanel", @@ -104,46 +74,7 @@ } ] } - }, - { - "widgettype": "HBox", - "options": { - "gap": "12px", - "marginTop": "16px" - }, - "subwidgets": [ - { - "widgettype": "Button", - "options": { - "label": "上传" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "script", - "target": "self", - "script": "var f=bricks.getWidgetById('upload_form',bricks.app);if(f)f.submit()" - } - ] - }, - { - "widgettype": "Button", - "options": { - "label": "重置" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "script", - "target": "self", - "script": "var f=bricks.getWidgetById('upload_form',bricks.app);if(f)f.reset()" - } - ] - } - ] - } + } ] } ]