Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@407 931142cf-59ea-a443-aa0e-51397b428577

ld_liqk 9 years ago
parent
commit
1c976c673c

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/set/user/useradd.jsp

@@ -69,7 +69,7 @@
 		<div class="box-content" >
 			<div class="apply_fill">
  				<form  id="addform" method="post"> 	
-					<table class="apply" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
+					<table class="apply3" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
 						<tr>
 							<th><span class="needwrite">*</span>所在地 : &nbsp;</th>
 							<td colspan="3">

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/set/user/useredit.jsp

@@ -71,7 +71,7 @@
 			<div class="apply_fill">
  <form  id="addform" method="post"> 	
  <input type="hidden" name="id" value="${record.id }">		
-					<table class="apply" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
+					<table class="apply3" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
 						<tr>
 							<th><span class="needwrite">*</span>所在地 : &nbsp;</th>
 							<td colspan="3">

+ 1 - 1
gkjsjy/trunk/WebContent/static/biz/css/style.css

@@ -111,7 +111,7 @@ body{width:100%;height:100%;font-size:16px;position:relative;margin:0;padding:0;
 .apply2 td{width:16%;height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
 
 .apply3{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
-.apply3 th{width:18%;height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
+.apply3 th{height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
 .apply3 td{height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
 .apply3 input{width:80%;margin-left:5px;}
 .apply3 textarea{width:80%; margin-left:5px;}