Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-yunshou-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AI云守
ai-yunshou-vue
Commits
d081b587
Commit
d081b587
authored
Sep 10, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 算法详情 内容修复
parent
9f5fb0be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
src/views/algorithmList/components/details.vue
src/views/algorithmList/components/details.vue
+13
-11
No files found.
src/views/algorithmList/components/details.vue
View file @
d081b587
...
...
@@ -53,13 +53,13 @@
<div
class=
"form-title"
style=
"display: flex;justify-content: flex-start;align-items: center;"
>
<span>
算法试用
</span>
</div>
<div
style=
"background-color: #E6F3FF;display: grid;grid-template-columns: 1fr 2fr 2fr; gap: 16px;padding: 16px;min-height: 650px;"
>
<el-card
style=
"position: relative;"
>
<div
style=
"background-color: #E6F3FF;display: grid;grid-template-columns: 1fr 2fr 2fr; gap: 16px;padding: 16px;min-height: 650px;
position: relative;
"
>
<el-card
style=
"position: relative;
max-height: 555px;
"
>
<div
class=
"upload-box"
>
<div
class=
"img-box"
v-if=
"imgVideoData.length==0"
>
<img
src=
"@/assets/images/default/Image.png"
width=
"100%"
height=
"5
5
0px"
/>
<img
src=
"@/assets/images/default/Image.png"
width=
"100%"
height=
"5
2
0px"
/>
</div>
<div
v-else
style=
"height: 1
3
0px;width: 100%; margin: 5px; overflow: hidden;cursor: pointer;border-radius: 10px;"
<div
v-else
style=
"height: 1
2
0px;width: 100%; margin: 5px; overflow: hidden;cursor: pointer;border-radius: 10px;"
v-for=
"item in imgVideoData"
:key=
"item.id"
@
click=
"handBuiltImg(item.caseFile)"
>
...
...
@@ -68,8 +68,11 @@
<source
:src=
"'http://192.168.3.82'+item.caseFile"
type=
"video/mp4"
/>
</video>
</div>
</div>
</el-card>
<ImgVideoUpload
style=
"position: absolute;bottom:
5px;left: 26%
;"
style=
"position: absolute;bottom:
23px;left: 6%;width: 135px
;"
:modelValue=
"uploadUrl"
:fileType=
"['png', 'jpg', 'mp4']"
:isImgLayout=
"false"
...
...
@@ -77,14 +80,12 @@
:isShowTip=
"false"
@
update:modelObj=
"getImgObj"
/>
</div>
</el-card>
<el-card
style=
"position: relative;"
>
<div
class=
"text-style"
style=
"margin: 10px 0;"
>
原始数据:支持自定义上传
</div>
<div
class=
"img-box"
v-if=
"nowImg.length==0"
>
<img
src=
"@/assets/images/default/Image-1.png"
width=
"100%"
/>
<img
src=
"@/assets/images/default/Image-1.png"
width=
"100%"
/>
</div>
<div
class=
"img-box"
v-else
style=
"max-height: 366px;overflow: hidden;"
>
<ImagePreview
v-if=
"getFileType(nowImg)=='0'"
:src=
"nowImg"
width=
"100%"
/>
...
...
@@ -101,7 +102,7 @@
<div
v-if=
"!identify"
>
<div
class=
"img-box"
v-if=
"outFilePath.length==0"
>
<div>
{{ resultStr }}
</div>
<img
src=
"@/assets/images/default/Image-1.png"
width=
"100%"
/>
<img
src=
"@/assets/images/default/Image-1.png"
width=
"100%"
/>
</div>
<div
class=
"img-box"
v-else
style=
"max-height: 366px;overflow: hidden;"
>
<ImagePreview
v-if=
"getFileType(outFilePath)=='0'"
:src=
"outFilePath"
width=
"100%"
/>
...
...
@@ -112,8 +113,9 @@
</div>
<!-- 进度条模块 -->
<div
v-else
>
<div
v-else
style=
"text-align: center;"
>
<el-progress
:percentage=
"progressValue"
/>
正在识别中请稍后...
</div>
<div
style=
"display: flex;justify-content: space-between;margin: 10px 0;position: absolute;bottom: 5px;"
>
<!-- <el-button type="primary" plain>重置区域</el-button> -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment