完整的教务系统前端项目 - 包含所有修复和9月份数据
This commit is contained in:
13
src/pages/LivePage/index.css
Normal file
13
src/pages/LivePage/index.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.live-page {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
.live-page-content {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user