1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

ggb commit first progress in 2023/5/1 02:53

This commit is contained in:
GGB
2023-05-01 02:54:46 +08:00
parent da612fd917
commit 0a67905525
7 changed files with 578 additions and 3 deletions

View File

@@ -0,0 +1,32 @@
:root {
--main-color: #00d4ff;
}
.main {
display: flex;
height: 100vh;
width: 98vw;
min-width: 600px;
min-height: 600px;
text-align: center;
}
.main-table {
position: relative;
display: flex;
height: 100%;
width: 100%;
}
.main-add-content {
position: fixed;
display: flex;
width: 100%;
z-index: 999;
bottom: 10vh;
justify-content: center;
}
.main-add-box {
display: flex;
padding: 16px 20px;
width: 80%;
left: 50%;
justify-content: center;
}