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
9df498dd
Commit
9df498dd
authored
Sep 08, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 将css类从全局移动到局部
parent
ea5788bb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
style.less
src/assets/styles/style.less
+0
-3
branch.vue
src/components/Mine/Branch/branch.vue
+3
-0
index.less
src/components/Mine/Branch/index.less
+0
-4
No files found.
src/assets/styles/style.less
View file @
9df498dd
...
@@ -22,9 +22,6 @@
...
@@ -22,9 +22,6 @@
}
}
}
}
.van-popup--center{
top: 85%;
}
.van-search__content{
.van-search__content{
background-color: #FFFFFF;
background-color: #FFFFFF;
}
}
src/components/Mine/Branch/branch.vue
View file @
9df498dd
...
@@ -107,6 +107,9 @@ export default defineComponent({
...
@@ -107,6 +107,9 @@ export default defineComponent({
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
/deep/ .van-popup--center{
top: 85%;
}
.switch{
.switch{
right:-0.344rem;
right:-0.344rem;
.location{
.location{
...
...
src/components/Mine/Branch/index.less
deleted
100644 → 0
View file @
ea5788bb
.van-popup--center{
top: 85%;
}
\ 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