From d9d6284dad482c5a823c559bacd54552f14b111d Mon Sep 17 00:00:00 2001 From: coder77 <2293444075@qq.com> Date: Tue, 01 Apr 2025 14:31:03 +0800 Subject: [PATCH] feat: CTextArea组件增加maxLength --- common/common.scss | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/common.scss b/common/common.scss index b9957b5..408d7aa 100644 --- a/common/common.scss +++ b/common/common.scss @@ -12,30 +12,30 @@ } } -.m-mark { - color: #fb4242; -} +// .m-mark { +// color: #fb4242; +// } .m-text-stress { - color: #2093df; + color: $colorStress; } .m-text-success { - color: #22c322; + color: $colorSuccess; } .m-text-info { - color: #05b7c7; + color: $colorInfo; } .m-text-warning { - color: #db9d00; + color: $colorWarning; } .m-text-danger { - color: #FF5722; + color: $colorDanger; } .m-text-ignore { - color: rgba(0, 0, 0, 0.45); + color: $colorIgnore; } -[class^="m-border"] { +[class*="m-border"] { border-width: 0; border-style: solid; &[class*="border-stress"] { -- Gitblit v1.9.1