system-copyright-react/src/route/proj/proj-create.css

19 lines
357 B
CSS
Raw Normal View History

2024-03-14 18:33:58 +08:00
.proj-create {
2024-05-07 17:00:32 +08:00
/* min-height: 100%; */
/* background-color: var(--color-light); */
2024-03-14 18:33:58 +08:00
display: flex;
2024-05-07 17:00:32 +08:00
justify-content: space-between;
2024-05-08 17:54:01 +08:00
flex-wrap: wrap;
2024-03-14 18:33:58 +08:00
align-items: center;
2024-05-07 17:00:32 +08:00
padding-bottom: 50px;
}
::-webkit-scrollbar {
display: none;
2024-03-14 18:33:58 +08:00
}
.proj-create .proj {
2024-05-07 17:00:32 +08:00
margin-top: 23px;
}
.proj-create .test{
/* height: 30p; */
2024-03-14 18:33:58 +08:00
}