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 @@ + + + 编组 17备份 2 + + + + + + + + + + + + + \ 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 @@ + + + 编组 29备份 + + + + + + + + + + \ 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 @@

我的笔记

导入 - 导出 + + + + +
- - 全部课程 - 发布时间 - 点赞次数 + + + + + + + + + + 发布时间 + + + + + 点赞次数 + + +
@@ -38,12 +66,16 @@
{{ item.content }} +
@@ -62,8 +94,11 @@ @@ -78,14 +113,16 @@
- - +
{{ item.content }} +
@@ -127,12 +168,16 @@
{{ item.content }} +
@@ -190,43 +235,111 @@