Browse Source

feat:样式修改

zhangsiya 11 months ago
parent
commit
4ed17a3889
1 changed files with 3 additions and 2 deletions
  1. 3 2
      jydocs-mobile/src/views/details/details.vue

+ 3 - 2
jydocs-mobile/src/views/details/details.vue

@@ -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;