Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
fashion-ui
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
tangfh
fashion-ui
Commits
1a3793e6
Commit
1a3793e6
authored
May 31, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
f-pop 调整 z-index
parent
60ffa553
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
6 deletions
+14
-6
changelog.md
uni_modules/f-pop/changelog.md
+2
-0
f-pop.vue
uni_modules/f-pop/components/f-pop/f-pop.vue
+3
-3
package.json
uni_modules/f-pop/package.json
+1
-1
changelog.md
uni_modules/f-view-bottom-fixed/changelog.md
+6
-0
f-view-bottom-fixed.vue
...ed/components/f-view-bottom-fixed/f-view-bottom-fixed.vue
+1
-1
package.json
uni_modules/f-view-bottom-fixed/package.json
+1
-1
No files found.
uni_modules/f-pop/changelog.md
View file @
1a3793e6
## 1.0.5(2024-05-31)
1.
0.5
## 1.0.4(2024-05-30)
1.
0.4
## 1.0.3(2024-05-29)
...
...
uni_modules/f-pop/components/f-pop/f-pop.vue
View file @
1a3793e6
...
...
@@ -193,7 +193,8 @@
setTimeout
(
function
()
{
this
.
isShowInner
=
false
}.
bind
(
this
),
this
.
duration
);
}
},
moveHandle
()
{},
},
}
</
script
>
...
...
@@ -203,7 +204,6 @@
width
:
100%
;
height
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
0
);
z-index
:
9999
;
}
.view-mask
{
...
...
@@ -216,7 +216,7 @@
width
:
100%
;
height
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.4
);
z-index
:
1
00
;
z-index
:
9
00
;
}
.view-center
{
...
...
uni_modules/f-pop/package.json
View file @
1a3793e6
{
"id"
:
"f-pop"
,
"displayName"
:
"f-pop"
,
"version"
:
"1.0.
4
"
,
"version"
:
"1.0.
5
"
,
"description"
:
"f-pop 插件(底部弹出,中间弹出,顶部弹出)"
,
"keywords"
:
[
"f-pop"
...
...
uni_modules/f-view-bottom-fixed/changelog.md
View file @
1a3793e6
## 1.0.4(2024-05-31)
1.
0.4
## 1.0.3(2024-05-31)
1.
0.3
## 1.0.2(2024-05-31)
1.
0.2
## 1.0.1(2024-05-31)
1.
0.1
## 1.0.0(2024-05-31)
...
...
uni_modules/f-view-bottom-fixed/components/f-view-bottom-fixed/f-view-bottom-fixed.vue
View file @
1a3793e6
...
...
@@ -21,7 +21,7 @@
</
script
>
<
style
lang=
"scss"
scoped
>
.v-row-bottom-fixed
{
z-index
:
10000
;
z-index
:
888
;
position
:
fixed
;
left
:
0
;
bottom
:
0
;
...
...
uni_modules/f-view-bottom-fixed/package.json
View file @
1a3793e6
{
"id"
:
"f-view-bottom-fixed"
,
"displayName"
:
"f-view-bottom-fixed"
,
"version"
:
"1.0.
1
"
,
"version"
:
"1.0.
4
"
,
"description"
:
"底部按钮父view"
,
"keywords"
:
[
"f-view-bottom-fixed"
...
...
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