From 1d7d4e0477a4db1d37b5aa330b0ba71cd43afbad Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 25 Oct 2017 15:52:57 +0800 Subject: [PATCH] feat(collection): show collection release date css --- modules/collections/client/less/collections.less | 4 ++-- modules/collections/client/views/collections.client.view.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/collections/client/less/collections.less b/modules/collections/client/less/collections.less index f7f62eba..8b87f2b8 100644 --- a/modules/collections/client/less/collections.less +++ b/modules/collections/client/less/collections.less @@ -94,7 +94,7 @@ bottom: 0; left: 0; right: 0; - padding: 30px 20px; + padding: 20px 10px; background-color: #333; background-color: rgba(0, 0, 0, 0.3); border-radius: 8px; @@ -111,7 +111,7 @@ position: absolute; left: 0; right: 0; - bottom: 30px; + bottom: 20px; i { text-shadow: 0 0 0.1em #000,-0 -0 0.1em #000; diff --git a/modules/collections/client/views/collections.client.view.html b/modules/collections/client/views/collections.client.view.html index cc742a55..8f8d3430 100644 --- a/modules/collections/client/views/collections.client.view.html +++ b/modules/collections/client/views/collections.client.view.html @@ -36,7 +36,7 @@
{{m.name}}
-
+
{{vm.getMinMaxRelease(m).min}}-{{vm.getMinMaxRelease(m).max}}