zhaigk преди 4 години
родител
ревизия
fc88fa8076
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/main/webapp/admin/ddy/reportProduceRb.html

+ 3 - 3
src/main/webapp/admin/ddy/reportProduceRb.html

@@ -9,7 +9,7 @@
     <link rel="stylesheet" href="../../plugins/layui/lay/modules/steps/style.css"></link>
     <style>
     	.layui-input {
-    		width : 200px;
+    		width : 174px
     	}
     	.layui-upload-drag .layui-icon {
     		font-size: 18px;
@@ -59,10 +59,10 @@
 	<div name = "step" style = "width: 80%; margin-left : 10%;height : 300px; display : none; text-align : center;">
 		<form class="layui-form" style = "text-align : center;">
 			<div style = "width: 80%; margin-left : 0px; height : 200px" class = "layui-upload-drag" >
-				<input type="text" class="layui-input" id="yearChoose" placeholder="yyyy" style = "display: inline-block;">
+				<input type="text" class="layui-input" id="yearChoose" placeholder="yyyy" style="padding-left: 10px;display: inherit;">
 				<div id = "DdyDateRange" class="layui-inline">
 				</div>
-				<input type="text"  class="layui-input" id="dayRange" placeholder="请选择报表日期">
+				<input type="text"  class="layui-input" id="dayRange" placeholder="请选择报表日期" style="padding-left: 10px;display: inherit;" >
 			</div>
 			<div style="margin-top : 50px;">
 		      <button type="button" class="layui-btn" style = "width : 214px" onclick = "tableYulan()">下一步</button>