Browse Source

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

zhangteng^2
memorylkf 3 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',
prop: 'xybh',
width: 180,
bodyType: 'sj',
bodyType: 'xb',
bodyFillType: 'actFill'
},
{

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

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

Loading…
Cancel
Save