You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2021/10/21 08:59:38 UTC

[incubator-linkis-website] 33/43: UPDATE: 优化our users的样式

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git

commit a55015337b4a70ef4924cca5cb74c63579fd3fd4
Author: lucaszhu <lu...@webank.com>
AuthorDate: Mon Oct 18 14:30:39 2021 +0800

    UPDATE: 优化our users的样式
---
 src/pages/home/index.vue | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue
index a619193..2b942f9 100644
--- a/src/pages/home/index.vue
+++ b/src/pages/home/index.vue
@@ -151,7 +151,12 @@
         background: #FFFFFF;
         box-shadow: 0 1px 20px 0 rgba(15,18,34,0.10);
         border-radius: 8px;
-        align-content: center
+        align-items: center;
+        justify-content: center;
+        > img {
+          max-width: 90%;
+          max-height: 90%;
+        }
       }
     }
     .features{

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org