。。。
This commit is contained in:
parent
ef2f204b0d
commit
38dfe04991
|
@ -5,7 +5,6 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -170,7 +170,11 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.app {
|
||||
box-sizing: border-box;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #020308;
|
||||
|
|
Loading…
Reference in New Issue