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
c4706102
authored
2022-08-31 15:48:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框
1 parent
c42ba5f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
src/components/dialogBox/dialogBox.scss
src/components/dialogBox/dialogBox.vue
src/components/dialogBox/dialogBox.scss
View file @
c470610
...
...
@@ -32,12 +32,7 @@
@include
flex-center
;
}
.is-fullscreen
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
)
!
important
;
}
}
.dialog_title
{
...
...
src/components/dialogBox/dialogBox.vue
View file @
c470610
...
...
@@ -107,3 +107,11 @@ export default {
@import
"~@/styles/mixin.scss"
;
@import
"./dialogBox.scss"
;
</
style
>
<
style
rel=
"stylesheet/scss"
scoped
lang=
"scss"
>
/
deep
/
.is-fullscreen
{
position
:
absolute
;
top
:
50%
!important
;
left
:
50%
!important
;
transform
:
translate
(
-50%
,
-50%
)
!important
;
}
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment