refactor(webapp): 优化 Check 组件布局并更新阿里云 OCR 配置

- 调整 Check 组件中 a-col 的属性,使布局在不同屏幕尺寸下更加适应
- 更新阿里云 OCR 服务的 access_key_id 和 access_key_secret
- 注释掉旧的 access_key_id 和 access_key_secret,以便备份
This commit is contained in:
liuxiaoqing
2025-08-20 18:02:25 +08:00
parent 11530baefb
commit 2942a8e029
2 changed files with 7 additions and 4 deletions
@@ -1,7 +1,7 @@
<template>
<a-layout-content>
<a-row >
<a-col :span="15">
<a-col :mx="15" :sm="24">
<!-- <v-stage v-if="fileType === 'img'" :config="stageConfig">-->
<!-- <v-layer>-->
<!--&lt;!&ndash; <v-image :config="{image: image,x:0,y:0}" />&ndash;&gt;-->
@@ -14,7 +14,7 @@
<iframe v-if="fileType==='pdf'" :src="fileUrl" class="pdf">
</iframe>
</a-col>
<a-col :span="8">
<a-col :mx="8" :sm="24">
<a-form
:model="formState"
name="basic"