Browse Source

update style

imndx 3 years ago
parent
commit
08b5ebc32d

+ 1 - 2
pages/conversation/ConversationView.vue

@@ -793,7 +793,6 @@ export default {
     display: flex;
     justify-content: center;
     align-items: center;
-    background-color: white;
     /*border-left: 1px solid #e6e6e6;*/
 }
 
@@ -803,7 +802,7 @@ export default {
     height: 100vh;
     overflow: hidden;
     flex-direction: column;
-    /*background-color: #f3f3f3;*/
+    background-color: #f3f3f3;
     /*padding: 0 12px;*/
 }
 

+ 1 - 0
pages/conversationList/ConversationListView.vue

@@ -154,6 +154,7 @@ export default {
 .conversation-list {
     height: 100vh;
     overflow: auto;
+    background: #f3f3f3;
 }
 
 .conversation-list .top {

+ 1 - 1
uni.scss

@@ -28,7 +28,7 @@ $uni-text-color-placeholder: #808080;
 $uni-text-color-disable:#c0c0c0;
 
 /* 背景颜色 */
-$uni-bg-color:#ffffff;
+$uni-bg-color:#f3f3f3;
 $uni-bg-color-grey:#f8f8f8;
 $uni-bg-color-hover:#f1f1f1;//点击状态颜色
 $uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色