From 3a4f58e3883bd841f2658c38889fdc43a4b9cc8d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 21 一月 2021 16:59:13 +0800
Subject: [PATCH] 2021-01-21

---
 src/tabviews/custom/components/editor/braft-editor/index.scss |   41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

diff --git a/src/tabviews/custom/components/editor/braft-editor/index.scss b/src/tabviews/custom/components/editor/braft-editor/index.scss
index 067a060..5bbfc97 100644
--- a/src/tabviews/custom/components/editor/braft-editor/index.scss
+++ b/src/tabviews/custom/components/editor/braft-editor/index.scss
@@ -6,47 +6,6 @@
   min-height: 20px;
   position: relative;
 
-  .card-row-list::after {
-    content: ' ';
-    display: block;
-    clear: both;
-  }
-
-  .card-row-list {
-    .card-item-box {
-      background-color: #ffffff;
-      transition: all 0.3s;
-    }
-    >.active >.card-item-box {
-      border-color: #1890ff!important;
-      box-shadow: 0 0 4px #1890ff;
-    }
-  }
-  .card-row-list.radio, .card-row-list.checkbox {
-    >.ant-col:not(.active):not(.selected):hover {
-      >.card-item-box {
-        border-color: #69c0ff!important;
-        box-shadow: 0 0 4px #69c0ff!important;
-      }
-    }
-  }
-  .card-row-list.true {
-    >.ant-col:hover {
-      >.card-item-box {
-        z-index: 1;
-        transform: scale(1.05);
-      }
-    }
-  }
-
-  .card-item-box {
-    position: relative;
-    background-position: center center;
-    background-repeat: no-repeat;
-    background-size: cover;
-    transition: all 0.3s;
-  }
-
   .loading-mask {
     position: absolute;
     left: 40px;

--
Gitblit v1.8.0