模版发单页面样式修改
This commit is contained in:
parent
db11b450a3
commit
4929fc8d3a
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
.template-div {
|
.template-div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.template-body {
|
.template-body {
|
||||||
|
|
@ -97,6 +98,14 @@
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#categoryCxSelect {
|
||||||
|
z-index: 101
|
||||||
|
}
|
||||||
|
|
||||||
|
#categoryCxSelect .eo-cascader-menu:nth-child(-n+3) .has-child label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<th:block th:include="include :: datetimepicker-css" />
|
<th:block th:include="include :: datetimepicker-css" />
|
||||||
|
|
@ -542,8 +551,7 @@
|
||||||
|
|
||||||
function submitOrder() {
|
function submitOrder() {
|
||||||
if (!validSpecialComponent()) return;
|
if (!validSpecialComponent()) return;
|
||||||
<!-- if ($.validate.form()) {-->
|
if ($.validate.form()) {
|
||||||
if (true) {
|
|
||||||
var data = $("#addTemplateForm").serializeArray();
|
var data = $("#addTemplateForm").serializeArray();
|
||||||
var params= {};
|
var params= {};
|
||||||
data.forEach(function (item){
|
data.forEach(function (item){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue