Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
4d9aaccf
Commit
4d9aaccf
authored
Dec 29, 2020
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:样式优化
parent
1731ad2c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/modules/store-manage/StoreDecorationPage.less
+3
-0
src/modules/store-manage/StoreWebDecorationTab.jsx
+2
-2
No files found.
src/modules/store-manage/StoreDecorationPage.less
View file @
4d9aaccf
...
...
@@ -51,6 +51,9 @@
color: #5289fa;
cursor: pointer;
}
.divider-line {
color:#BFBFBF
}
.delete {
color: #5289fa;
cursor: pointer;
...
...
src/modules/store-manage/StoreWebDecorationTab.jsx
View file @
4d9aaccf
...
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-30 10:47:38
* @LastEditors: wufan
* @LastEditTime: 2020-12-2
5 19:25:47
* @LastEditTime: 2020-12-2
9 16:44:34
* @Description: web店铺banner页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -97,7 +97,7 @@ class StoreWebDecoration extends React.Component {
key
:
"bannerPath"
,
className
:
"drag-visible"
,
render
:
(
val
)
=>
{
return
<
img
src=
{
val
}
alt=
"banner"
className=
"banner-thumbnail"
/>;
return
<
img
src=
{
val
}
alt=
"banner"
className=
"
web-
banner-thumbnail"
/>;
},
},
{
...
...
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