Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-05-20 10:27:37 +0800
Commit
9fcd8d114b35bff622567d233b9aa0d486871f86
1 parent
4b3d01fd
提交
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
client/js/goods/partials/editor_recommend.js
client/sass/module/_edit.scss
client/js/goods/partials/editor_recommend.js
View file @
9fcd8d1
...
...
@@ -164,7 +164,7 @@ var Bll = {
var
d
=
new
common
.
dialog
({
title
:
title
,
width
:
'
800px
'
,
width
:
'
70%
'
,
content
:
common
.
util
.
__template2
(
$
(
"#wqt-template1"
).
html
(),
item
),
button
:
[{
value
:
"提交"
,
...
...
client/sass/module/_edit.scss
View file @
9fcd8d1
...
...
@@ -116,12 +116,11 @@ input[type=date], input[type=time], input[type=datetime-local], input[type=month
}
.poseditimg
{
position
:
relative
;
width
:
100%
;
width
:
auto
;
height
:
auto
;
display
:
inline-block
;
img
{
display
:
block
;
width
:
100%
;
height
:
100%
;
}
.pos
{
position
:
absolute
;
...
...
Please
register
or
login
to post a comment