From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 四月 2025 12:18:03 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/zshare/mutilform/mkCheckbox/index.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/mutilform/mkCheckbox/index.jsx b/src/tabviews/zshare/mutilform/mkCheckbox/index.jsx index 12091c4..5742e0b 100644 --- a/src/tabviews/zshare/mutilform/mkCheckbox/index.jsx +++ b/src/tabviews/zshare/mutilform/mkCheckbox/index.jsx @@ -2,8 +2,6 @@ import PropTypes from 'prop-types' import { Checkbox } from 'antd' -import './index.scss' - class MKCheckbox extends Component { static propTpyes = { config: PropTypes.object, -- Gitblit v1.8.0