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
c62bec40
authored
2022-10-14 10:29:23 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式
1 parent
a0dbcf25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
src/components/tanchuang/index.vue
src/layout/components/TagsView/index.vue
src/components/tanchuang/index.vue
View file @
c62bec4
...
...
@@ -26,7 +26,7 @@ export default {
name
:
'index'
,
data
()
{
return
{
btnShow
:
tru
e
,
btnShow
:
fals
e
,
title
:
'提示'
,
cancelText
:
'取消'
,
confirmText
:
'确认'
,
...
...
@@ -160,9 +160,9 @@ export default {
/
deep
/
.closeStyle
{
position
:
absolute
;
top
:
1
7
px
;
right
:
12
px
;
font-size
:
2
0
px
;
top
:
1
3
px
;
right
:
26
px
;
font-size
:
2
4
px
;
cursor
:
pointer
;
color
:
#409EFF
;
}
...
...
src/layout/components/TagsView/index.vue
View file @
c62bec4
...
...
@@ -202,7 +202,7 @@ export default {
height
:
48px
;
line-height
:
48px
;
width
:
100%
;
background
:
#
fff
;
background
:
#
EDF1F7
;
border-bottom
:
1px
solid
#E4EBF4
;
box-shadow
:
0
1px
3px
0
rgba
(
147
,
173
,
209
,
0.12
);
...
...
@@ -216,6 +216,8 @@ export default {
top
:
8px
;
height
:
33px
;
z-index
:
1
;
background
:
#EDF1F7
!important
;
}
.pane-mask-left
{
...
...
@@ -237,14 +239,12 @@ export default {
cursor
:
pointer
;
height
:
31px
;
line-height
:
29px
;
border
:
1px
solid
#e4ebf4
;
color
:
#686666
;
background
:
#
fff
;
padding
:
0
10px
0
1
0px
;
background
:
#
D8DFE6
;
padding
:
0
20px
0
2
0px
;
font-size
:
16px
;
margin-top
:
5px
;
border-radius
:
4px
;
border-radius
:
8px
8px
0
0
;
&:first-of-type
{
margin-left
:
15px
;
}
...
...
@@ -254,8 +254,8 @@ export default {
}
&
.active
{
border-
color
:
#0f93f6
;
color
:
#4a4a4a
;
color
:
#0f93f6
;
background
:
#ffffff
;
//
&::before
{
//
content
:
''
;
//
background
:
#0F93F6
;
...
...
@@ -267,6 +267,7 @@ export default {
//
margin-right
:
2px
;
//
}
}
}
}
...
...
Please
register
or
sign in
to post a comment