Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
5dbcf4af
Commit
5dbcf4af
authored
Jul 19, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
126d669b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
...r-ui/admin/src/views/perform/attend/appeal/drawershow.vue
+17
-8
No files found.
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
View file @
5dbcf4af
...
...
@@ -131,9 +131,10 @@
>
<el-image
v-if=
"
val.filePath.includes(
'.png' || '.jpg' || '.jpeg' || 'bmp'
)
val.filePath.includes('.png') ||
val.filePath.includes('.jpg') ||
val.filePath.includes('.jpeg') ||
val.filePath.includes('.bmp')
"
style=
"width: 100px; height: 100px"
:src=
"
...
...
@@ -156,7 +157,7 @@
alt=
""
@
click=
"hanldeDownloadFile(val)"
/>
{{
val
.
fileName
}}
<p>
{{
val
.
fileName
}}
</p>
</div>
</div>
</el-col>
...
...
@@ -780,14 +781,22 @@ export default {
flex-direction: column;
justify-content: center;
align-items: center;
width:
6
0px;
height:
8
0px;
width:
10
0px;
height:
10
0px;
cursor: pointer;
margin-right: 10px;
img {
width:
50px
;
height:
5
0px;
width:
100%
;
height:
8
0px;
margin-top: 10px;
}
p {
width: 100%;
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}
}
...
...
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