style:业务办理
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -168,7 +168,7 @@ export default { | ... | @@ -168,7 +168,7 @@ export default { |
| 168 | queryTodoList () { | 168 | queryTodoList () { |
| 169 | getHomeTodoList().then(res => { | 169 | getHomeTodoList().then(res => { |
| 170 | if (res.result) { | 170 | if (res.result) { |
| 171 | this.todoList = res.result.slice(0, 4) | 171 | this.todoList = res.result.slice(0, 5) |
| 172 | } | 172 | } |
| 173 | }) | 173 | }) |
| 174 | }, | 174 | }, |
| ... | @@ -188,7 +188,7 @@ export default { | ... | @@ -188,7 +188,7 @@ export default { |
| 188 | this.noticeList.forEach(item => { | 188 | this.noticeList.forEach(item => { |
| 189 | item.createtime = this._timedate(item.createtime) | 189 | item.createtime = this._timedate(item.createtime) |
| 190 | }) | 190 | }) |
| 191 | this.policyList = res.result.policyList | 191 | this.policyList = res.result.policyList.slice(0, 5) |
| 192 | } | 192 | } |
| 193 | }) | 193 | }) |
| 194 | }, | 194 | }, | ... | ... |
| ... | @@ -202,7 +202,7 @@ | ... | @@ -202,7 +202,7 @@ |
| 202 | p:nth-child(1) { | 202 | p:nth-child(1) { |
| 203 | flex: 1; | 203 | flex: 1; |
| 204 | width: 100%; | 204 | width: 100%; |
| 205 | padding: 3px; | 205 | padding: 1px; |
| 206 | padding-left: 30px; | 206 | padding-left: 30px; |
| 207 | display: flex; | 207 | display: flex; |
| 208 | // align-items: center; | 208 | // align-items: center; | ... | ... |
-
Please register or sign in to post a comment