低版本safari主菜单样式兼容性处理

This commit is contained in:
Allen
2024-06-04 12:33:18 +08:00
parent fe31723726
commit 2d17baccd2
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>