diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 9da044a..e7f1953 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -64,8 +64,8 @@ align-items: center; } .card1-body .card1-body__item { - margin: 7px; - padding-left: 10px; + margin: 7px; + padding-left: 20px; font-size: 14px; } .card1-body .card1-body__item .card1-body__item--label { @@ -76,17 +76,19 @@ .card1-body .card1-body__item .card1-body__item--label::before { content: ""; width: 4px; - height: 100%; + height: 78%; background: #73cdb9; border-radius: 4px; + transform: translateY(-50%); position: absolute; - left: -4px; + left: -10px; top: 0; } .card1-body .card1-body__item .card1-body__item--value { font-weight: 600; color: #333; + line-height: 2; font-size: 15px; } @@ -106,6 +108,30 @@
今日应收(元)
9040.00
+
+
今日应收(元)
+
9040.00
+
+
+
今日应收(元)
+
9040.00
+
+
+
今日应收(元)
+
9040.00
+
+
+
今日应收(元)
+
9040.00
+
+
+
今日应收(元)
+
9040.00
+
+
+
今日应收(元)
+
9040.00
+
@endsection