Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
df69c035
authored
Aug 27, 2023
by
芋道源码
Committed by
Gitee
Aug 27, 2023
Browse files
Options
Browse Files
Download
Plain Diff
!213 update src/components/Dialog/src/Dialog.vue.
Merge pull request !213 from AKING/N/A
parents
a9bfa365
cba35d69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
21 deletions
+24
-21
src/components/Dialog/src/Dialog.vue
+24
-21
No files found.
src/components/Dialog/src/Dialog.vue
View file @
df69c035
...
...
@@ -67,6 +67,7 @@ const dialogStyle = computed(() => {
lock-scroll
draggable
top=
"0"
class=
"com-dialog"
:show-close=
"false"
>
<template
#
header=
"
{ close }">
...
...
@@ -107,32 +108,34 @@ const dialogStyle = computed(() => {
</template>
<
style
lang=
"scss"
>
.
#
{
$elNamespace
}
-overlay-dialog
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.com-dialog
{
.#{$elNamespace
}
-overlay-dialog
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.
#
{
$elNamespace
}
-dialog
{
margin
:
0
!important
;
.
#
{
$elNamespace
}
-dialog
{
margin
:
0
!important
;
&__header
{
height
:
54px
;
padding
:
0
;
margin-right
:
0
!important
;
border-bottom
:
1px
solid
var
(
--el-border-color
);
}
&__header
{
height
:
54px
;
padding
:
0
;
margin-right
:
0
!important
;
border-bottom
:
1px
solid
var
(
--el-border-color
);
}
&
__body
{
padding
:
15px
!important
;
}
&
__body
{
padding
:
15px
!important
;
}
&
__footer
{
border-top
:
1px
solid
var
(
--el-border-color
);
}
&
__footer
{
border-top
:
1px
solid
var
(
--el-border-color
);
}
&
__headerbtn
{
top
:
0
;
&
__headerbtn
{
top
:
0
;
}
}
}
</
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