create app
This commit is contained in:
12
src/assets/css/style.less
Normal file
12
src/assets/css/style.less
Normal file
@@ -0,0 +1,12 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user