Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3b24530f
authored
2023-12-15 14:42:34 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
0d02de40
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
src/views/components/imagePreview.vue
src/views/djbworkflow/components/clxx/dialog/imagePreview.vue
src/views/registerBook/components/clxx/dialog/imagePreview.vue
src/views/xxba/components/clxx/dialog/imagePreview.vue
src/views/components/imagePreview.vue
View file @
3b24530
...
...
@@ -437,7 +437,8 @@
display
:
block
;
object-fit
:
scale-down
;
transition
:
all
0.3s
;
max-width
:
100%
;
width
:
100%
;
height
:
100%
;
}
}
...
...
src/views/djbworkflow/components/clxx/dialog/imagePreview.vue
View file @
3b24530
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-15
09:46:11
* @LastEditTime: 2023-12-15
14:42:12
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -435,7 +435,8 @@
display
:
block
;
object-fit
:
scale-down
;
transition
:
all
0.3s
;
max-width
:
100%
;
width
:
100%
;
height
:
100%
;
}
}
...
...
src/views/registerBook/components/clxx/dialog/imagePreview.vue
View file @
3b24530
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-1
3 13:59:52
* @LastEditTime: 2023-12-1
5 14:42:16
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -198,7 +198,8 @@
display
:
block
;
object-fit
:
scale-down
;
transition
:
all
0.3s
;
max-width
:
100%
;
width
:
100%
;
height
:
100%
;
}
}
...
...
src/views/xxba/components/clxx/dialog/imagePreview.vue
View file @
3b24530
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-15
09:46:55
* @LastEditTime: 2023-12-15
14:42:21
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -436,7 +436,8 @@
display
:
block
;
object-fit
:
scale-down
;
transition
:
all
0.3s
;
max-width
:
100%
;
width
:
100%
;
height
:
100%
;
}
}
...
...
Please
register
or
sign in
to post a comment