Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
1dbe94eb
authored
2023-02-08 10:39:35 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
部分样式调整
1 parent
cf8335b9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
src/styles/dialogBox.scss
src/views/system/dictionaries/components/editDialog.vue
src/styles/dialogBox.scss
View file @
1dbe94e
...
...
@@ -7,11 +7,18 @@
display
:
flex
;
position
:
relative
;
top
:
-2px
;
b
{
@include
flex-center
;
flex
:
1
;
width
:
100%
;
font-weight
:
200
;
display
:
inline-block
;
position
:
relative
;
font-size
:
24px
;
top
:
-11px
;
width
:
38%
;
height
:
40px
;
margin-left
:
28px
;
// @include flex-center;
display
:
flex
;
justify-content
:
center
;
}
}
...
...
@@ -28,7 +35,7 @@
}
.dialog_footer
{
margin-
top
:
8px
;
margin-
bottom
:
8px
;
@include
flex-center
;
}
...
...
@@ -72,6 +79,9 @@
background-size
:
100%
100%
;
right
:
40px
;
top
:
33px
;
&
:hover
{
box-shadow
:
inset
0px
0px
12px
0px
#02D9FD
;
}
}
.el-dialog__close
{
...
...
src/views/system/dictionaries/components/editDialog.vue
View file @
1dbe94e
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment