+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -133,5 +169,19 @@ onMounted(() => {
.fold-leave-to {
transform: translateX(20px);
opacity: 0;
-}
+}
+
+
+:deep(.el-input__wrapper) {
+ box-shadow: 0 0 0 0px var(--el-input-border-color, var(--el-border-color)) inset;
+ cursor: default;
+}
+:deep(.el-input__wrapper) {
+ box-shadow: 0 0 0 0px var(--el-input-border-color, var(--el-border-color)) inset;
+ cursor: default;
+}
+.el-select :deep(.el-input__wrapper){
+ background-color: rgba(46, 51, 56, 0.05);
+ background-color: rgb(255, 255, 255);
+}
\ No newline at end of file
diff --git a/src/components/Layout/Left/Left.vue b/src/components/Layout/Left/Left.vue
index 0a2ea9c..35db799 100644
--- a/src/components/Layout/Left/Left.vue
+++ b/src/components/Layout/Left/Left.vue
@@ -12,7 +12,7 @@ const route = useRoute()
const appName = ref(import.meta.env.VITE_APP_TITLE || '工具坊')
const appNet = ref(import.meta.env.VITE_APP_DESC || '')
//菜单选中
-const defaultActive = ref('collect')
+const defaultActive = ref('')
//默认展开的菜单
const defaultOpeneds = ['cate']
//store
@@ -85,14 +85,6 @@ onMounted(() => {
@open="handleOpen"
@close="handleClose"
>
-
-
-
- 我的收藏
-
-