From c8dec113736cc78c47cd63377d756d364b42a94e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 四月 2025 16:39:15 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/lowerText/index.scss | 1 + src/menu/lowerText/index.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/menu/lowerText/index.jsx b/src/menu/lowerText/index.jsx index cad57b3..a49b589 100644 --- a/src/menu/lowerText/index.jsx +++ b/src/menu/lowerText/index.jsx @@ -50,7 +50,7 @@ title="鏂囨湰杞皬鍐�" wrapClassName="lower-text-modal" visible={visible} - width={700} + width={850} maskClosable={false} centered={true} onCancel={() => { this.setState({ visible: false })}} diff --git a/src/menu/lowerText/index.scss b/src/menu/lowerText/index.scss index d8ce425..4edd990 100644 --- a/src/menu/lowerText/index.scss +++ b/src/menu/lowerText/index.scss @@ -7,6 +7,7 @@ color: #52c41a; position: relative; top: 20px; + font-size: 16px; } .lower-value { border: 1px solid #91d5ff; -- Gitblit v1.8.0