|
|
@@ -59,7 +59,7 @@
|
|
|
<span>点击按钮选择文件</span>
|
|
|
</el-upload>
|
|
|
</div>
|
|
|
- <div class="sunmit_btn" @click="addlibraryImg">添加文库文件</div>
|
|
|
+ <div class="sunmit_btn hand" @click="addlibraryImg">添加文库文件</div>
|
|
|
</div>
|
|
|
<!-- <el-button @click="test">测试</el-button> -->
|
|
|
</div>
|
|
|
@@ -92,13 +92,13 @@
|
|
|
:on-success="handleAvatarSuccess"
|
|
|
:before-upload="beforeUp"
|
|
|
> -->
|
|
|
- <span @click="reClick">重新选择</span>
|
|
|
+ <span @click="reClick" class="hand">重新选择</span>
|
|
|
<!-- </el-upload> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="right_box">
|
|
|
<div class="boder_box">
|
|
|
- <div class="title">识别结果</div>
|
|
|
+ <div class="title" >识别结果</div>
|
|
|
<div class="upimg_box">
|
|
|
<el-scrollbar>
|
|
|
<div class="text_box">
|
|
|
@@ -107,7 +107,7 @@
|
|
|
</el-scrollbar>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="sunmit_btn copy-qb" @click="copyQbUrl()">复制结果</div>
|
|
|
+ <div class="sunmit_btn copy-qb hand" @click="copyQbUrl()">复制结果</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -583,4 +583,7 @@ const downLoadfile = (res, file) => {
|
|
|
height: 178px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+.hand{
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
</style>
|