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
0d8333a7
authored
2023-05-30 16:33:01 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
b95b5bf4
b1790fe5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
8 deletions
src/styles/dialogBox.scss
src/styles/dialogBox.scss
View file @
0d8333a
@import
"~@/styles/mixin.scss"
;
.dialogBox
{
border-radius
:
8
px
;
border-radius
:
4
px
;
overflow
:
hidden
;
background
:
#FFFFFF
;
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0
.10
);
...
...
@@ -8,15 +8,33 @@
.dialog_title
{
display
:
flex
;
position
:
relative
;
top
:
-
2
px
;
top
:
-
4
px
;
b
{
@include
flex-center
;
display
:
flex
;
justify-content
:left
;
align-items
:
center
;
flex
:
1
;
width
:
100%
;
margin-left
:
10px
;
width
:
79px
;
height
:
12px
;
font-size
:
16px
;
font-family
:
AlibabaPuHuiTi_2_65_Medium
;
color
:
#31333C
;
line-height
:
10px
;
}
}
.
dialog_title
:
:
before
{
content
:
""
;
display
:
block
;
width
:
4px
;
height
:
18px
;
background
:
#2E74D8
;
position
:
absolute
;
top
:
-4px
;
left
:
0px
;
}
.dialog_full
{
position
:
absolute
;
top
:
0
;
...
...
@@ -46,10 +64,7 @@
}
.el-dialog__header
{
margin-bottom
:
10px
;
color
:
#FFFFFF
;
background-color
:
#FCFDFD
;
border-bottom
:
1px
solid
#E4EBF4
;
background
:
linear-gradient
(
270deg
,
#F2F3FB
0%
,
#5C95E5
100%
);
}
.el-dialog__body
{
...
...
Please
register
or
sign in
to post a comment