|
@@ -1045,6 +1045,8 @@ export default class extends Vue {
|
|
|
height: 100px;
|
|
|
padding-top:46px;
|
|
|
bottom: 0;
|
|
|
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
|
|
|
+ border-radius: 0 0 12px 12px;
|
|
|
|
|
|
.unread-num {
|
|
|
.line{
|
|
@@ -1052,10 +1054,9 @@ export default class extends Vue {
|
|
|
width: 20px;
|
|
|
height: 1px;
|
|
|
background: #1B1A2A;
|
|
|
- margin-bottom: 5px;
|
|
|
+ margin-bottom: 3px;
|
|
|
}
|
|
|
}
|
|
|
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
|
|
|
|
|
|
.handle-span {
|
|
|
padding: 8px 0;
|