diff --git a/app/command/make/component/tpl/_index.env b/app/command/make/component/tpl/_index.env index 076824a..e28e9a9 100644 --- a/app/command/make/component/tpl/_index.env +++ b/app/command/make/component/tpl/_index.env @@ -2,4 +2,5 @@ title={$component_title} padding=0 margin=0 -gray=0 \ No newline at end of file +gray=0 +mobile=0 \ No newline at end of file diff --git a/source/components/list/ul-music-list/_index.env b/source/components/list/ul-music-list/_index.env index ca3e4e0..47093b3 100644 --- a/source/components/list/ul-music-list/_index.env +++ b/source/components/list/ul-music-list/_index.env @@ -1,3 +1,4 @@ title=音乐列表 padding=0 -gray=1 \ No newline at end of file +gray=1 +mobile=1 \ No newline at end of file diff --git a/view/index/index/index.html b/view/index/index/index.html index 8a05a73..c6b0bc8 100644 --- a/view/index/index/index.html +++ b/view/index/index/index.html @@ -74,7 +74,7 @@
{$vo.desc|raw}
-
+
预览效果
@@ -89,9 +89,13 @@
+
+ + +
-
{$vo.html|raw}
+
{$vo.html|raw}
@@ -281,6 +285,7 @@ margin: $(elem).data('margin'), padding: $(elem).data('padding'), gray: $(elem).data('gray'), + mobile: $(elem).data('mobile'), } },