From e40f5578322d7ecbcd45e70debef9c67184d837d Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 22 Nov 2023 10:57:27 +0800
Subject: [PATCH] 增强业务基类能力,可以转嫁整个继承链

---
 layout/card/cCard.scss |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/layout/card/cCard.scss b/layout/card/cCard.scss
index 2c6e93e..1a0a561 100644
--- a/layout/card/cCard.scss
+++ b/layout/card/cCard.scss
@@ -41,15 +41,16 @@
         text-align: right;
         white-space: nowrap;
         line-height: 0;
+        font-size: 0;
+        >.at-button:first-child {
+            margin-left: 0;
+        }
         .at-button {
             min-width: 184px;
             height: 70px;
             padding: 0px 18px;
             margin-left: 16px;
             line-height: 68px;
-            &:first-child {
-                margin-left: 0;
-            }
             .at-icon {
                 vertical-align: baseline;
             }

--
Gitblit v1.9.1