瀏覽代碼

style: 移动端首页样式调整

cuiyalong 1 年之前
父節點
當前提交
60db6f7851

+ 1 - 0
apps/mobile/src/components/home/list.vue

@@ -36,6 +36,7 @@
         :keys="item.keys"
         card-type="detailed"
         :detail="item.detail"
+        :line="false"
         :tags="item.tags"
         :time="item.time"
         :isFile="item.hasFile"

+ 1 - 0
apps/mobile/src/components/message/message-card.vue

@@ -253,6 +253,7 @@ export default {
   background-color: #fff;
   border-radius: 12px;
   overflow: hidden;
+  box-shadow: 0px 2px 8px rgba(54, 147, 179, 0.05);
   .message-unread {
     position: absolute;
     left: 0;

+ 2 - 1
apps/mobile/src/components/recommend/index.vue

@@ -229,7 +229,8 @@ export default {
 
 <style lang="scss" scoped>
 .recommend-bg {
-  margin-bottom: 8px;
+  padding-bottom: 8px;
+  background-color: #f5f5f5;
   .remove-active ::v-deep .van-cell--clickable:active {
     background-color: #fff;
   }