From aee3ea4981f1c5041b294cc944ed52fd0565b111 Mon Sep 17 00:00:00 2001 From: Baihhh <63110802+Baihhh@users.noreply.github.com> Date: Sun, 23 Jul 2023 15:28:13 +0800 Subject: [PATCH] feat: improve TermsOfUse UI in mobile (#2106) * style: Mobile interface adaptation Signed-off-by: baihhh <2542274498@qq.com> * Update index.css --------- Signed-off-by: baihhh <2542274498@qq.com> Co-authored-by: hsluoyz --- web/src/common/modal/AgreementModal.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/src/common/modal/AgreementModal.js b/web/src/common/modal/AgreementModal.js index d09a93db..98890d8f 100644 --- a/web/src/common/modal/AgreementModal.js +++ b/web/src/common/modal/AgreementModal.js @@ -15,6 +15,7 @@ import {Checkbox, Form, Modal} from "antd"; import i18next from "i18next"; import React, {useEffect, useState} from "react"; +import * as Setting from "../../Setting"; export const AgreementModal = (props) => { const {open, onOk, onCancel, application} = props; @@ -31,14 +32,16 @@ export const AgreementModal = (props) => { -