Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
李奇
2016-12-20 21:45:02 +0800
Commit
a88ab587581dc4d427d08b71e122215b0ef8a3cf
2 parents
baaf416d
04ba0687
Merge branch 'feature/customerService' into gray
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
apps/service/views/partial/service-eval.hbs
public/scss/service/_index.css
apps/service/views/partial/service-eval.hbs
View file @
a88ab58
...
...
@@ -15,7 +15,9 @@
<p
class=
"star-text"
>
非常满意
</p>
</div>
<div
class=
"detail-reason"
>
<div
class=
"dis-wrap"
>
<div
class=
"discontent"
></div>
</div>
<textarea
class=
"other-reason"
maxlength=
"50"
placeholder=
"请您输入不满意的其他原因"
spellcheck=
"false"
></textarea>
</div>
</div>
...
...
public/scss/service/_index.css
View file @
a88ab58
...
...
@@ -1069,15 +1069,17 @@ $color-3a3a3a: #3a3a3a;
.detail-reason
{
display
:
none
;
.discontent
{
.dis-wrap
{
margin-left
:
8px
;
max-height
:
155px
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
.discontent
{
margin-bottom
:
30px
;
.dis-row
{
font-size
:
0
;
text-align
:
center
;
margin-bottom
:
13px
;
.type
{
...
...
@@ -1116,6 +1118,7 @@ $color-3a3a3a: #3a3a3a;
}
}
}
}
textarea
{
height
:
120px
;
...
...
Please
register
or
login
to post a comment