Files
nat-utools/src/components/nat-log/index.module.scss
T
2021-10-12 16:59:32 +08:00

12 lines
160 B
SCSS

.index {
width: 70vw;
max-width: 800px;
height: 100vh;
background-color: #fff;
overflow-y: auto;
color: #333;
.content {
padding: 20px;
}
}