refine code
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div class='tips'>账号:admin 密码随便填</div>
|
||||
<div class='tips'>账号:editor 密码随便填</div>
|
||||
|
||||
<el-button class='thirdPart-button' type="primary" @click='showDialog=true'>打开第三方登录</el-button>
|
||||
<el-button class='thirdparty-button' type="primary" @click='showDialog=true'>打开第三方登录</el-button>
|
||||
</el-form>
|
||||
|
||||
<el-dialog title="第三方验证" :visible.sync="showDialog">
|
||||
@@ -198,7 +198,7 @@
|
||||
color: $dark_gray;
|
||||
cursor: pointer;
|
||||
}
|
||||
.thirdPart-button{
|
||||
.thirdparty-button{
|
||||
position: absolute;
|
||||
right: 35px;
|
||||
bottom: 28px;
|
||||
|
Reference in New Issue
Block a user