feature/zoujing #5

Merged
zoujing merged 14 commits from feature/zoujing into main 2026-01-19 18:44:15 +08:00
Showing only changes of commit 5006822ec2 - Show all commits

View File

@@ -42,10 +42,12 @@
p-[18px] mt-[8px] flex flex-col justify-between">
<textarea rows="2" placeholder="给我发布或者布置任务" class="flex-1 resize-none outline-none text-sm" />
<div class="flex justify-between items-center">
<button class="text-[#9fb0c4]">🔗</button>
<button class="bg-[#f1f6fb] px-2.5 py-1.5 rounded-md">
<div class="flex justify-between items-end">
<button>
<RiLink />
</button>
<button class="w-[48px] h-[48px] bg-[#F5F7FA] px-2.5 py-1.5 rounded-md flex items-center justify-center">
<RiSendPlaneFill />
</button>
</div>
</div>
@@ -56,6 +58,8 @@
<script setup lang="ts">
import { ref } from 'vue'
import { RiLink, RiSendPlaneFill } from '@remixicon/vue'
type Message = {
id: number