Browse Source

feat: [个人中心] [工作台] 已读消息方后面

zhangteng^2
memorylkf 4 hours ago
parent
commit
9d4ebb8b7c
2 changed files with 5 additions and 4 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/dl/DL014.vue
  2. +4
    -3
      src/views/index.vue

+ 1
- 1
src/views/business/comps/template/comps/dl/DL014.vue View File

@ -352,7 +352,7 @@ export default {
label: 'template.dl.dl014.xybh', label: 'template.dl.dl014.xybh',
prop: 'xybh', prop: 'xybh',
width: 180, width: 180,
bodyType: 'sj',
bodyType: 'xb',
bodyFillType: 'actFill' bodyFillType: 'actFill'
}, },
{ {

+ 4
- 3
src/views/index.vue View File

@ -195,21 +195,22 @@ export default {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
margin-bottom: 10px; margin-bottom: 10px;
padding-bottom: 5px; padding-bottom: 5px;
font-size: 12px; font-size: 12px;
cursor: pointer; cursor: pointer;
.notice-title{ .notice-title{
flex-shrink: 0;
flex-grow: 1;
flex-wrap: wrap;
.notice-dot{ .notice-dot{
margin-right: 2px; margin-right: 2px;
margin-top: 5px; margin-top: 5px;
} }
} }
.notice-date{ .notice-date{
flex-grow: 1;
text-align: right;
flex-shrink: 0;
} }
} }
} }

Loading…
Cancel
Save