Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
174acef6
Commit
174acef6
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
713c49e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
detail.vue
pages/kotra/carrier/detail.vue
+2
-2
list.vue
pages/kotra/carrier/list.vue
+9
-3
No files found.
pages/kotra/carrier/detail.vue
View file @
174acef6
...
...
@@ -328,7 +328,7 @@
<text
style=
"color: #f30329; font-weight: bold"
v-if=
"detailData.AreaRequirement > 0"
>
{{
detailData
.
AreaRequirement
}}
万
平方米
</text
>
{{
detailData
.
AreaRequirement
}}
万
㎡
</text
>
</view>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
...
...
@@ -336,7 +336,7 @@
<text
style=
"color: #f30329; font-weight: bold"
v-if=
"detailData.BuiltUpArea > 0"
>
{{
detailData
.
BuiltUpArea
}}
万
平方米
</text
>
{{
detailData
.
BuiltUpArea
}}
万
㎡
</text
>
</view>
</view>
...
...
pages/kotra/carrier/list.vue
View file @
174acef6
...
...
@@ -197,7 +197,7 @@ export default {
EndOpenTime
:
""
,
ProjectType
:
0
,
OrderBy
:
0
,
OpeningStatus
:
0
,
OpeningStatus
:
-
1
,
FirstStoreTest
:
0
,
},
loading
:
false
,
...
...
@@ -456,6 +456,8 @@ export default {
.good_study_one
.good-info
.good-name
{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding-bottom
:
5px
;
}
.good_study_one
.good-info
.good-name
.span-name
{
/* overflow: hidden;
...
...
@@ -463,12 +465,13 @@ export default {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; */
width
:
350
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
color
:
#111
;
padding-bottom
:
5px
;
flex
:
1
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.good_study_one
.good-info
.good-name
.span-type
{
font-weight
:
500
;
...
...
@@ -528,6 +531,9 @@ export default {
align-items
:
center
;
color
:
#999999
;
padding
:
0
18
rpx
;
font-size
:
22
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
}
.carriertag
{
width
:
130
rpx
;
...
...
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