From 1bfb3b0d32f5e76c0147e60bdc633e432766fac0 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Wed, 16 Dec 2020 18:19:48 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/route/defaultindex/include.html | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/main/resources/static/route/defaultindex/include.html b/src/main/resources/static/route/defaultindex/include.html index 9ba0df9..0da804c 100644 --- a/src/main/resources/static/route/defaultindex/include.html +++ b/src/main/resources/static/route/defaultindex/include.html @@ -16,14 +16,16 @@ .tab{margin-bottom: 10px;float: right;width: 74%;height:140px;overflow-y: auto} .top:after, .tab:after, .list:after{content: '';display: block;clear: both} .logo-box{float: left;width:25%;} - .logo{max-width: 100%;height:205px;} + .logo{max-width: 100%;height:183px;} .box h3{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px;font-weight: normal;color: #000;} .list-box{float:left;width: 32%;margin-right: 2%;padding: 5px;box-sizing: border-box;border-radius: 5px} .list-box:last-child{margin-right: 0} .list-box h4{font-size: 16px;font-weight: normal;color: #000;} .list-box ul li{height: 35px;color: #000;border-bottom: 1px solid #DDD;font-size: 0} .list-box ul li a{display:inline-block;margin-right:5px;color: #000;text-decoration: none;font-size: 14px;line-height: 35px;vertical-align: top;} - .list-box ul li span{float:right;font-size: 14px;line-height: 35px;display: inline-block;max-width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: top;} + .list-box ul li span{float:right;font-size: 14px;line-height: 35px;display: inline-block;max-width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: top;} + .layui-card-body{padding: 0 15px;} + @@ -36,25 +38,23 @@
-
-
-
+
+ +
+ +
+
@@ -734,6 +745,7 @@ var loadLayerIndex; formData.field['introduction'] = wangEditorObj['introduction'].txt.html(); formData.field['remake'] = wangEditorObj['remake'].txt.html(); + formData.field.belongStreetName = $('#belongStreet').find('option:selected').text(); top.restAjax.post(top.restAjax.path('api/partyorganize/savepartyorganize', []), formData.field, null, function(code, data) { var layerIndex = top.dialog.msg(top.dataMessage.commitSuccess, { time: 0, diff --git a/src/main/resources/static/route/partyorganize/update-partyorganize.html b/src/main/resources/static/route/partyorganize/update-partyorganize.html index 96cdfa4..1049fcb 100644 --- a/src/main/resources/static/route/partyorganize/update-partyorganize.html +++ b/src/main/resources/static/route/partyorganize/update-partyorganize.html @@ -84,6 +84,17 @@
+
+ +
+ +
+
@@ -807,6 +818,7 @@ var loadLayerIndex; formData.field['introduction'] = wangEditorObj['introduction'].txt.html(); formData.field['remake'] = wangEditorObj['remake'].txt.html(); + formData.field.belongStreetName = $('#belongStreet').find('option:selected').text(); top.restAjax.put(top.restAjax.path('api/partyorganize/updatepartyorganize/{partyOrganizeId}', [partyOrganizeId]), formData.field, null, function(code, data) { var layerIndex = top.dialog.msg(top.dataMessage.updateSuccess, { time: 0,