diff --git a/feature/src/assets/common.less b/feature/src/assets/common.less new file mode 100644 index 0000000..7e9ce10 --- /dev/null +++ b/feature/src/assets/common.less @@ -0,0 +1,20 @@ +.left-menu { + width: 200px; + height: 100vh; + .search-container { + padding: 10px; + } + .ant-input-affix-wrapper { + border: none; + } + :deep(.ant-menu) { + background: #F3EFEF; + .ant-menu-item-selected { + background-color: #E2E2E2; + color: #141414; + &:after { + display: none; + } + } + } +} \ No newline at end of file diff --git a/feature/src/views/market/index.vue b/feature/src/views/market/index.vue index 676d46c..95b0b0a 100644 --- a/feature/src/views/market/index.vue +++ b/feature/src/views/market/index.vue @@ -92,7 +92,8 @@ const totalPlugins = computed(() => store.state.totalPlugins); const { searchValue, current } = toRefs(state); -