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
de2f1a8b
Commit
de2f1a8b
authored
Jun 05, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
531e53d4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
51 additions
and
20 deletions
+51
-20
common.scss
common/common.scss
+1
-1
index.vue
pages/index/index.vue
+33
-11
changelog.md
uni_modules/f-avatar-edit/changelog.md
+2
-0
f-avatar-edit.vue
.../f-avatar-edit/components/f-avatar-edit/f-avatar-edit.vue
+1
-1
package.json
uni_modules/f-avatar-edit/package.json
+1
-1
changelog.md
uni_modules/f-multi-text-01/changelog.md
+8
-0
f-multi-text-01.vue
...ti-text-01/components/f-multi-text-01/f-multi-text-01.vue
+4
-5
package.json
uni_modules/f-multi-text-01/package.json
+1
-1
No files found.
common/common.scss
View file @
de2f1a8b
...
...
@@ -32,7 +32,7 @@
width
:
100%
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
justify-content
:
center
;
margin-bottom
:
20rpx
;
}
...
...
pages/index/index.vue
View file @
de2f1a8b
...
...
@@ -2,9 +2,10 @@
<view
class=
"content"
:style=
"[style]"
>
<f-status-view
v-if=
"statusViewUI.isShowStatusView"
:status=
"statusViewUI.status"
:style=
"statusViewStyle"
@
tap=
"onStatusViewClick"
></f-status-view>
<f-avatar-edit
:avatar=
"avatar"
@
onAvatarSelected=
"onAvatarSelected"
@
click=
"onAvatarClick"
@
onSelectBtnClick=
"onSelectAvatarBtnClick"
></f-avatar-edit>
<view
class=
"v-row"
>
<f-avatar-edit
:avatar=
"avatar"
@
onAvatarSelected=
"onAvatarSelected"
@
click=
"onAvatarClick"
@
onSelectBtnClick=
"onSelectAvatarBtnClick"
></f-avatar-edit>
</view>
<f-view-bottom-fixed>
<f-button-01
style=
"flex: 0 0 50%;"
clazz=
"style-02"
text=
"存为模板"
backgroundColor=
"#222222"
></f-button-01>
<f-button-01
style=
"flex: 0 0 50%;"
clazz=
"style-03"
text=
"提交"
></f-button-01>
...
...
@@ -20,11 +21,20 @@
</view>
<f-add-image-grid
@
choose=
"onImageChoose"
@
delete=
"onImageDelete"
></f-add-image-grid>
<button
@
click=
"showPopTop"
>
f-pop-top
</button>
<button
@
click=
"showPopCenter"
>
f-pop-center
</button>
<button
@
click=
"showPopBottom"
>
f-pop-bottom
</button>
<button
@
click=
"showPopDatetiemPicker"
>
f-pop-date-time-picker
</button>
<view
class=
"v-row"
>
<button
@
click=
"showPopTop"
>
f-pop-top
</button>
</view>
<view
class=
"v-row"
>
<button
@
click=
"showPopCenter"
>
f-pop-center
</button>
</view>
<view
class=
"v-row"
>
<button
@
click=
"showPopBottom"
>
f-pop-bottom
</button>
</view>
<view
class=
"v-row"
>
<button
@
click=
"showPopDatetiemPicker"
>
f-pop-date-time-picker
</button>
</view>
<f-pop
position=
"top"
:isShow=
"isShowPopTop"
@
dismiss=
"onPopDismiss"
>
<template
#
top
>
<view
class=
"flex-row row-center-h"
>
...
...
@@ -32,6 +42,7 @@
</view>
</
template
>
</f-pop>
<f-pop
position=
"center"
:isShow=
"isShowPopCenter"
@
dismiss=
"onPopDismiss"
>
<
template
#
center
>
<view
class=
"flex-row row-center-h"
>
...
...
@@ -39,6 +50,7 @@
</view>
</
template
>
</f-pop>
<f-pop
position=
"bottom"
:isShow=
"isShowPopBottom"
@
dismiss=
"onPopDismiss"
>
<
template
v-slot:bottom
>
<view
class=
"flex-row row-center-h"
>
...
...
@@ -46,10 +58,18 @@
</view>
</
template
>
</f-pop>
<f-pop-date-time-picker
:isShow=
"isShowPopDatetimePicker"
mode=
"date"
returnType=
"yyyy-MM-dd"
@
change=
"onPopDatetimePickerChange"
@
dismiss=
"onPopDatatimePickerDismiss"
/>
<f-image-01></f-image-01>
<f-text-01
:ui=
"uiAddBtn"
></f-text-01>
<view
class=
"v-row"
>
<f-image-01></f-image-01>
</view>
<view
class=
"v-row"
>
<f-text-01
:ui=
"uiAddBtn"
></f-text-01>
</view>
<view
style=
"display: block; width: 100%;"
>
<f-item
:item=
"itemMock"
>
<
template
v-slot:content
>
...
...
@@ -59,12 +79,14 @@
</
template
>
</f-item>
</view>
<view
style=
"display: block; width: 100%;"
>
<f-title-01
title=
"租金交付方式"
subTitle=
"(押二付二)"
></f-title-01>
<f-multi-text-01
:ui=
"cMultiText01Ui"
@
click=
"onCMultiText01Click"
></f-multi-text-01>
<f-multi-text-01
:ui=
"cMultiText01Ui02"
></f-multi-text-01>
<!-- <view class="f-multi-text-line-h" style="background-color: red;"></view> -->
</view>
<f-status-view
:status=
"statusViewUI2.status"
@
tap=
"onStatusViewClick2"
></f-status-view>
</view>
</template>
...
...
@@ -149,7 +171,7 @@
this
.
avatar
=
res
[
0
]
},
onAvatarClick
(
res
)
{
},
onSelectAvatarBtnClick
(
res
)
{
...
...
uni_modules/f-avatar-edit/changelog.md
View file @
de2f1a8b
## 1.0.4(2024-06-04)
1.
0.4
## 1.0.3(2024-06-04)
1.
0.3
## 1.0.2(2024-06-04)
...
...
uni_modules/f-avatar-edit/components/f-avatar-edit/f-avatar-edit.vue
View file @
de2f1a8b
...
...
@@ -62,7 +62,7 @@
width
:
48rpx
;
height
:
48rpx
;
bottom
:
0rpx
;
right
:
1
4
rpx
;
right
:
1
0
rpx
;
flex-shrink
:
0
;
position
:
absolute
;
}
...
...
uni_modules/f-avatar-edit/package.json
View file @
de2f1a8b
{
"id"
:
"f-avatar-edit"
,
"displayName"
:
"f-avatar-edit"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
4
"
,
"description"
:
"f-avatar-edit"
,
"keywords"
:
[
"f-avatar-edit"
...
...
uni_modules/f-multi-text-01/changelog.md
View file @
de2f1a8b
## 1.0.12(2024-06-05)
1.
0.12
## 1.0.11(2024-06-05)
1.
0.11
## 1.0.10(2024-06-05)
1.
0.10
## 1.0.9(2024-06-05)
1.
0.9
## 1.0.8(2024-06-04)
1.
0.8
## 1.0.7(2024-06-04)
...
...
uni_modules/f-multi-text-01/components/f-multi-text-01/f-multi-text-01.vue
View file @
de2f1a8b
...
...
@@ -12,9 +12,9 @@
<view
class=
"f-multi-text-v-right flex-row row-center-v"
>
<input
class=
"f-multi-text-v-right-c-text"
placeholder-class=
"placeholder-class"
:placeholder=
"ui.hint"
:type=
"ui.inputType"
:maxlength=
"ui.maxlength"
:disabled=
"ui.inputDisable"
:value=
"ui.value"
@
input=
"onInputChanage"
:confirm-type=
"ui.confirmType"
/>
@
input=
"onInputChanage"
:confirm-type=
"ui.confirmType"
:style=
"[ui.valueStyle]"
/>
</view>
<image
class=
"i-right"
:src=
"ui.iconRight"
v-if=
"ui.isShowIconRight"
></image>
<image
class=
"i-right"
:src=
"ui.iconRight"
v-if=
"ui.isShowIconRight"
:style=
"[ui.iconRightStyle]"
></image>
</view>
<view
class=
"f-multi-text-line-h"
v-if=
"ui.isShowBottomLine"
></view>
</view>
...
...
@@ -126,9 +126,8 @@
}
.i-right
{
width
:
32rpx
;
height
:
32rpx
;
margin-top
:
-2rpx
;
width
:
48rpx
;
height
:
48rpx
;
margin-left
:
8rpx
;
}
</
style
>
\ No newline at end of file
uni_modules/f-multi-text-01/package.json
View file @
de2f1a8b
{
"id"
:
"f-multi-text-01"
,
"displayName"
:
"f-multi-text-01"
,
"version"
:
"1.0.
8
"
,
"version"
:
"1.0.
12
"
,
"description"
:
"f-multi-text-01"
,
"keywords"
:
[
"f-multi-text-01"
...
...
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