@@ -127,12 +127,13 @@ export default {
color: #000;
font-size: 24px;
font-weight: 500;
- line-height: 32px;
+ line-height: 34px;
position: absolute;
- width: 100%;
+ width: 600px;
text-align: center;
top: 0;
- left: 0;
+ left: 50%;
+ margin-left: -300px;
}
.el-button{
padding: 5px 16px;
@@ -162,7 +163,6 @@ export default {
padding: 5px 8px;
align-items: center;
cursor: pointer;
- margin-bottom: 16px;
.el-icon-arrow-left{
font-size: 16px;
margin-right: 8px;