From 0809fce7c43a94c40f0b355e359221477facc51b Mon Sep 17 00:00:00 2001 From: chensiAb <chenchenco03@163.com> Date: Thu, 16 May 2024 11:01:32 +0800 Subject: [PATCH] fix:'格式化大写PX变小写' --- plugins/filter/cFilter.scss | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss index cbc5886..3b4db63 100644 --- a/plugins/filter/cFilter.scss +++ b/plugins/filter/cFilter.scss @@ -37,7 +37,7 @@ height: 100%; box-sizing: border-box; text-align: center; - border-left: 1px solid #d6e4ef; + border-left: 1PX solid #d6e4ef; transition: background-color 0.3s; &:active { background-color: #f2f2f2; @@ -62,12 +62,12 @@ .c-filter-drawer { .c-filter-drawer-list { height: calc(100% - 90px); - border-top: 1px solid #eee; + border-top: 1PX solid #eee; box-sizing: border-box; .box { min-height: 20px; padding: 30px 0 10px 30px; - border-bottom: 1px solid #eee; + border-bottom: 1PX solid #eee; &:active { background-color: #f2f2f2; } @@ -93,4 +93,4 @@ } } } -} +} \ No newline at end of file -- Gitblit v1.9.1