Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
4e8e2f5f
Commit
4e8e2f5f
authored
Aug 21, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66316 科室管理,按钮禁用状态悬浮样式不正确
parent
e7d842f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
btn.scss
src/assets/styles/btn.scss
+11
-2
No files found.
src/assets/styles/btn.scss
View file @
4e8e2f5f
...
@@ -114,6 +114,11 @@
...
@@ -114,6 +114,11 @@
border
:
1px
solid
#5BB647
!
important
;
border
:
1px
solid
#5BB647
!
important
;
color
:
#FFFFFF
!
important
;
color
:
#FFFFFF
!
important
;
}
}
&
.is-disabled
,
&
.is-disabled
:hover
,
&
.is-disabled
:focus
,
&
.permi-disabled
,
&
.permi-disabled
:hover
,
&
.permi-disabled
:focus
{
background
:
#83C374
!
important
;
color
:
#FFFFFF
!
important
;
border
:
1px
solid
#83C374
!
important
;
}
}
}
// 四个字白色按钮
// 四个字白色按钮
.fourWordswhiteBtn
{
.fourWordswhiteBtn
{
...
@@ -192,6 +197,11 @@
...
@@ -192,6 +197,11 @@
color
:
#FFFFFF
!
important
;
color
:
#FFFFFF
!
important
;
border
:
1px
solid
#55A343
!
important
;
border
:
1px
solid
#55A343
!
important
;
}
}
&
.is-disabled
,
&
.is-disabled
:hover
,
&
.is-disabled
:focus
,
&
.permi-disabled
,
&
.permi-disabled
:hover
,
&
.permi-disabled
:focus
{
background
:
#83C374
!
important
;
color
:
#FFFFFF
!
important
;
border
:
1px
solid
#83C374
!
important
;
}
}
}
/** 删除按钮(四个字的删除)样式*/
/** 删除按钮(四个字的删除)样式*/
.delBtn
{
.delBtn
{
...
@@ -276,13 +286,12 @@
...
@@ -276,13 +286,12 @@
}
}
/** 权限重写,所未勾选权限按钮的悬浮状态 */
/** 权限重写,所未勾选权限按钮的悬浮状态 */
.
permi-disabled
{
.
is-disabled
,
.is-disabled
:hover
,
.is-disabled
:focus
,
.permi-disabled
,
.permi-disabled
:hover
,
.permi-disabled
:focus
{
cursor
:
not
-
allowed
;
cursor
:
not
-
allowed
;
background
:
rgba
(
201
,
201
,
201
,
0
.08
)
!
important
;
background
:
rgba
(
201
,
201
,
201
,
0
.08
)
!
important
;
border
:
1px
solid
#C9C9C9
!
important
;
border
:
1px
solid
#C9C9C9
!
important
;
opacity
:
1
;
opacity
:
1
;
border-radius
:
4px
!
important
;
border-radius
:
4px
!
important
;
font-size
:
12px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#C9C9C9
!
important
;
color
:
#C9C9C9
!
important
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment