18 lines
327 B
CSS
18 lines
327 B
CSS
/*
|
|
* @Author: Kane
|
|
* @Date: 2022-12-05 00:07:49
|
|
* @LastEditors: Kane
|
|
* @LastEditTime: 2022-12-05 00:48:04
|
|
* @FilePath: \hello-cli\src\assets\css\global.css
|
|
* @Description:
|
|
*
|
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
*/
|
|
html,
|
|
body,
|
|
#app {
|
|
/* padding: 0px; */
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
}
|