Skip to content

Commit

Permalink
Merge branch 'fix/site-sidebar-style' of https://github.com/GaoNeng-w…
Browse files Browse the repository at this point in the history
…Ww/tiny-vue into fix/site-sidebar-style
  • Loading branch information
GaoNeng-wWw committed Mar 8, 2024
2 parents d41e96a + eef5a14 commit aaa8e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/sites/src/views/components/components.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
:key="anchorRefreshKey"
mask-class="custom-active-anchor"
@link-click="handleAnchorClick"
class="anchor"
>
</tiny-anchor>
</div>
Expand Down Expand Up @@ -440,7 +441,7 @@ export default defineComponent({
})
</script>

<style lang="less">
<style lang="less" scoped>
table.api-table {
width: 100%;
table-layout: fixed;
Expand Down

0 comments on commit aaa8e99

Please sign in to comment.