mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-16 06:16:49 +08:00
style:修改开始考试页面居中方式
This commit is contained in:
@@ -143,8 +143,11 @@ export default {
|
||||
// flex-direction: column;
|
||||
// justify-content: center;
|
||||
.middle {
|
||||
position: relative;
|
||||
margin-left: 510px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
// margin-left: 510px;
|
||||
// right: 510px;
|
||||
.righttitle {
|
||||
display: flex;
|
||||
padding-top: 30px;
|
||||
|
||||
Reference in New Issue
Block a user