diff --git a/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html b/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html index 17c76c68..a5de6897 100644 --- a/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html +++ b/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html @@ -18,6 +18,7 @@ .template-div { display: inline-block; + margin-right: 10px; } .template-body { @@ -97,6 +98,14 @@ margin: 2px 0; height: 24px; } + + #categoryCxSelect { + z-index: 101 + } + + #categoryCxSelect .eo-cascader-menu:nth-child(-n+3) .has-child label { + display: none; + } @@ -542,8 +551,7 @@ function submitOrder() { if (!validSpecialComponent()) return; - - if (true) { + if ($.validate.form()) { var data = $("#addTemplateForm").serializeArray(); var params= {}; data.forEach(function (item){