Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
Details
Activity
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
李星剑
hs-app-project
Commits
df8604ea
Commit
df8604ea
authored
3 years ago
by
阮藤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建模订单页面提交
parent
c21d994f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
520 additions
and
2 deletions
+520
-2
modelingOrder.vue
src/pages/home/modelingOrder.vue
+514
-0
tenantSelection.vue
src/pages/home/tenantSelection.vue
+6
-2
No files found.
src/pages/home/modelingOrder.vue
0 → 100644
View file @
df8604ea
This diff is collapsed.
Click to expand it.
src/pages/home/tenantSelection.vue
View file @
df8604ea
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<view
class=
"u-m-r-30"
>
<view
class=
"u-m-r-30"
>
<u-icon
:name=
"index === selectedIndex ? 'checkmark-circle-fill' : 'checkmark-circle'"
color=
"#000"
size=
"40"
@
click=
"triggerSelectItem(index)"
/>
<u-icon
:name=
"index === selectedIndex ? 'checkmark-circle-fill' : 'checkmark-circle'"
color=
"#000"
size=
"40"
@
click=
"triggerSelectItem(index)"
/>
</view>
</view>
<view
class=
"ab
"
>
租户
{{
index
}}
</view>
<view
:class=
"
{ tenant_list: true, border_000: index === selectedIndex }
">租户
{{
index
}}
</view>
</view>
</view>
</view>
</view>
<!-- 底部按钮 确定-->
<!-- 底部按钮 确定-->
...
@@ -120,7 +120,7 @@ $main-color: #fff;
...
@@ -120,7 +120,7 @@ $main-color: #fff;
color
:
$h-color
;
color
:
$h-color
;
background-color
:
whitesmoke
;
background-color
:
whitesmoke
;
}
}
.
ab
{
.
tenant_list
{
flex
:
1
;
flex
:
1
;
height
:
160rpx
;
height
:
160rpx
;
line-height
:
160rpx
;
line-height
:
160rpx
;
...
@@ -128,6 +128,7 @@ $main-color: #fff;
...
@@ -128,6 +128,7 @@ $main-color: #fff;
background
:
url(../../static/images/home/tenSelet@2x.png)
no-repeat
;
background
:
url(../../static/images/home/tenSelet@2x.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
border-radius
:
16rpx
;
border-radius
:
16rpx
;
border
:
1px
solid
#979797
;
}
}
.bg-fff
{
.bg-fff
{
background
:
$main-color
;
background
:
$main-color
;
...
@@ -144,6 +145,9 @@ $main-color: #fff;
...
@@ -144,6 +145,9 @@ $main-color: #fff;
border
:
1px
solid
#000
;
border
:
1px
solid
#000
;
}
}
}
}
.border_000
{
border
:
1px
solid
#000
;
}
.custom-style
{
.custom-style
{
color
:
#fff
;
color
:
#fff
;
background
:
#000
;
background
:
#000
;
...
...
This diff is collapsed.
Click to expand it.
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