docs(cli): improve nav title text size adjust (#6206)

This commit is contained in:
neverland 2020-05-04 11:44:29 +08:00 committed by GitHub
parent 690e48c7ef
commit 9215df7692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,10 @@ export default {
<style lang="less">
.demo-nav {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 56px;
line-height: 56px;
text-align: center;
background-color: #fff;
&__title {