feat: 更新 PSelect 组件,支持异步选项加载并优化配置,调整样式以改善用户体验
This commit is contained in:
@ -33,6 +33,8 @@
|
||||
<style>
|
||||
#app {
|
||||
min-height: 100vh;
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@ -40,6 +42,7 @@
|
||||
@supports (min-height: 100dvh) {
|
||||
#app {
|
||||
min-height: 100dvh;
|
||||
max-width: 100dvw;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user