Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OKR
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
hanfeng zhang
OKR
Commits
3d6d92cb
Commit
3d6d92cb
authored
Aug 27, 2021
by
lshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lishan
parent
1b4d73f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
select-locale.vue
src/views/schedule/select-locale.vue
+8
-11
No files found.
src/views/schedule/select-locale.vue
View file @
3d6d92cb
...
@@ -4,15 +4,12 @@
...
@@ -4,15 +4,12 @@
left-arrow
left-arrow
@
click-left=
"$router.go(-1)"
@
click-left=
"$router.go(-1)"
>
>
<div
class=
"pt-14 px-4 pb-28"
>
<!-- 背景地图 -->
<!-- 背景地图 -->
<div
class=
"pt-14 h-80 bg-gray-200 "
></div>
<div
class=
"h-50 bg-white"
>
<div
class=
"px-4 pb-28"
>
</div>
<!-- 选择地址 -->
<!-- 选择地址 -->
<div
class=
"mt-4 text-sm text-text-secondary rounded-lg"
>
<div
class=
"-mt-8 text-sm text-text-secondary"
>
<div
class=
"bg-white h-7 flex items-center px-4"
>
地点名称
</div>
<c-cell
placeholder=
"请输入地点名称"
label=
"地点名称"
v-model=
"radio"
type=
"input"
leftinput=
"text-left"
>
<c-cell
placeholder=
"请输入地点名称"
v-model=
"radio"
type=
"input"
leftinput=
"text-left"
>
<app-icon
<app-icon
slot=
"right"
slot=
"right"
icon-name=
"search-blue"
icon-name=
"search-blue"
...
@@ -22,10 +19,10 @@
...
@@ -22,10 +19,10 @@
</div>
</div>
<!-- 预存地址 -->
<!-- 预存地址 -->
<div
class=
"mt-4 text-sm text-text-secondary"
>
<div
class=
"mt-4 text-sm text-text-secondary"
>
<div
class=
"bg-white h-7 flex items-center px-4"
>
预存地址
</div>
<div
class=
"bg-white h-7 flex items-center px-4
rounded
"
>
预存地址
</div>
<van-radio-group
v-model=
"radio"
>
<van-radio-group
v-model=
"radio"
>
<div
v-for=
"(place,index) in places"
:key=
"index"
class=
"flex"
>
<div
v-for=
"(place,index) in places"
:key=
"index"
class=
"flex
rounded
"
>
<van-radio
:name=
"place"
class=
"bg-white pl-4 pr-1"
></van-radio>
<van-radio
:name=
"place"
class=
"bg-white pl-4 pr-1
rounded
"
></van-radio>
<c-cell
:title=
'place'
class=
"w-full"
titleColor=
"text-text-secondary text-sm"
/>
<c-cell
:title=
'place'
class=
"w-full"
titleColor=
"text-text-secondary text-sm"
/>
</div>
</div>
</van-radio-group>
</van-radio-group>
...
...
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