Ver Fonte

😎首页部件样式调整

zuohuaijun há 2 anos atrás
pai
commit
c25be17ea3

+ 1 - 1
Web/src/views/home/widgets/components/welcome.vue

@@ -30,7 +30,7 @@
 				</div>
 			</div>
 			<div class="actions">
-				<el-button type="primary" icon="ele-Check" size="large" @click="godoc">文档教程</el-button>
+				<el-button type="primary" icon="ele-Guide" size="large" @click="godoc">文档教程</el-button>
 			</div>
 		</div>
 	</el-card>

+ 2 - 1
Web/src/views/home/widgets/index.vue

@@ -265,7 +265,8 @@ const close = () => {
 }
 .widgets-top-title {
 	font-size: 18px;
-	font-weight: bold;
+	// font-weight: bold;
+	color: #999
 }
 
 .widgets {