| | |
| | | this.tabs.push({ name: '2', label: '理赔提醒' }) |
| | | // this.handleCurrentChange2(0); |
| | | } |
| | | //新增分类 |
| | | if (pemissons.includes('business:notice:settle')) { |
| | | this.tabs.push({ name: '3', label: '合同签署提醒' }) |
| | | // this.handleCurrentChange2(0); |
| | | } |
| | | /* if (pemissons.includes('business:notice:insurance')) { |
| | | this.getNoticeList(0, this.page0) |
| | | } |
| | |
| | | } |
| | | .home_content { |
| | | width: 100%; |
| | | height: calc(100% - 170px); |
| | | /*height: calc(100% - 170px);*/ |
| | | margin-top: 10px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | /*align-items: center;*/ |
| | | /*justify-content: space-between;*/ |
| | | .home_content_left { |
| | | width: 350px; |
| | | height: 100%; |
| | | /*height: 100%;*/ |
| | | height: auto; |
| | | flex-shrink: 0; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | .home_content_left_item { |
| | | width: 100%; |
| | | height: 32%; |
| | | /*height: 32%;*/ |
| | | height: 200px; |
| | | background: #ffffff; |
| | | margin-bottom: 10px; |
| | | } |
| | | } |
| | | .home_content_right { |
| | |
| | | box-sizing: border-box; |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | border: 1px solid #ececec; |
| | | margin-bottom: 15px; |
| | |
| | | } |
| | | } |
| | | .list_item_right { |
| | | flex-shrink: 0; |
| | | height: 100%; |
| | | display: flex; |
| | | align-items: center; |