Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhuzhequan
electron-printer
Commits
bdeee2c4
Commit
bdeee2c4
authored
May 26, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改图片展示问题
parent
d9399028
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
src/views/design/main/index.vue
+6
-7
No files found.
src/views/design/main/index.vue
View file @
bdeee2c4
...
...
@@ -420,11 +420,10 @@ export default {
this
.
getBackFile
({
files
:
[
it
],
size
},
(
file
)
=>
{
this
.
imgHistoryList
.
push
(
JSON
.
parse
(
JSON
.
stringify
(
this
.
imgList
)));
});
});
setTimeout
(()
=>
{
this
.
imgDom
=
document
.
getElementById
(
"imgBox"
);
if
(
this
.
imgDom
)
this
.
imgDom
.
style
.
webkitClipPath
=
"none"
;
},
300
);
});
// setTimeout(() => {}, 300);
// this.selectImgIndexList = Array.from(new Set(this.selectImgIndexList))
// this.getBackFile({ files: [it], size });
},
...
...
@@ -1058,7 +1057,7 @@ export default {
style=
"border-bottom: 1px solid #ececec;"
>
<template
#
mainContent
v-if=
"detail.imageAry?.length"
>
<div
style=
"
display: flex;flex-wrap: nowrap;
width: 100%;"
>
<div
style=
"width: 100%;"
>
<div
v-for=
"(img, index) in detail.imageAry"
:key=
"index"
...
...
@@ -1579,8 +1578,8 @@ img {
.img-item
{
//
height
:
150px
;
width
:
20
0px
;
max-height
:
2
00
px
;
width
:
18
0px
;
max-height
:
2
15
px
;
overflow
:
hidden
;
padding
:
5px
;
box-sizing
:
border-box
;
...
...
@@ -1674,7 +1673,7 @@ img {
.information-content
{
border
:
1px
solid
#ececec
;
border-top
:
none
;
width
:
100%
;
.main
{
margin
:
5px
;
border
:
1px
solid
#ececec
;
...
...
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