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
98727182
Commit
98727182
authored
Jun 17, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
de7fad7c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
changelog.md
uni_modules/f-view-bottom-fixed/changelog.md
+2
-0
f-view-bottom-fixed.vue
...ed/components/f-view-bottom-fixed/f-view-bottom-fixed.vue
+7
-3
package.json
uni_modules/f-view-bottom-fixed/package.json
+1
-1
No files found.
uni_modules/f-view-bottom-fixed/changelog.md
View file @
98727182
## 1.0.7(2024-06-17)
1.
0.7
## 1.0.6(2024-06-07)
## 1.0.6(2024-06-07)
1.
0.6
1.
0.6
## 1.0.5(2024-06-07)
## 1.0.5(2024-06-07)
...
...
uni_modules/f-view-bottom-fixed/components/f-view-bottom-fixed/f-view-bottom-fixed.vue
View file @
98727182
...
@@ -17,11 +17,15 @@
...
@@ -17,11 +17,15 @@
backgroundColor
:
{
backgroundColor
:
{
type
:
String
,
type
:
String
,
default
:
"white"
default
:
"white"
}
},
isNeedSafeBottomPadding
:
{
type
:
Boolean
,
default
:
true
,
},
},
},
created
()
{
created
()
{
this
.
width
=
ui
.
appUI
.
screenWidth
+
"px"
this
.
width
=
ui
.
appUI
.
screenWidth
+
"px"
this
.
padding
=
`5px 0
${
ui
.
appUI
.
saftBottom
+
'px'
}
0`
this
.
padding
=
this
.
isNeedSafeBottomPadding
?
(
`5px 0
${
ui
.
appUI
.
saftBottom
+
'px'
}
0`
)
:
""
;
}
}
}
}
</
script
>
</
script
>
...
...
uni_modules/f-view-bottom-fixed/package.json
View file @
98727182
{
{
"id"
:
"f-view-bottom-fixed"
,
"id"
:
"f-view-bottom-fixed"
,
"displayName"
:
"f-view-bottom-fixed"
,
"displayName"
:
"f-view-bottom-fixed"
,
"version"
:
"1.0.
6
"
,
"version"
:
"1.0.
7
"
,
"description"
:
"底部按钮父view"
,
"description"
:
"底部按钮父view"
,
"keywords"
:
[
"keywords"
:
[
"f-view-bottom-fixed"
"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