From 72626332ed3278d5aa8ee54db37466b11d13df0b Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 21 Apr 2023 15:10:08 +0800 Subject: [PATCH] 1 --- .../page/classification/Category.vue | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/page/classification/Category.vue b/src/components/page/classification/Category.vue index 81a7f8d..a5fa078 100644 --- a/src/components/page/classification/Category.vue +++ b/src/components/page/classification/Category.vue @@ -19,8 +19,8 @@ 二级分类: - - + + {{item}} @@ -357,4 +357,20 @@ export default { border-top: none; padding: 20px 16px; } + + /* /deep/ .ant-select-focused .ant-select-selection { + border-color: #40a9ff; + border-right-width: 1px!important; + outline: 0; + -webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2); + box-shadow: 0 0 0 2px rgba(24,144,255,.2); */ + /* position: relative; */ + /* } */ + /deep/ .ant-select-selection{ + /* position: absolute; */ + height: 60px; + } + /deep/ .ant-select-selection-selected-value{ + + }