提交 93f0eb4c 编写于 作者: yi.li's avatar yi.li

Merge branch 'dev-patients-20190513' of...

Merge branch 'dev-patients-20190513' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-patients-20190513
......@@ -209,4 +209,13 @@ export default {
.login-div {
height: 100%;
}
.check-auth{
width: 480px!important;
height: 240px;
padding: 20px 50px;
.el-message-box__content{
padding:20px 0;
margin-bottom: 10px;
}
}
</style>
......@@ -4,6 +4,7 @@
padding: 30px;
display: flex;
flex-direction: column;
display: block;
}
.label-name{
width: 100%; height: 45px;
......
......@@ -35,6 +35,8 @@ const alertMessage = (msg, confirmButtonText, cancelButtonText, callback) => {
Vue.prototype.$confirm(msg, '提醒', {
confirmButtonText: confirmButtonText,
cancelButtonText: cancelButtonText,
customClass: 'check-auth',
showClose: false,
}).then(() => {
callback();
}).catch(() => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册