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
d1f56e54
Commit
d1f56e54
authored
Sep 14, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
a726f7e4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
imgUploadForBanner.vue
src/components/ImageUpload/imgUploadForBanner.vue
+1
-0
banner_add.vue
src/views/banner_management/banner_add.vue
+1
-1
banner_detail.vue
src/views/banner_management/banner_detail.vue
+1
-1
banner_edit.vue
src/views/banner_management/banner_edit.vue
+1
-1
No files found.
src/components/ImageUpload/imgUploadForBanner.vue
View file @
d1f56e54
...
...
@@ -445,6 +445,7 @@ export default {
}
::v-deep
.el-upload__tip
{
padding-top
:
10px
!
important
;
padding-bottom
:
10px
!
important
;
line-height
:
0
!
important
;
font-weight
:
bold
;
}
...
...
src/views/banner_management/banner_add.vue
View file @
d1f56e54
...
...
@@ -44,7 +44,7 @@
<el-switch
v-model=
"form.status"
active-color=
"#5fb54b"
inactive-color=
"#
f5aa6c
"
inactive-color=
"#
c9c9c9
"
active-value=
"1"
inactive-value=
"2"
/>
...
...
src/views/banner_management/banner_detail.vue
View file @
d1f56e54
...
...
@@ -44,7 +44,7 @@
<el-switch
v-model=
"form.status"
active-color=
"#5fb54b"
inactive-color=
"#
f5aa6c
"
inactive-color=
"#
c9c9c9
"
active-value=
"1"
inactive-value=
"2"
disabled
...
...
src/views/banner_management/banner_edit.vue
View file @
d1f56e54
...
...
@@ -50,7 +50,7 @@
<el-switch
v-model=
"form.status"
active-color=
"#5fb54b"
inactive-color=
"#
f5aa6c
"
inactive-color=
"#
c9c9c9
"
active-value=
"1"
inactive-value=
"2"
/>
...
...
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