Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
10c0b7fc
Commit
10c0b7fc
authored
Oct 28, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 显示滚动条
parent
3896456e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
index.vue
src/views/Auth/Login/components/PhoneInput/index.vue
+19
-1
No files found.
src/views/Auth/Login/components/PhoneInput/index.vue
View file @
10c0b7fc
...
...
@@ -21,7 +21,7 @@
</Input>
<div
class=
"w-full relative mt-px"
>
<div
class=
"absolute left-0 right-0 overflow-auto h-0 transition-all z-10 text-white bg-font-light-black"
class=
"absolute left-0 right-0 overflow-auto h-0 transition-all z-10 text-white bg-font-light-black
rememberPhoneBoxContainer
"
:class=
"{ [classOfRememberedPhoneBoxContainer]: !arrowDown }"
style=
"background: #f6f6f6"
>
...
...
@@ -144,4 +144,21 @@ export default defineComponent({
</
script
>
<
style
scoped
lang=
"less"
>
.rememberPhoneBoxContainer {
/* 设置滚动条的样式 */
&::-webkit-scrollbar {
width: 8px;
height: 8px;
}
/* 滚动条滑块 */
&::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ccc;
}
&::-webkit-scrollbar-thumb:hover {
background: rgb(117, 117, 117);
}
}
</
style
>
\ No newline at end of file
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