This commit is contained in:
ditiqi 2025-02-18 08:34:52 +08:00
parent 67b26e5017
commit 6dd22fb600
1 changed files with 3 additions and 1 deletions

View File

@ -182,7 +182,9 @@ export function LetterBasicForm() {
onClick={handleSubmit} onClick={handleSubmit}
size="large" size="large"
icon={<SendOutlined />} icon={<SendOutlined />}
className="w-full sm:w-40"> style={{
width: 150,
}}>
</Button> </Button>
</div> </div>