From c5b6f6cb5bba7268aaa2496bbf21bf2965277f8b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 01 七月 2022 13:29:03 +0800
Subject: [PATCH] 2022-07-01

---
 src/templates/zshare/modalform/datatable/index.scss |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/templates/zshare/modalform/datatable/index.scss b/src/templates/zshare/modalform/datatable/index.scss
index 252bc80..ac76a17 100644
--- a/src/templates/zshare/modalform/datatable/index.scss
+++ b/src/templates/zshare/modalform/datatable/index.scss
@@ -77,4 +77,12 @@
   tr.drop-over-upward td {
     border-top: 2px dashed #1890ff;
   }
+  .mk-source-wrap {
+    .ant-radio-button-wrapper + .ant-radio-button-wrapper {
+      border-radius: 0 4px 4px 0;
+    }
+    .ant-radio-button-wrapper:last-child {
+      display: none;
+    }
+  }
 }

--
Gitblit v1.8.0