diff --git a/module-config-table/src/main/resources/templates/configtable/list-field.html b/module-config-table/src/main/resources/templates/configtable/list-field.html
index e6fe938..5ea7677 100644
--- a/module-config-table/src/main/resources/templates/configtable/list-field.html
+++ b/module-config-table/src/main/resources/templates/configtable/list-field.html
@@ -34,6 +34,10 @@
#container{
float:left;
width:100%;
+ border-right:1px dashed #000;
+ }
+ #rightContainer {
+ border-left:1px dashed #000;
}
.module1:hover{
border:2px solid rgba(153, 153, 153, 0.7);
@@ -64,11 +68,78 @@
-
-
+
+
-
+ –>
+ -->
diff --git a/module-config-table/src/main/resources/templates/configtable/list.html b/module-config-table/src/main/resources/templates/configtable/list.html
index 96d2643..a270fcf 100644
--- a/module-config-table/src/main/resources/templates/configtable/list.html
+++ b/module-config-table/src/main/resources/templates/configtable/list.html
@@ -401,8 +401,8 @@
top.layer.open({
type: 2,
title: false,
- closeBtn: 0,
- area: ["80%" , "80%"],
+ closeBtn: 1,
+ area: ["95%" , "95%"],
shadeClose: true,
anim: 2,
content: top.restAjax.path('route/configtable/listfield?configTableId={configTableId}', [checkDatas[0].configTableId]),