From feb9f13c3aa04d85f642ce3b94bd6080bbd37505 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 17 六月 2020 13:29:27 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/basLocType/basLocType.js | 4 ++--
src/main/webapp/views/basLocType/basLocType_detail.html | 14 +++-----------
src/main/webapp/views/basLocType/basLocType.html | 4 ++--
src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html | 6 +++---
src/main/webapp/static/js/basWrkStatus/basWrkStatus.js | 4 ++--
5 files changed, 12 insertions(+), 20 deletions(-)
diff --git a/src/main/webapp/static/js/basLocType/basLocType.js b/src/main/webapp/static/js/basLocType/basLocType.js
index 1139461..80a46bc 100644
--- a/src/main/webapp/static/js/basLocType/basLocType.js
+++ b/src/main/webapp/static/js/basLocType/basLocType.js
@@ -84,7 +84,7 @@
type: 2,
title: '鏂板',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['500px', top.detailHeight],
shadeClose: false,
content: 'basLocType_detail.html',
success: function(layero, index){
@@ -198,7 +198,7 @@
type: 2,
title: '淇敼',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['500px', top.detailHeight],
shadeClose: false,
content: 'basLocType_detail.html',
success: function(layero, index){
diff --git a/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js b/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js
index 6f9e4d4..472760d 100644
--- a/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js
+++ b/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js
@@ -85,7 +85,7 @@
type: 2,
title: '鏂板',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['500px', top.detailHeight],
shadeClose: false,
content: 'basWrkStatus_detail.html',
success: function(layero, index){
@@ -199,7 +199,7 @@
type: 2,
title: '淇敼',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['500px', top.detailHeight],
shadeClose: false,
content: 'basWrkStatus_detail.html',
success: function(layero, index){
diff --git a/src/main/webapp/views/basLocType/basLocType.html b/src/main/webapp/views/basLocType/basLocType.html
index b9c0d11..759dd69 100644
--- a/src/main/webapp/views/basLocType/basLocType.html
+++ b/src/main/webapp/views/basLocType/basLocType.html
@@ -15,14 +15,14 @@
<!-- 鎼滅储鏍� -->
<div id="search-box" class="layui-form layui-card-header">
<div class="layui-inline">
- <label class="layui-form-label" style="width: 100px">搴撲綅鐘舵�佷唬鍙凤細</label>
+ <label class="layui-form-label" style="width: 120px">搴撲綅鐘舵�佷唬鍙凤細</label>
<div class="layui-input-inline">
<input class="layui-input" type="text" name="loc_sts" placeholder="璇疯緭鍏�" autocomplete="off">
</div>
</div>
<!-- 寰呮坊鍔� -->
- <div id="data-search-btn" class="layui-btn-container layui-form-item">
+ <div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block">
<button id="search" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="search">鎼滅储</button>
<button id="reset" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="reset">閲嶇疆</button>
</div>
diff --git a/src/main/webapp/views/basLocType/basLocType_detail.html b/src/main/webapp/views/basLocType/basLocType_detail.html
index 632dd7d..265f7ef 100644
--- a/src/main/webapp/views/basLocType/basLocType_detail.html
+++ b/src/main/webapp/views/basLocType/basLocType_detail.html
@@ -14,22 +14,14 @@
<!-- 璇︽儏 -->
<div id="data-detail" class="layer_self_wrap">
- <form id="detail" class="layui-form">
- <!--
- <div class="layui-inline" style="display: none">
- <label class="layui-form-label"><span class="not-null">*</span>缂栥��銆�鍙凤細</label>
- <div class="layui-input-inline">
- <input id="id" class="layui-input" type="text" placeholder="缂栧彿">
- </div>
- </div>
- -->
- <div class="layui-inline" style="width:31%;">
+ <form id="detail" class="layui-form" style="text-align: center;">
+ <div class="layui-inline" style="width:80%;">
<label class="layui-form-label" style="font-size: x-small"><span class="not-null">*</span>搴撲綅鐘舵�佷唬鍙凤細</label>
<div class="layui-input-inline">
<input id="locSts" class="layui-input" type="text" onkeyup="check(this.id, 'basLocType')" lay-verify="required">
</div>
</div>
- <div class="layui-inline" style="width:31%;">
+ <div class="layui-inline" style="width:80%;">
<label class="layui-form-label" style="font-size: x-small">搴撲綅鐘舵�佹弿杩帮細</label>
<div class="layui-input-inline">
<input id="locDesc" class="layui-input" type="text">
diff --git a/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html b/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html
index c38a0dc..3023287 100644
--- a/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html
+++ b/src/main/webapp/views/basWrkStatus/basWrkStatus_detail.html
@@ -14,7 +14,7 @@
<!-- 璇︽儏 -->
<div id="data-detail" class="layer_self_wrap">
- <form id="detail" class="layui-form">
+ <form id="detail" class="layui-form" style="text-align: center">
<!--
<div class="layui-inline" style="display: none">
<label class="layui-form-label"><span class="not-null">*</span>缂栥��銆�鍙凤細</label>
@@ -23,13 +23,13 @@
</div>
</div>
-->
- <div class="layui-inline" style="width:31%;">
+ <div class="layui-inline" style="width:80%;">
<label class="layui-form-label"><span class="not-null">*</span>浠c��銆�鍙凤細</label>
<div class="layui-input-inline">
<input id="wrkSts" class="layui-input" type="text" onkeyup="check(this.id, 'basWrkStatus')" lay-verify="required|number">
</div>
</div>
- <div class="layui-inline" style="width:31%;">
+ <div class="layui-inline" style="width:80%;">
<label class="layui-form-label"><span class="not-null">*</span>鐘舵�佹弿杩帮細</label>
<div class="layui-input-inline">
<input id="wrkDesc" class="layui-input" type="text" lay-verify="required">
--
Gitblit v1.9.1