diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 4e91c7e..1dc0ef9 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -11,6 +11,20 @@ left: 1rem; bottom: .4rem; } + .card1 { + background: #fff; + border-radius: 4px; + font-size: 14px; + box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); + } + .card1-title { + border-bottom: 1px solid #e8eaec; + padding: 12px 14px; + line-height: 1; + } + .card1-body { + padding: 14px; + } @endpush @@ -20,11 +34,13 @@
数据统计