From 6e54d54febe9f52f302761a1aef0ef926811b1f3 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 22 一月 2020 18:55:06 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/~kimi/srs --- src/App.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index c825eb6..66f7f9a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,4 +21,8 @@ text-align center color #2c3e50 + .z_shadow { + border-radius: 10px; + box-shadow: 0px 0px 10px 5px #D0E2E9; + } </style> -- Gitblit v1.8.0