From 231e9227a5a878670ff925eb8613da4e7dcf460a Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 17 Nov 2023 14:04:53 +0800 Subject: [PATCH] 1 --- src/assets/icons/svg/home.svg | 12 ++++++++++++ src/layout/components/NavbarRight.vue | 19 ++++++++++++++----- src/views/choicePart/index.vue | 20 ++++++++++++++++---- 3 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 src/assets/icons/svg/home.svg diff --git a/src/assets/icons/svg/home.svg b/src/assets/icons/svg/home.svg new file mode 100644 index 00000000..d299a79c --- /dev/null +++ b/src/assets/icons/svg/home.svg @@ -0,0 +1,12 @@ + + + 编组 + + + + + + + + + \ No newline at end of file diff --git a/src/layout/components/NavbarRight.vue b/src/layout/components/NavbarRight.vue index 66460aff..228cde89 100644 --- a/src/layout/components/NavbarRight.vue +++ b/src/layout/components/NavbarRight.vue @@ -1,5 +1,8 @@ @@ -244,7 +256,7 @@ export default { align-items: center; } .choicepart-box { - // border: 1px solid red; + // transition: all 0.3s linear; .choicepart-line1 { width: 100%; margin-bottom: 80px;