Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
中汽测评-信息安全测评系统
web
Commits
e3b50528
Commit
e3b50528
authored
Mar 13, 2024
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(修改bug): 70567
parent
d5774216
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
8 deletions
+20
-8
index.vue
src/components/ImageUpload/index.vue
+20
-8
No files found.
src/components/ImageUpload/index.vue
View file @
e3b50528
...
...
@@ -42,7 +42,7 @@
<
template
v-if=
"fileSize"
>
且不得超过
{{
fileSize
}}
MB
</
template
>
</div>
<el-dialog
:visible
.
sync=
"dialogVisible"
width=
"800"
append-to-body
>
<el-dialog
:visible
.
sync=
"dialogVisible"
width=
"800"
append-to-body
:close-on-click-modal=
"false"
>
<img
:src=
"dialogImageUrl"
style=
"display: block; max-width: 100%; margin: 0 auto"
...
...
@@ -247,14 +247,26 @@ export default {
::v-deep
.el-dialog
{
background
:
none
;
width
:
100%
;
box-shadow
:
none
;
}
::v-deep
.el-dialog__headerbtn
{
top
:
8px
!
important
;
background
:
url('../../assets/icons/svg/guanbi.pn
g')
left
no-repeat
;
background-size
:
cover
;
}
//
::v-deep .el-dialog__headerbtn {
//
top: 8px !important;
// background: url('../../assets/icons/svg/guanbi.sv
g') left no-repeat;
//
background-size: cover;
//
}
::v-deep
.el-dialog__headerbtn
i
{
font-size
:
25px
;
visibility
:
hidden
;
font-size
:
35px
;
color
:
white
;
//visibility: hidden;
}
// Dialog悬停样式
::v-deep
.el-dialog__headerbtn
:focus
.el-dialog__close
,
::v-deep
.el-dialog__headerbtn
:hover
.el-dialog__close
{
color
:
white
!
important
;
}
// MessageBox悬停样式
::v-deep
.el-message-box__headerbtn
:focus
.el-message-box__close
,
::v-deep
.el-message-box__headerbtn
:hover
.el-message-box__close
{
color
:
white
!
important
;
}
</
style
>
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