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