feat: 更新 PSelect 组件,支持异步选项加载并优化配置,调整样式以改善用户体验
All checks were successful
/ test (push) Successful in 21s
/ surge (push) Successful in 57s

This commit is contained in:
严浩
2024-12-06 15:05:16 +08:00
parent 7b7828d384
commit a6ccc16adb
5 changed files with 58 additions and 27 deletions

View File

@ -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;
}
}