diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index 97ac0b65..63b29a27 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -202,6 +202,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js"; } .learning-an{ color: #999999; + text-align: center; font-size: 14px; span{ font-weight: 600; diff --git a/src/icons/svg/notedel.svg b/src/icons/svg/notedel.svg new file mode 100644 index 00000000..e88a2765 --- /dev/null +++ b/src/icons/svg/notedel.svg @@ -0,0 +1,16 @@ + + \ No newline at end of file diff --git a/src/icons/svg/noteedit.svg b/src/icons/svg/noteedit.svg new file mode 100644 index 00000000..7f795d0d --- /dev/null +++ b/src/icons/svg/noteedit.svg @@ -0,0 +1,13 @@ + + \ No newline at end of file diff --git a/src/views/user/Mynotes.vue b/src/views/user/Mynotes.vue index 96f16097..7098c434 100644 --- a/src/views/user/Mynotes.vue +++ b/src/views/user/Mynotes.vue @@ -4,22 +4,50 @@
-