Your Name 6 months ago
parent
commit
5cd7ec2757
1 changed files with 9 additions and 5 deletions
  1. 9
    5
      view/work/push/index.html

+ 9
- 5
view/work/push/index.html View File

@@ -18,12 +18,15 @@
18 18
         #info_li li{
19 19
             width: 100%;float: left;margin-bottom: 5px;
20 20
         }
21
+        .layui-form-label{
22
+            padding: 0 15px;
23
+        }
21 24
     </style>
22 25
 </head>
23 26
 
24 27
 <body>
25 28
 
26
-<div class="" style="width:800px;margin:0 auto;">
29
+<div class="" style="width:700px;float: left;padding: 0 20px;">
27 30
     <form class="layui-form" action="" style="margin-top:50px;" id="form_info">
28 31
 
29 32
         <div class="layui-form-item">
@@ -58,9 +61,9 @@
58 61
                         <table class="layui-table">
59 62
                             <colgroup>
60 63
                                 <col>
61
-                                <col width="150">
62
-                                <col width="260">
63
-                                <col width="150">
64
+                                <col width="">
65
+                                <col width="">
66
+                                <col width="">
64 67
                             </colgroup>
65 68
                             <thead>
66 69
                             <tr><th>文件名</th>
@@ -135,7 +138,8 @@
135 138
     </form>
136 139
 </div>
137 140
 
138
-<div class="layui-bg-gray" style="padding: 30px;width:800px;margin: 0 auto;">
141
+<!--layui-bg-gray-->
142
+<div class="" style="padding: 30px;width:500px;float: left;">
139 143
     <div class="layui-row layui-col-space15">
140 144
         <div class="layui-col-md12">
141 145
             <blockquote class="layui-elem-quote">执行过程:</blockquote>

Loading…
Cancel
Save