Browse Source

fix 细节优化

liu 2 years ago
parent
commit
1c8c507d09

+ 8 - 6
ruoyi-admin/src/main/resources/templates/system/dept/editPart.html

@@ -93,8 +93,8 @@
         }
 
         .form-control{
-            background: #F3F3F3;
-            border: 1px solid #D1D1D1;
+            /*background: #F3F3F3;*/
+            /*border: 1px solid #D1D1D1;*/
             border-radius: 4px;
             height: 40px;
             line-height: 40px;
@@ -117,10 +117,12 @@
                 <div class="col-sm-4" >
                     <div class=""   >
                         <label><span style="color: red;margin-right: 5px; ">*</span>父机构</label>
-                        <input id="treeId" name="parentId" type="hidden" th:field="*{parentId}" readonly/>
-                        <input class="form-control" type="text" id="treeName" style="background-color: white"
-                               readonly="true" th:field="*{parentName}">
-                        <span class="input-group-addon"><i class="fa fa-search"></i></span>
+                        <div class="input-group date">
+                            <input id="treeId" name="parentId" type="hidden" th:field="*{parentId}" readonly/>
+                            <input class="form-control" type="text" id="treeName" style="background-color: white"
+                                   readonly="true" th:field="*{parentName}">
+                            <span class="input-group-addon"><i class="fa fa-search"></i></span>
+                        </div>
                     </div>
                 </div>
                 <div class="col-sm-4" >