From 14368e8a09c4b5793d0975f85e36a4c1d410ca36 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 16 五月 2025 17:27:24 +0800 Subject: [PATCH] feat: UI --- packages/components/src/styles/nut.scss | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/components/src/styles/nut.scss b/packages/components/src/styles/nut.scss index f3da60f..797cfdc 100644 --- a/packages/components/src/styles/nut.scss +++ b/packages/components/src/styles/nut.scss @@ -1,5 +1,3 @@ -/*postcss-pxtransform disable*/ - @use './function.scss' as *; @use './hairline.scss' as *; @@ -129,7 +127,7 @@ .bole-input-textarea:not(.nut-input--disabled) { color: boleGetCssVar('text-color', 'primary') !important; - height: 100rpx; + height: 200px; } .bole-input-text-placeholder { @@ -170,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