mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
12 lines
125 B
CSS
Vendored
12 lines
125 B
CSS
Vendored
* {
|
|
padding: 0 0;
|
|
margin: 0 0;
|
|
}
|
|
body,html {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-y: hidden;
|
|
}
|
|
ul {
|
|
list-style: none;
|
|
} |