Skip to content

Commit 3a87923

Browse files
authored
添加字体颜色
1 parent c7fb031 commit 3a87923

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/index/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<template>
1+
<template>
22
<div class="app">
33
<Header></Header>
44
<div style="margin-top:100px">
@@ -27,6 +27,7 @@ export default {
2727
<style scoped>
2828
.app{
2929
background: #000;
30+
font-size: 12px;
3031
}
3132
</style>
3233

0 commit comments

Comments
 (0)