diff --git a/src/components/TitleTip/index.vue b/src/components/TitleTip/index.vue index 21ced64..4141e5f 100644 --- a/src/components/TitleTip/index.vue +++ b/src/components/TitleTip/index.vue @@ -23,10 +23,11 @@ const props = defineProps({ padding: 8px 0; } .title-tip view:first-child { - width: 5px; - height: 18px; + width: 4px; + height: 16px; background-color: $el-color-primary; margin-right: 6px; + border-radius: 2px; } .title-tip view { diff --git a/src/pages.json b/src/pages.json index 0f42434..778e24c 100644 --- a/src/pages.json +++ b/src/pages.json @@ -167,6 +167,13 @@ "style": { "navigationStyle": "custom" } + }, + // 分类管理 + { + "path": "pages/class-page/index", + "style": { + "navigationStyle": "custom" + } } ], "tabBar": { diff --git a/src/pages/class-page/index.vue b/src/pages/class-page/index.vue new file mode 100644 index 0000000..76a28f5 --- /dev/null +++ b/src/pages/class-page/index.vue @@ -0,0 +1,210 @@ + + + + + diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index d35dc45..6116ac7 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,9 +1,30 @@