From f59c3beb2ad45de1c5c01a073fe2ebe5d91b1e6d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 12 一月 2023 19:48:02 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/components/normalform/modalform/styleInput/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/normalform/modalform/styleInput/index.jsx b/src/components/normalform/modalform/styleInput/index.jsx
index c6d6b45..f372a4a 100644
--- a/src/components/normalform/modalform/styleInput/index.jsx
+++ b/src/components/normalform/modalform/styleInput/index.jsx
@@ -128,7 +128,7 @@
     const { value, options, unit } = this.state
 
     return (
-      <div className="style-input-wrap">
+      <div className="mk-style-input-wrap">
         <Input value={value} addonAfter={
           options.length > 1 ?
           <Select value={unit} onChange={this.changeUnit}>

--
Gitblit v1.8.0