Sfoglia il codice sorgente

消息页面/系统消息页面优化

tong 4 anni fa
parent
commit
4bdfc3e2eb
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      pages/msg/System-message/index.vue
  2. 1 1
      pages/msg/index.vue

+ 1 - 1
pages/msg/System-message/index.vue

@@ -166,7 +166,7 @@
 <style lang="scss" scoped>
 	.content {
 		width: 702rpx;
-		height: 447rpx;
+		// height: 447rpx;
 		margin: 0 auto;
 		background: #FFFFFF;
 		margin-top: 20rpx;

+ 1 - 1
pages/msg/index.vue

@@ -178,6 +178,6 @@
 		text-align: center;
 		font-size: 19rpx;
 		margin: 0 auto;
-		margin-top: 5rpx;
+		margin-top: 15rpx;
 	}
 </style>