From 61cc8ff0be35159d85b3a01b9b22526bb7f3a0ea Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期二, 14 十一月 2023 09:47:31 +0800 Subject: [PATCH] 等级颜色 --- src/assets/style/index.scss | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss index 1503233..a55e6ad 100644 --- a/src/assets/style/index.scss +++ b/src/assets/style/index.scss @@ -17,3 +17,6 @@ .page-position{ float: right; } +.input-length { + width: 90% !important; +} -- Gitblit v1.9.2