Skip to content

Commit 373a51c

Browse files
committed
fix(view): 设置字体 16px
1 parent ab4436a commit 373a51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/views/home/line.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<el-table-column prop="ArrivalTime" label="进站时间" width="" />
2424
</el-table>
2525

26-
<float-button :text="Flush" @onFloatBtnClicked="handleReload()" />
26+
<float-button :text="Flush" :font-size="16" @onFloatBtnClicked="handleReload()" />
2727
</div>
2828
</template>
2929

0 commit comments

Comments
 (0)