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
2b1339f3
Commit
2b1339f3
authored
Oct 07, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
cb4f3f37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
article-detail.vue
src/views/article-management/article-detail.vue
+2
-2
banner_detail.vue
src/views/banner_management/banner_detail.vue
+2
-2
No files found.
src/views/article-management/article-detail.vue
View file @
2b1339f3
...
@@ -39,9 +39,9 @@
...
@@ -39,9 +39,9 @@
disabled
disabled
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"文章封面"
prop=
"articleCover"
style=
"height:
150px
"
>
<el-form-item
label=
"文章封面"
prop=
"articleCover"
style=
"height:
9.375rem
"
>
<!-- 0-- 文章信息的页面--文章封面 -->
<!-- 0-- 文章信息的页面--文章封面 -->
<ImagePreview
:height=
"
150"
:src=
"baseURL+form.articleCover"
:width=
"150
"
style=
"box-shadow: none"
/>
<ImagePreview
:height=
"
'9.375rem'"
:src=
"baseURL+form.articleCover"
:width=
"'9.375rem'
"
style=
"box-shadow: none"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"articleStatus"
>
<el-form-item
label=
"状态"
prop=
"articleStatus"
>
<div
style=
"display: flex; "
>
<div
style=
"display: flex; "
>
...
...
src/views/banner_management/banner_detail.vue
View file @
2b1339f3
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
<el-input
v-model
.
trim=
"form.title"
class=
"form-input"
maxlength=
"20"
show-word-limit
clearable
disabled
/>
<el-input
v-model
.
trim=
"form.title"
class=
"form-input"
maxlength=
"20"
show-word-limit
clearable
disabled
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"轮播图"
prop=
"img"
>
<el-form-item
label=
"轮播图"
prop=
"img"
>
<ImagePreview
v-if=
"form.img"
:src=
"baseUrl + form.img"
:width=
"
150"
:height=
"150
"
style=
"box-shadow: none"
/>
<ImagePreview
v-if=
"form.img"
:src=
"baseUrl + form.img"
:width=
"
'9.375rem'"
:height=
"'9.375rem'
"
style=
"box-shadow: none"
/>
<ImagePreview
v-else
:src=
"'123'"
:width=
"
150"
:height=
"150
"
style=
"box-shadow: none"
/>
<ImagePreview
v-else
:src=
"'123'"
:width=
"
'9.375rem'"
:height=
"'9.375rem'
"
style=
"box-shadow: none"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"跳转地址"
prop=
"url"
>
<el-form-item
label=
"跳转地址"
prop=
"url"
>
<el-input
v-model=
"form.url"
class=
"form-input"
maxlength=
"30"
show-word-limit
clearable
disabled
/>
<el-input
v-model=
"form.url"
class=
"form-input"
maxlength=
"30"
show-word-limit
clearable
disabled
/>
...
...
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