Explorar el Código

留言列表样式调整

seimin hace 2 años
padre
commit
1426df04be
Se han modificado 2 ficheros con 8 adiciones y 8 borrados
  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
         name: "recTime",
148
         name: "recTime",
149
         displayName: "留言时间",
149
         displayName: "留言时间",
150
-        width: "23%",
150
+        width: '140',
151
         cellTemplate:
151
         cellTemplate:
152
           "<div>" +
152
           "<div>" +
153
           '<div class="ui-grid-cell-contents"}">{{grid.appScope.transferTime(row.entity.recTime)}}</div>' +
153
           '<div class="ui-grid-cell-contents"}">{{grid.appScope.transferTime(row.entity.recTime)}}</div>' +
@@ -156,7 +156,7 @@ app.controller("recordCtrl", [
156
       {
156
       {
157
         name: "ano",
157
         name: "ano",
158
         displayName: "来电号码",
158
         displayName: "来电号码",
159
-        width: "20%",
159
+        width: '120',
160
         cellTemplate:
160
         cellTemplate:
161
           "<div>" +
161
           "<div>" +
162
           '<div class="ui-grid-cell-contents"}">{{row.entity.ano}}</div>' +
162
           '<div class="ui-grid-cell-contents"}">{{row.entity.ano}}</div>' +
@@ -173,7 +173,7 @@ app.controller("recordCtrl", [
173
       {
173
       {
174
         name: "isExcute",
174
         name: "isExcute",
175
         displayName: "处理状态",
175
         displayName: "处理状态",
176
-        width: "13%",
176
+        width: "70",
177
         cellTemplate:
177
         cellTemplate:
178
           "<div>" +
178
           "<div>" +
179
           '<div class="ui-grid-cell-contents"}">{{grid.appScope.transferstate(row.entity)}}</div>',
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
 <style>
1
 <style>
2
     .incidentsearch {
2
     .incidentsearch {
3
-        width: 30% !important;
4
-        margin-right: 16px
3
+        width: 210px;
4
+        margin-right: 6px
5
     }
5
     }
6
 
6
 
7
     .iptSize {
7
     .iptSize {
@@ -40,8 +40,8 @@
40
                     <form class="form-inline incidentsearchsize">
40
                     <form class="form-inline incidentsearchsize">
41
                         <div class="form-group incidentsearch">
41
                         <div class="form-group incidentsearch">
42
                             <div>
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
                                     style="border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd"
45
                                     style="border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd"
46
                                     ng-model="filData.hjzxRecord.startTime" max-date="searchkeys.createTimeEnd"
46
                                     ng-model="filData.hjzxRecord.startTime" max-date="searchkeys.createTimeEnd"
47
                                     is-open="startOpened" hour-time=true ng-init="startOpened = false" close-text="关闭"
47
                                     is-open="startOpened" hour-time=true ng-init="startOpened = false" close-text="关闭"
@@ -51,7 +51,7 @@
51
                         <div class="form-group incidentsearch">
51
                         <div class="form-group incidentsearch">
52
                             <span class="panel-title text-dark pull-left">至</span>
52
                             <span class="panel-title text-dark pull-left">至</span>
53
                             <!-- <div class=""> -->
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
                                 style="border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd"
55
                                 style="border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd"
56
                                 ng-model="filData.hjzxRecord.endTime" hour-time=true min-date="searchkeys.createTime"
56
                                 ng-model="filData.hjzxRecord.endTime" hour-time=true min-date="searchkeys.createTime"
57
                                 is-open="endOpened" ng-init="endOpened = false" close-text="关闭"
57
                                 is-open="endOpened" ng-init="endOpened = false" close-text="关闭"