Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-07-04 11:41:37 +0800
Commit
3c75f748f380c8cbcbb22300749940225e71a39a
2 parents
10fc3be2
19dd903d
图标
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
apps/partial/views/action/index.hbs
doraemon/views/partial/checkbox.hbs → doraemon/views/partial/icon/checkbox.hbs
doraemon/views/partial/radio.hbs → doraemon/views/partial/icon/radio.hbs
public/scss/components/_index.css
apps/partial/views/action/index.hbs
View file @
3c75f74
...
...
@@ -40,13 +40,13 @@
{{#
content
}}
<p
class=
"title"
>
1.复选按钮
</p>
{{#
each
checkbox
}}
{{>
checkbox
}}
{{>
icon
/
checkbox
}}
<br><br>
{{/
each
}}
<p
class=
"title"
>
2.单选按钮
</p>
{{#
each
radio
}}
{{>
radio
}}
{{>
icon
/
radio
}}
<br><br>
{{/
each
}}
...
...
doraemon/views/partial/checkbox.hbs → doraemon/views/partial/
icon/
checkbox.hbs
View file @
3c75f74
doraemon/views/partial/radio.hbs → doraemon/views/partial/
icon/
radio.hbs
View file @
3c75f74
public/scss/components/_index.css
View file @
3c75f74
@import
"pagination"
;
/* 分页 */
@import
"goods"
;
/* 商品 */
@import
"floor"
;
/* 楼层 */
@import
"path-nav"
;
/* 面包屑 */
@import
"floor"
;
/* 楼层头部 */
@import
"cascading-address"
;
/* 区域/地址组件 */
...
...
Please
register
or
login
to post a comment