canghailong 6 miesięcy temu
rodzic
commit
d35656a03c
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      src/views/forum/detail.vue
  2. 2 2
      src/views/portal/index.vue

+ 2 - 2
src/views/forum/detail.vue

@@ -48,7 +48,7 @@
 					</a-descriptions-item>
 				</a-descriptions>
 				<div class="htmlContent" v-html="detailObj.postContent"></div>
-				 <a-divider />
+				<a-divider />
 				<div class="flc">
 					<div v-if="detailObj.userNickName">
 						<a-tooltip title="顶">
@@ -239,7 +239,7 @@
 	:deep(.htmlContent img) {
 		max-width: 100% !important;
 	}
-	:deep(.equ .ant-descriptions-header){
+	:deep(.equ .ant-descriptions-header) {
 		margin-bottom: 10px;
 	}
 	.snowy-index-card-left-one-username {

+ 2 - 2
src/views/portal/index.vue

@@ -28,10 +28,10 @@
 		min-height: calc(100vh - 55px);
 	}
 	.box-width {
-		width:1624px!important;
+		width: 1624px !important;
 		min-height: 90vh;
 	}
 	.layoutBg {
-		background-color: #F4F5F9;
+		background-color: #f4f5f9;
 	}
 </style>