Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-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
刘怀志
pet-business-web
Commits
869c8b41
Commit
869c8b41
authored
Jun 11, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进度信息模块封装ui代码优化
parent
903be323
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
article-detail.vue
src/views/article-management/article-detail.vue
+5
-5
No files found.
src/views/article-management/article-detail.vue
View file @
869c8b41
...
@@ -14,7 +14,7 @@ color: #333333;"
...
@@ -14,7 +14,7 @@ color: #333333;"
<div
style=
"padding: 20px;"
>
<div
style=
"padding: 20px;"
>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<!-- 文章信息 -->
<!-- 文章信息 -->
<div
class=
"tip-green"
/>
<div
class=
"tip-green"
/>
<div
<div
style=
"padding-left: 13px;font-size: 16px;font-family: Microsoft YaHei-Bold, Microsoft YaHei;font-weight: bold;color: #333333;"
style=
"padding-left: 13px;font-size: 16px;font-family: Microsoft YaHei-Bold, Microsoft YaHei;font-weight: bold;color: #333333;"
>
文章信息
>
文章信息
...
@@ -25,7 +25,7 @@ color: #333333;"
...
@@ -25,7 +25,7 @@ color: #333333;"
<div
style=
"display:flex;"
>
<div
style=
"display:flex;"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"文章标题"
prop=
"articleTitle"
style=
"padding-top: 32px;"
>
<el-form-item
label=
"文章标题"
prop=
"articleTitle"
style=
"padding-top: 32px;"
>
<el-input
v-model=
"form.articleTitle"
disabled
placeholder=
"请输入文章标题"
/>
<el-input
v-model=
"form.articleTitle"
disabled
placeholder=
"请输入文章标题"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"权重"
prop=
"articleWeight"
>
<el-form-item
label=
"权重"
prop=
"articleWeight"
>
<el-input-number
<el-input-number
...
@@ -40,7 +40,7 @@ color: #333333;"
...
@@ -40,7 +40,7 @@ color: #333333;"
<!-- 0-- 文章信息的页面--文章封面 -->
<!-- 0-- 文章信息的页面--文章封面 -->
<div
class=
"base-msg"
>
<div
class=
"base-msg"
>
<div
class=
"petPicture"
style=
"padding-bottom: 20px;"
>
<div
class=
"petPicture"
style=
"padding-bottom: 20px;"
>
<ImagePreview
:height=
"150"
:src=
"baseURL+form.articleCover"
:width=
"150"
/>
<ImagePreview
:height=
"150"
:src=
"baseURL+form.articleCover"
:width=
"150"
/>
</div>
</div>
</div>
</div>
</el-form-item>
</el-form-item>
...
@@ -63,7 +63,7 @@ color: #333333;"
...
@@ -63,7 +63,7 @@ color: #333333;"
<!-- 2-- 文章信息--文章内容 -->
<!-- 2-- 文章信息--文章内容 -->
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<!-- 文章内容-->
<!-- 文章内容-->
<div
class=
"tip-green"
/>
<div
class=
"tip-green"
/>
<div
<div
style=
"padding-left: 13px;font-size: 16px;font-family: Microsoft YaHei-Bold, Microsoft YaHei;font-weight: bold;color: #333333;"
style=
"padding-left: 13px;font-size: 16px;font-family: Microsoft YaHei-Bold, Microsoft YaHei;font-weight: bold;color: #333333;"
>
文章内容
>
文章内容
...
@@ -72,7 +72,7 @@ color: #333333;"
...
@@ -72,7 +72,7 @@ color: #333333;"
<!-- 2-- 文章信息的页面--文章内容 -->
<!-- 2-- 文章信息的页面--文章内容 -->
<div
class=
"base-msg"
style=
"padding-top: 32px; padding-bottom: 20px; padding-left: 1%;"
>
<div
class=
"base-msg"
style=
"padding-top: 32px; padding-bottom: 20px; padding-left: 1%;"
>
<el-row>
<el-row>
<div
v-html=
"form.articleContent"
/>
<div
v-html=
"form.articleContent"
/>
</el-row>
</el-row>
</div>
</div>
</el-form>
</el-form>
...
...
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