From 137fb8ea6af2789b3238b22bac31d80bced41dfe Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 28 七月 2021 11:39:39 +0800 Subject: [PATCH] 2021-07-28 --- src/views/printTemplate/mutilform/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/views/printTemplate/mutilform/index.scss b/src/views/printTemplate/mutilform/index.scss index 2b92a82..006a247 100644 --- a/src/views/printTemplate/mutilform/index.scss +++ b/src/views/printTemplate/mutilform/index.scss @@ -21,6 +21,20 @@ // width: 89.5%; // } // } + .mk-source-wrap { + >.ant-radio-group { + >.ant-radio-button-wrapper:last-child { + display: none; + } + >.ant-radio-button-wrapper:not(:first-child) { + border-radius: 0 4px 4px 0; + } + } + } + .anticon-question-circle { + color: #c49f47; + margin-right: 3px; + } .ant-input-number { width: 100%; } -- Gitblit v1.8.0