diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 2cbe938..f445ff1 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -1,27 +1,40 @@ { - "widgettype":"VBox", - "options":{ - "width":"100%", - "height":"100%" - }, - "subwidgets":[ - { - "widgettype":"urlwidget", - "options":{ - "url":"{{entire_url('top.ui')}}" - } - }, - { - "widgettype":"urlwidget", - "options":{ - "url":"{{entire_url('center.ui')}}" - } - }, - { - "widgettype":"urlwidget", - "options":{ - "url":"{{entire_url('bottom.ui')}}" - } - } - ] + "widgettype": "VBox", + "options": { + "width": "100%", + "height": "100%", + "padding": "0" + }, + "subwidgets": [ + { + "widgettype": "HBox", + "options": { + "width": "100%", + "alignItems": "center", + "marginBottom": "16px" + }, + "subwidgets": [ + { + "widgettype": "Title2", + "options": { + "text": "服务商管理" + } + } + ] + }, + { + "widgettype": "VScrollPanel", + "options": { + "css": "filler" + }, + "subwidgets": [ + { + "widgettype": "urlwidget", + "options": { + "url": "{{entire_url('msp_profile.ui')}}" + } + } + ] + } + ] }