透明登录框

This commit is contained in:
mll
2026-03-10 22:04:36 +08:00
parent b34b599513
commit ca4ebdfb7c
2 changed files with 5 additions and 3 deletions

View File

@@ -106,7 +106,9 @@ const newClass = computed(() => {
<style lang="scss" scoped>
$prefix-cls: #{$namespace}-login;
.bg-\#fff{
--un-bg-opacity: 0.3;
}
.#{$prefix-cls} {
overflow: auto;
}