diff --git a/demo/apps/apijson_demo/static/layout.css b/demo/apps/apijson_demo/static/layout.css new file mode 100644 index 0000000..b43d3d6 --- /dev/null +++ b/demo/apps/apijson_demo/static/layout.css @@ -0,0 +1,5 @@ +/* override uliweb_layout/layout/static/layout.css */ +.main-footer {background-color: #3c8dbc; color: #e0e0e0;margin-left:0} +#layout-body .content-wrapper {border-left:none} +#layout-body.full .main-header .container { width: 100%; } +#layout-body.full .content-wrapper > .container { width: 100%; padding: 0; } diff --git a/demo/apps/apijson_demo/templates/index.html b/demo/apps/apijson_demo/templates/index.html index 5955000..c95af6d 100644 --- a/demo/apps/apijson_demo/templates/index.html +++ b/demo/apps/apijson_demo/templates/index.html @@ -1,10 +1,13 @@ {{extend "layout_demo.html"}} +{{block content_header_title}}

uliweb-apijson api examples

{{end content_header_title}} + {{block content_main}} {{use "ui.vue"}} {{use "ui.iview"}} -
+
+
@@ -96,6 +99,7 @@
+