system-copyright-react/src/route/proj/proj-create.css
2024-05-07 17:00:32 +08:00

19 lines
362 B
CSS

.proj-create {
/* min-height: 100%; */
/* background-color: var(--color-light); */
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 50px;
}
::-webkit-scrollbar {
display: none;
}
.proj-create .proj {
margin-top: 23px;
padding-bottom: 15px;
}
.proj-create .test{
/* height: 30p; */
}