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
dec2efd7
authored
2023-02-08 11:24:14 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框
1 parent
c11f0d4d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
src/components/Business/css/itemForm.scss
src/components/EditDialog/index.vue
src/styles/element-ui.scss
src/components/Business/css/itemForm.scss
View file @
dec2efd
...
...
@@ -30,9 +30,9 @@
border-right
:
none
;
text-align
:
center
;
padding
:
0
;
color
:
#02D9FD
;
line-height
:
16px
;
font-size
:
12px
;
color
:
#CEF8FF
;
margin-top
:
8px
!
important
;
}
...
...
src/components/EditDialog/index.vue
View file @
dec2efd
...
...
@@ -279,6 +279,7 @@ export default {
border
:
1px
solid
#224C7C
!important
;
margin
:
0
0
10px
0
!important
;
width
:
100%
!important
;
color
:
#dadde3
!important
;
background
:
transparent
!important
;
}
...
...
@@ -286,6 +287,7 @@ export default {
border
:
1px
solid
#224C7C
!important
;
margin
:
0
!important
;
width
:
100%
!important
;
color
:
#dadde3
!important
;
background
:
transparent
!important
;
}
}
...
...
@@ -367,6 +369,7 @@ export default {
.tab-pane-item
{
line-height
:
20px
;
color
:
#02D9FD
;
p
{
text-align
:
center
;
...
...
src/styles/element-ui.scss
View file @
dec2efd
...
...
@@ -444,7 +444,7 @@ table td {
}
.el-select-dropdown
{
top
:
17
5px
!
important
;
margin-top
:
5px
!
important
;
}
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:hover
,
...
...
Please
register
or
sign in
to post a comment