feat: 使用图标库图标
This commit is contained in:
@@ -42,10 +42,12 @@
|
|||||||
p-[18px] mt-[8px] flex flex-col justify-between">
|
p-[18px] mt-[8px] flex flex-col justify-between">
|
||||||
<textarea rows="2" placeholder="给我发布或者布置任务" class="flex-1 resize-none outline-none text-sm" />
|
<textarea rows="2" placeholder="给我发布或者布置任务" class="flex-1 resize-none outline-none text-sm" />
|
||||||
|
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-end">
|
||||||
<button class="text-[#9fb0c4]">🔗</button>
|
<button>
|
||||||
<button class="bg-[#f1f6fb] px-2.5 py-1.5 rounded-md">
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -56,6 +58,8 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
|
import { RiLink, RiSendPlaneFill } from '@remixicon/vue'
|
||||||
|
|
||||||
|
|
||||||
type Message = {
|
type Message = {
|
||||||
id: number
|
id: number
|
||||||
|
|||||||
Reference in New Issue
Block a user