增加登录页的保密提示
This commit is contained in:
@ -101,6 +101,8 @@
|
|||||||
{{ t('登录') }}
|
{{ t('登录') }}
|
||||||
</Button>
|
</Button>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
|
<div class="tip-msg">本平台为非涉密平台,严禁处理、传输国家秘密、工作秘密、商业秘密、敏感信息</div>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
<a-modal
|
<a-modal
|
||||||
@ -404,6 +406,12 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
.tip-msg {
|
||||||
|
color: red;
|
||||||
|
font-size: 12px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.form-box {
|
.form-box {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user