Procházet zdrojové kódy

Merge branch 'master' of http://192.168.1.222:3000/zhengbingbing/XYS12345_UI

zhengbingbing %!s(int64=6) %!d(string=před) roky
rodič
revize
31f0b00ed2

+ 2 - 6
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -100,14 +100,10 @@
100 100
                         <th class="Importent">事件地址:</th>
101 101
                         <td colspan="7">
102 102
                             <select class="select_" id="sourcearea"></select>
103
+                            <input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:50%; padding-left: 15px;" />
103 104
                         </td>
104 105
                     </tr>
105
-                    <tr>
106
-                    	<th class="Importent"></th>
107
-                        <td colspan="7">
108
-                        	<input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:50%; padding-left: 15px;" />
109
-                    	</td>
110
-                    </tr>
106
+                   
111 107
                     <tr>
112 108
                         <th class="Importent"></th>
113 109
                         <td colspan="7">

+ 4 - 4
WebUI/CallCenterWeb.UI/index.html

@@ -975,7 +975,8 @@
975 975
         	margin-bottom: 10px;
976 976
         }
977 977
         .source_area input[type="text"]{
978
-        	width: 392px;
978
+        	width: 200px;
979
+        	margin-left: 15px;
979 980
         }
980 981
         .source_area{
981 982
         	position: relative;
@@ -1042,7 +1043,7 @@
1042 1043
         	color: #FFFFFF;
1043 1044
         }
1044 1045
         .mapPos{
1045
-        	margin-top: 75px;
1046
+        	margin-top: 40px;
1046 1047
         	margin-left: 83px;
1047 1048
         	/*position: fixed;
1048 1049
 			top: 0;
@@ -1635,10 +1636,9 @@
1635 1636
                                            	 事发区域:
1636 1637
                                         </span>
1637 1638
                                         <span class="col-sm-6 source_area">
1638
-                                            <select name="sourcearea" id="sourcearea">
1639
+                                            <select name="sourcearea" id="sourcearea" style="float: left;">
1639 1640
                                                 <option value="0">请选择</option>
1640 1641
                                             </select>
1641
-                                            <img src="img/map_nav.png"/>
1642 1642
                                             <input id="sourceaddress" type="text" placeholder="输入详细地址" />
1643 1643
                                         </span>
1644 1644
                                         <div class="mapBJ" style="width:100%; height:100%"></div>