From e0ff252a9ad4ca646e5e3e94a66c1309ec0b7c54 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 20 十月 2023 09:35:03 +0800 Subject: [PATCH] 10.20 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 101 insertions(+), 6 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html index a6507d2..be2f673 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html @@ -47,11 +47,13 @@ { "type": "tpl", "id": "u:587781d5d181", - "tpl": "                                    *所属运营商:", + "tpl": "                 *所属运营商:", "inline": true, "wrapperComponent": "", "style": { - "marginLeft": "0" + "marginLeft": "0", + "fontFamily": "", + "fontSize": 18 } }, { @@ -88,7 +90,7 @@ }, "labelField": "value", "valueField": "id", - "value":`${game.operationId}` + "value":`${opId}` },{ "type": "checkbox", "option": "平台", @@ -110,7 +112,8 @@ }, "trueValue": "平台", "falseValue": 0, - "mode": "inline" + "mode": "inline", + "value":`${is!}` }, { "type": "select", @@ -246,12 +249,14 @@ }, { "type": "tpl", - "tpl": "                                设备ID:", + "tpl": "                       设备ID:", "inline": true, "wrapperComponent": "", "id": "u:587781d5d181", "style": { - "marginLeft": "0" + "marginLeft": "0", + "fontFamily": "", + "fontSize": 18 } }, { @@ -340,6 +345,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${kc.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -453,6 +467,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${sq.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -557,6 +580,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${sm.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -667,6 +699,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${sd.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -772,6 +813,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${fk.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -876,6 +926,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${jx.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -986,6 +1045,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${qw.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -1091,6 +1159,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${zs.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -1198,6 +1275,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${zs2.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -1308,6 +1394,15 @@ "hideUploadButton": false, "fixedSize": false, "value":`${ly.img}` + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", -- Gitblit v1.7.1