Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
91acb716
"src/page/password/index.vue" did not exist on "591eabe9f7dd236536a68775bc1b03b8035d0104"
Commit
91acb716
authored
Dec 20, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改banner配置样式
parent
e9ad7233
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/page/main/home-config/banner/edit/banner-form.vue
src/page/main/home-config/banner/edit/banner-form.vue
+3
-2
No files found.
src/page/main/home-config/banner/edit/banner-form.vue
View file @
91acb716
...
...
@@ -11,7 +11,7 @@
v-model=
"formData.banner_image"
:fileSize=
"1"
:showTips=
"true"
customTips=
"请选择图片上传:大小1920 *
560
像素支持jpg、png等格式,图片需小于1MB"
customTips=
"请选择图片上传:大小1920 *
464
像素支持jpg、png等格式,图片需小于1MB"
:limit=
"1"
listType=
"picture-card"
:accept=
"['.jpg', '.jpeg', '.png']"
></bg-upload-image>
...
...
@@ -84,12 +84,13 @@ defineExpose({ submitForm, clearForm, setForm });
:deep
()
.bg-upload
{
.el-upload--picture-card
{
width
:
800px
;
height
:
23
4px
;
height
:
19
4px
;
background-color
:
#fff
;
border
:
1px
solid
#dadee7
;
}
.el-upload-list--picture-card
.el-upload-list__item
{
width
:
800px
;
height
:
194px
;
}
}
}
...
...
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