Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
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
王永飞
tjty-app
Commits
e93ee0a4
Commit
e93ee0a4
authored
Nov 23, 2022
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了一些bug
parent
b454c8c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
18 deletions
+24
-18
myActivity.vue
tjty-app/pages_my/myActicity/myActivity.vue
+24
-18
No files found.
tjty-app/pages_my/myActicity/myActivity.vue
View file @
e93ee0a4
...
...
@@ -23,18 +23,24 @@
</view>
<view
v-else
class=
"actions-card"
v-for=
"(item,index) in myActivitylist"
:key=
"index"
>
<view
class=
"info"
>
<view
class=
"question"
>
<text>
{{
item
.
activityName
}}
</text>
<!--
<view
class=
"item1"
>
-->
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_weikaishi@2x.png"
v-if=
"item.activityStatus==='0'"
></image>
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if=
"item.activityStatus==='1'"
></image>
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_yijieshu@2x.png"
v-else
>
</image>
<view
class=
"question"
style=
"display: flex;width: 100%; justify-content: space-between;"
>
<view
style=
"width: 80%;height: 100%;"
>
<view
style=
"padding: 6% 3% 0 5%;height: 100%;"
>
{{
item
.
activityName
}}
</view>
</view>
<view
style=
"width: 20%;height: 100%;"
>
<!--
<view
class=
"item1"
>
-->
<!--
</view>
-->
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_weikaishi@2x.png"
v-if=
"item.activityStatus==='0'"
></image>
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if=
"item.activityStatus==='1'"
></image>
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_yijieshu@2x.png"
v-else
>
</image>
<!--
</view>
-->
</view>
</view>
<dividerface></dividerface>
...
...
@@ -171,11 +177,11 @@
.image-status
{
position
:
relative
;
// top: -120rpx;
left
:
82%
;
width
:
1
20
rpx
;
height
:
1
20
rpx
;
//
position: relative;
//
//
top: -120rpx;
//
left: 82%;
width
:
1
43
rpx
;
height
:
1
32
rpx
;
z-index
:
4
;
}
...
...
@@ -196,8 +202,8 @@
color
:
#333333
;
line-height
:
36px
;
.question
{
margin-top
:
5%
;
margin
:
2%
18%
0
5%
;
//
margin-top: 5%;
//
margin: 2% 18% 0 5%;
min-height
:
72px
;
height
:
auto
;
line-height
:
30px
;
...
...
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