From 2c0d4143e3a3de21bddb5c8383513cc052c6a9dd Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 24 三月 2025 19:53:19 +0800 Subject: [PATCH] fix: 三期bug --- packages/components/src/styles/nut.scss | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/packages/components/src/styles/nut.scss b/packages/components/src/styles/nut.scss index 4839c5a..797cfdc 100644 --- a/packages/components/src/styles/nut.scss +++ b/packages/components/src/styles/nut.scss @@ -127,7 +127,7 @@ .bole-input-textarea:not(.nut-input--disabled) { color: boleGetCssVar('text-color', 'primary') !important; - height: 100rpx; + height: 200px; } .bole-input-text-placeholder { @@ -168,4 +168,14 @@ .pro-form-item-tips { word-break: break-all; } + + .nut-dialog__header { + height: 44px; + } + + .nut-dialog__footer { + .nut-button--plain { + border-width: 1px; + } + } } -- Gitblit v1.9.1