Skip to content

Commit

Permalink
chore: remove ui style override
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Aug 13, 2024
1 parent ac6de6b commit 8b65344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/components/UserMenu.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<USlideover
v-model="isUserMenuOpen"
:ui="{ width: 'w-screen max-w-80', strategy: 'override' }"
:ui="{ width: 'w-screen max-w-80' }"
>
<div class="flex h-full flex-col">
<!-- 用户信息头部 -->
Expand Down

0 comments on commit 8b65344

Please sign in to comment.