增加登录页的保密提示

This commit is contained in:
yaoyn
2025-07-16 16:18:53 +08:00
parent 93e6902695
commit c45709777e

View File

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