Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
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
刘怀志
qr-consistency-vue3
Commits
fa7a05a0
Commit
fa7a05a0
authored
Apr 17, 2025
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索重置按钮样式
parent
2cac6a38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
btn.scss
src/assets/styles/btn.scss
+31
-1
No files found.
src/assets/styles/btn.scss
View file @
fa7a05a0
...
@@ -12,7 +12,37 @@
...
@@ -12,7 +12,37 @@
}
}
}
}
}
}
.btn-A
{
width
:
70px
;
height
:
32px
;
background
:
#0154FB
;
color
:
#FFFFFF
;
border-radius
:
4px
;
&
:hover
{
background-color
:
#598FFC
;
color
:
#FFFFFF
;
}
&
:active
{
background-color
:
#0148D6
;
color
:
#FFFFFF
;
}
}
.btn-B
{
width
:
70px
;
height
:
32px
;
background
:
#ffffff
;
color
:
#5B6373
;
border
:
1px
solid
#c6cbd4
;
border-radius
:
4px
;
&
:hover
{
background
:
#dfe9fe
;
color
:
#0154fb
;
border
:
1px
solid
#0154fb
;
}
&
:active
{
color
:
#0148d6
;
}
}
.blue-btn
{
.blue-btn
{
@include
colorBtn
(
$blue
);
@include
colorBtn
(
$blue
);
}
}
...
...
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