diff --git a/src/pages/home/components/AttachListComponent/index.vue b/src/pages/home/components/AttachListComponent/index.vue index da327a1..8464e2d 100644 --- a/src/pages/home/components/AttachListComponent/index.vue +++ b/src/pages/home/components/AttachListComponent/index.vue @@ -1,7 +1,9 @@ @@ -36,7 +38,3 @@ onMounted(() => { }); }); - - diff --git a/src/pages/home/components/AttachListComponent/styles/index.scss b/src/pages/home/components/AttachListComponent/styles/index.scss deleted file mode 100644 index 00487d7..0000000 --- a/src/pages/home/components/AttachListComponent/styles/index.scss +++ /dev/null @@ -1,23 +0,0 @@ -.tag-list { - display: flex; - flex-wrap: wrap; - padding: 6px 12px; -} - -.tag-item { - box-sizing: border-box; - border: 1px solid #fff; - background-color: rgba(255, 255, 255, 0.5); - border-radius: 8px; - padding: 4px 10px; - margin-right: 8px; - margin-bottom: 8px; - display: inline-flex; - align-items: center; - justify-content: center; -} - -.tag-text { - color: #0ccd58; - font-size: 14px; -} diff --git a/src/pages/home/components/ChatCardAi/index.vue b/src/pages/home/components/ChatCardAi/index.vue index f5dc69b..bd612c1 100644 --- a/src/pages/home/components/ChatCardAi/index.vue +++ b/src/pages/home/components/ChatCardAi/index.vue @@ -1,10 +1,10 @@