瀏覽代碼

留言列表样式调整

seimin 2 年之前
父節點
當前提交
1426df04be
共有 2 個文件被更改,包括 8 次插入8 次删除
  1. 3 3
      assets/js/controllers/desk/recordCtrl.js
  2. 5 5
      assets/views/desk/record.html

+ 3 - 3
assets/js/controllers/desk/recordCtrl.js

@@ -147,7 +147,7 @@ app.controller("recordCtrl", [
147 147
       {
148 148
         name: "recTime",
149 149
         displayName: "留言时间",
150
-        width: "23%",
150
+        width: '140',
151 151
         cellTemplate:
152 152
           "<div>" +
153 153
           '<div class="ui-grid-cell-contents"}">{{grid.appScope.transferTime(row.entity.recTime)}}</div>' +
@@ -156,7 +156,7 @@ app.controller("recordCtrl", [
156 156
       {
157 157
         name: "ano",
158 158
         displayName: "来电号码",
159
-        width: "20%",
159
+        width: '120',
160 160
         cellTemplate:
161 161
           "<div>" +
162 162
           '<div class="ui-grid-cell-contents"}">{{row.entity.ano}}</div>' +
@@ -173,7 +173,7 @@ app.controller("recordCtrl", [
173 173
       {
174 174
         name: "isExcute",
175 175
         displayName: "处理状态",
176
-        width: "13%",
176
+        width: "70",
177 177
         cellTemplate:
178 178
           "<div>" +
179 179
           '<div class="ui-grid-cell-contents"}">{{grid.appScope.transferstate(row.entity)}}</div>',

+ 5 - 5
assets/views/desk/record.html

@@ -1,7 +1,7 @@
1 1
 <style>
2 2
     .incidentsearch {
3
-        width: 30% !important;
4
-        margin-right: 16px
3
+        width: 210px;
4
+        margin-right: 6px
5 5
     }
6 6
 
7 7
     .iptSize {
@@ -40,8 +40,8 @@
40 40
                     <form class="form-inline incidentsearchsize">
41 41
                         <div class="form-group incidentsearch">
42 42
                             <div>
43
-                                <div class="control-label pull-left margin-top-5 margin-right-5">留言时间:</div>
44
-                                <input type="text" class="form-control pull-right incidentsearchsize iptSize"
43
+                                <div class="control-label pull-left margin-top-5">留言时间:</div>
44
+                                <input style="margin-right:24px;width: 60%;" type="text" class="form-control pull-right incidentsearchsize iptSize"
45 45
                                     style="border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd"
46 46
                                     ng-model="filData.hjzxRecord.startTime" max-date="searchkeys.createTimeEnd"
47 47
                                     is-open="startOpened" hour-time=true ng-init="startOpened = false" close-text="关闭"
@@ -51,7 +51,7 @@
51 51
                         <div class="form-group incidentsearch">
52 52
                             <span class="panel-title text-dark pull-left">至</span>
53 53
                             <!-- <div class=""> -->
54
-                            <input type="text" class="form-control selectzise pull-right incidentsearchsize iptSize"
54
+                            <input style="margin-right:24px;width: 60%;" type="text" class="form-control selectzise pull-right incidentsearchsize iptSize"
55 55
                                 style="border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd"
56 56
                                 ng-model="filData.hjzxRecord.endTime" hour-time=true min-date="searchkeys.createTime"
57 57
                                 is-open="endOpened" ng-init="endOpened = false" close-text="关闭"