Merge pull request #147 from hotlcc/develop-20240604-1

This commit is contained in:
jxxghp
2024-06-04 12:54:09 +08:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ defineProps<{
display: flex;
align-items: center;
cursor: pointer;
padding-left: 1.375rem;
padding-right: 1rem;
margin-right: 1.125em;
border-radius: 0 3.125rem 3.125rem 0 !important;
}
}
</style>

View File

@@ -18,3 +18,12 @@ defineProps<{
</div>
</li>
</template>
<style lang="scss">
.layout-vertical-nav {
.nav-section-title {
padding-left: 1.375rem;
padding-right: 1rem;
}
}
</style>