|
@@ -1,6 +1,10 @@
|
|
|
<template>
|
|
|
<div id="login">
|
|
|
- <login-detail title="培训会-学校端登录"></login-detail>
|
|
|
+ <login-detail title="培训会-学校端登录">
|
|
|
+ <template #school>
|
|
|
+ <el-link type="danger" :underline="false" class="linktxt">已完善信息用户,请使用绑定的手机号登录系统!</el-link>
|
|
|
+ </template>
|
|
|
+ </login-detail>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -21,4 +25,8 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style lang="less" scoped></style>
|
|
|
+<style lang="less" scoped>
|
|
|
+.linktxt {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+</style>
|