Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-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
李伟
cust-app
Commits
772ad369
Commit
772ad369
authored
Mar 06, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改我的动态图片
parent
e640e509
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
my.vue
pages/tab/my.vue
+3
-3
No files found.
pages/tab/my.vue
View file @
772ad369
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
<view
class=
"my-article-content"
v-if=
"articleInfo.content !== null"
>
<view
class=
"my-article-content"
v-if=
"articleInfo.content !== null"
>
{{
articleInfo
.
content
}}
{{
articleInfo
.
content
}}
</view>
</view>
<view
:class=
"['my-article-image-1',articleImg.length == 2 ? 'my-article-image-2':'']
"
v-if=
"articleImg.length"
>
<view
class=
"my-article-image-1
"
v-if=
"articleImg.length"
>
<image
v-for=
"item in articleImg"
:src=
"item"
mode=
"aspectFill"
></image>
<image
v-for=
"item in articleImg"
:src=
"item"
mode=
"aspectFill"
></image>
</view>
</view>
</view>
</view>
...
@@ -1019,8 +1019,8 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
...
@@ -1019,8 +1019,8 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
justify-content
:
space-between
;
justify-content
:
space-between
;
padding
:
30rpx
42rpx
;
padding
:
30rpx
42rpx
;
image
{
image
{
width
:
calc
(
33
%
-
10rpx
);
width
:
calc
(
26
%
-
10rpx
);
height
:
1
9
8rpx
;
height
:
1
6
8rpx
;
border-radius
:
12rpx
;
border-radius
:
12rpx
;
}
}
}
}
...
...
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