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
Email Patches
Plain Diff
Browse Files
Authored by
李奇
8 years ago
Commit
312d978cdf9e66f584b7def2d5a8e96f9e75b44b
1 parent
a8dbd890
fixed:常见问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
apps/service/views/partial/panel-right.hbs
public/scss/service/_index.css
apps/service/views/partial/panel-right.hbs
View file @
312d978
<div
class=
"panel-right"
>
<div
class=
"right-head"
>
<span
class=
"tab order active"
>
订单信息
</span>
<span
class=
"tab qa"
>
常见问题
</span>
{{#if
csSetting
.
showQA
}}
<span
class=
"tab order active"
>
订单信息
</span>
<span
class=
"tab qa"
>
常见问题
</span>
{{else}}
<span
class=
"tab order only-one active"
>
订单信息
</span>
{{/if}}
</div>
<div
class=
"right-body order order-use"
>
<div
class=
"tab-content"
>
...
...
public/scss/service/_index.css
View file @
312d978
...
...
@@ -568,6 +568,11 @@ $color-3a3a3a: #3a3a3a;
background-color
:
#ffffff
;
}
&
.only-one
{
width
:
100%
;
background-color
:
#f5f5f5
;
;
}
&
:first-child
{
border-top-left-radius
:
3px
;
}
...
...
Please
register
or
login
to post a comment