mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-09 09:32:26 +03:00
docs: zh-cn
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:key="menu.id"
|
||||
:class="{ active: activeIndex === i }"
|
||||
:href="`#${menu.id}`"
|
||||
:title="menu.title"
|
||||
>{{ menu.title }}</a
|
||||
>
|
||||
</div>
|
||||
@@ -118,6 +119,6 @@ body {
|
||||
.content {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user