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:
32
ui/src/assets/css/work/work.css
Normal file
32
ui/src/assets/css/work/work.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user