Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
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_web
Commits
aeb52316
Commit
aeb52316
authored
Feb 13, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改动态
parent
ac0ff0dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
control.vue
src/views/controlPlatform/control.vue
+1
-2
index.vue
src/views/operationsManagement/article/index.vue
+1
-2
No files found.
src/views/controlPlatform/control.vue
View file @
aeb52316
...
...
@@ -171,7 +171,7 @@
<!-- 当没有图片时 -->
<div
v-if=
"!form.url || form.url.length === 0"
style=
"text-align: center; color: #999;"
/>
<!-- 当图片数量为1时 -->
<div
v-else-if=
"form.url.length === 1"
style=
"
text-align: center;
"
>
<div
v-else-if=
"form.url.length === 1"
style=
"
margin-left: 60px
"
>
<img
:src=
"form.url[0]"
alt=
"Avatar"
class=
"avatar1"
>
</div>
<!-- 当图片数量为4或6时,上下两排展示 -->
...
...
@@ -870,7 +870,6 @@ export default {
width
:
280px
;
height
:
240px
;
display
:
block
;
margin
:
0
auto
;
}
.avatar2
{
width
:
120px
;
...
...
src/views/operationsManagement/article/index.vue
View file @
aeb52316
...
...
@@ -159,7 +159,7 @@
<!-- 当没有图片时 -->
<div
v-if=
"!form.url || form.url.length === 0"
style=
"text-align: center; color: #999;"
/>
<!-- 当图片数量为1时 -->
<div
v-else-if=
"form.url.length === 1"
style=
"
text-align: center;
"
>
<div
v-else-if=
"form.url.length === 1"
style=
"
margin-left: 60px
"
>
<img
:src=
"form.url[0]"
alt=
"Avatar"
class=
"avatar1"
>
</div>
<!-- 当图片数量为4或6时,上下两排展示 -->
...
...
@@ -673,7 +673,6 @@ export default {
width
:
280px
;
height
:
240px
;
display
:
block
;
margin
:
0
auto
;
}
.avatar2
{
width
:
120px
;
...
...
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