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
ca074f30
Commit
ca074f30
authored
Dec 31, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
1052deeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/operationsManagement/article/index.vue
+2
-2
No files found.
src/views/operationsManagement/article/index.vue
View file @
ca074f30
...
...
@@ -136,7 +136,7 @@
</div>
<!-- 详情弹窗 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
8
00px"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
7
00px"
append-to-body
>
<el-form
ref=
"deviceFormRef"
:model=
"form"
label-position=
"right"
label-width=
"auto"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
...
...
@@ -144,7 +144,7 @@
<div
style=
"font-size: 15px;padding-left: 20px;padding-bottom: 20px;padding-top: 10px"
class=
"content"
>
{{ form.content }}
</div>
</el-col>
<el-row
:gutter=
"20"
>
<el-col
v-for=
"(imagePath, index) in form.path"
:key=
"index"
:span=
"
8
"
>
<el-col
v-for=
"(imagePath, index) in form.path"
:key=
"index"
:span=
"
7
"
>
<div
style=
"padding-left: 20px;padding-bottom: 20px"
>
<img
:src=
"imagePath"
alt=
"Avatar"
class=
"avatar"
>
</div>
...
...
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