refine code

This commit is contained in:
Pan
2017-08-22 15:09:25 +08:00
committed by 花裤衩
parent 62d2f62bff
commit b8ecda19d8
6 changed files with 11 additions and 17 deletions

View File

@@ -78,8 +78,8 @@
})
} else {
this.$message({
message: '请选择一条或多条记录导出',
type: 'warning'
message: '请选择一条或多条记录导出',
type: 'warning'
});
}
},

View File

@@ -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;