From 46bf350f8fd4026999b1d6f720ae6701f416e143 Mon Sep 17 00:00:00 2001 From: luoyisheng <2855143437@qq.com> Date: 星期四, 05 十月 2023 16:48:00 +0800 Subject: [PATCH] 9.26。15 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 101 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html index f84ddbc..6c4a8d0 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html @@ -200,7 +200,12 @@ "label": "蓝色方", "name": "blue", "id": "u:a4dbdeb9165e", - "mode": "inline" + "mode": "inline", + "size": "xs", + "horizontal": { + "leftFixed": "sm" + }, + "value": "" }, { "type": "input-text", @@ -208,6 +213,13 @@ "name": "red", "id": "u:b0544634a698", "mode": "inline" + }, + { + "type": "tpl", + "tpl": "请编辑内容", + "inline": true, + "wrapperComponent": "", + "id": "u:89c3a95a6721" }, { "type": "button", @@ -223,6 +235,93 @@ } }, "id": "u:b96a47957f17" + }, + { + "type": "divider", + "id": "u:cc7161244b32" + }, + { + "type": "tpl", + "id": "u:89c3a95a6721", + "tpl": "游戏配置:", + "inline": true, + "wrapperComponent": "h2" + }, + { + "type": "container", + "body": [ + { + "type": "card", + "header": { + "title": "激战球场", + "subTitle": "副标题" + }, + "body": [ + { + "type": "input-image", + "label": "背景图:", + "name": "image", + "autoUpload": true, + "proxy": true, + "uploadType": "fileReceptor", + "imageClassName": "r w-full", + "receiver": { + "url": "object-upload://default", + "method": "post" + }, + "id": "u:824383a8e878", + "labelClassName": "text-dark" + }, + { + "type": "input-text", + "label": "游戏名称", + "name": "ciji", + "id": "u:a4dbdeb9115e", + "mode": "inline", + "labelClassName": "text-dark m-b", + "value": "激战球场" + }, + { + "type": "input-text", + "label": "玩派币", + "name": "cijiCoin", + "id": "u:99015dfd4264", + "mode": "inline", + "labelClassName": "text-dark m-b text-lg" + }, + { + "type": "input-text", + "label": "现金", + "name": "cijiCash", + "id": "u:31888fb92add", + "mode": "inline", + "labelClassName": "text-dark m-b text-lg" + }, + { + "type": "input-text", + "label": "积分", + "name": "cijiInt", + "id": "u:c42ab4593d20", + "mode": "inline", + "labelClassName": "text-dark m-b text-lg" + } + ], + "actions": [ + ], + "id": "u:8445330f451b" + } + ], + "style": { + "position": "static", + "display": "block", + "flexWrap": "nowrap", + "maxWidth": "300px", + "overflowX": "auto", + "margin": "0" + }, + "id": "u:08adb1dcf6b9", + "isFixedHeight": false, + "isFixedWidth": false } ], "api": { @@ -230,7 +329,7 @@ "method": "post", "messages": { }, - "dataType": "form" + "dataType": "json" } } ] -- Gitblit v1.7.1