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:
@@ -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>-->
|
||||
<!--<!– <v-image :config="{image: image,x:0,y:0}" />–>-->
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user