From 412e97505c16235de443fae9c85bcce5b0cb318f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 17 六月 2020 13:25:48 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/basWrkIotype/basWrkIotype.js | 4 ++--
src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html | 14 +++-----------
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js b/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
index 90b3bc4..cd3ab97 100644
--- a/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
+++ b/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
@@ -86,7 +86,7 @@
type: 2,
title: '鏂板',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['500px', top.detailHeight],
shadeClose: false,
content: 'basWrkIotype_detail.html',
success: function(layero, index){
@@ -200,7 +200,7 @@
type: 2,
title: '淇敼',
maxmin: true,
- area: [top.detailWidth, top.detailHeight],
+ area: ['500px', top.detailHeight],
shadeClose: false,
content: 'basWrkIotype_detail.html',
success: function(layero, index){
diff --git a/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html b/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html
index 73418ae..e4c55ac 100644
--- a/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html
+++ b/src/main/webapp/views/basWrkIotype/basWrkIotype_detail.html
@@ -14,16 +14,8 @@
<!-- 璇︽儏 -->
<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>鍏ュ嚭绫诲瀷浠e彿锛�</label>
<div class="layui-input-inline">
<input id="ioType" class="layui-input" type="text" onkeyup="check(this.id, 'basWrkIotype')" lay-verify="required|number">
@@ -35,7 +27,7 @@
<input id="ioPri" class="layui-input" type="text" >
</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="ioDesc" class="layui-input" type="text">
--
Gitblit v1.9.1