feat: migrate app routes and business modules

This commit is contained in:
2026-08-12 18:22:59 +08:00
parent 555aa00043
commit cc706378c2
247 changed files with 28623 additions and 14988 deletions
+2 -2
View File
@@ -116,7 +116,7 @@ const cancel = () => {
</script>
<style scoped lang="scss">
@import "../styles/adaptive-frame-profiles.scss";
@use "../styles/adaptive-frame-profiles.scss" as adaptive;
.app-dialog-layer {
position: fixed;
@@ -136,7 +136,7 @@ const cancel = () => {
max-height: calc(var(--app-viewport-height, 100vh) - 80rpx - env(safe-area-inset-top) - env(safe-area-inset-bottom));
flex-direction: column;
overflow: hidden;
@include adaptive-auth-dialog;
@include adaptive.adaptive-auth-dialog;
}
.app-dialog__content {
z-index: 1;