。。。

This commit is contained in:
TimSpan 2025-05-13 16:30:30 +08:00
parent ef2f204b0d
commit 38dfe04991
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,6 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style-type: none; list-style-type: none;
box-sizing: border-box;
outline: none; outline: none;
} }

View File

@ -170,7 +170,11 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
* {
box-sizing: border-box;
}
.app { .app {
box-sizing: border-box;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background-color: #020308; background-color: #020308;