feature/zoujing #4

Open
zoujing wants to merge 15 commits from feature/zoujing into main
3 changed files with 5 additions and 5 deletions
Showing only changes of commit d566344eb8 - Show all commits

View File

@@ -1,6 +1,6 @@
<template> <template>
<!-- 页面根 --> <!-- 页面根 -->
<div class="flex flex-col h-full my-6 px-6" :class="isGuidePage ? 'overflow-auto' : 'overflow-hidden'"> <div class="flex flex-col h-full py-6 px-6" :class="isGuidePage ? 'overflow-auto' : 'overflow-hidden'">
<!-- 引导页顶部 welcome仅在引导页显示 --> <!-- 引导页顶部 welcome仅在引导页显示 -->
<div v-if="isGuidePage" class="border-box pt-30"> <div v-if="isGuidePage" class="border-box pt-30">
@@ -52,7 +52,7 @@
</div> </div>
<!-- 输入区 --> <!-- 输入区 -->
<div class="flex flex-col py-4 gap-3" :class="isGuidePage ? 'mt-16' : ''"> <div class="flex flex-col gap-3" :class="isGuidePage ? 'mt-16' : 'mt-4'">
<div class="inline-flex items-center justify-center w-[108px] <div class="inline-flex items-center justify-center w-[108px]
px-3 py-1.5 rounded-2xl border border-[#E5E8EE] px-3 py-1.5 rounded-2xl border border-[#E5E8EE]
text-[13px] text-[#333]"> text-[13px] text-[#333]">

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="h-[174px] bg-white rounded-lg border border-[#eef2f6] shadow-[0_1px_0_rgba(0,0,0,0.03)] p-[18px] mt-[8px] flex flex-col justify-between"> <div class="h-[174px] bg-white rounded-lg border border-[#eef2f6] shadow-[0_1px_0_rgba(0,0,0,0.03)] p-4 mt-2 flex flex-col justify-between">
<textarea <textarea
rows="2" rows="2"
placeholder="给我发布或者布置任务" placeholder="给我发布或者布置任务"
@@ -13,7 +13,7 @@
<button @click="onAttach"> <button @click="onAttach">
<RiLink /> <RiLink />
</button> </button>
<button class="w-[48px] h-[48px] bg-[#F5F7FA] px-2.5 py-1.5 rounded-md flex items-center justify-center" @click="onSend"> <button class="w-12 h-12 bg-[#F5F7FA] px-2.5 py-1.5 rounded-md flex items-center justify-center" @click="onSend">
<RiStopFill v-if="isSendingMessage" /> <RiStopFill v-if="isSendingMessage" />
<RiSendPlaneFill v-else /> <RiSendPlaneFill v-else />
</button> </button>

View File

@@ -14,7 +14,7 @@
class="bg-sky-50 rounded-[8px] text-[14px] text-sky-600 px-[12px] py-[6px] focus-visible:outline-none cursor-pointer">注册</button> --> class="bg-sky-50 rounded-[8px] text-[14px] text-sky-600 px-[12px] py-[6px] focus-visible:outline-none cursor-pointer">注册</button> -->
</div> </div>
<div class="flex flex-col items-center justify-center mb-[24px] box-border pt-[108px]"> <div class="flex flex-col items-center justify-center mb-[24px] box-border pt-[40px]">
<img class="w-[80px] h-[80px] mb-[12px]" src="@assets/images/login/user_icon.png" /> <img class="w-[80px] h-[80px] mb-[12px]" src="@assets/images/login/user_icon.png" />
<div class="text-[24px] font-500 text-gray-800 line-height-[32px] mb-[4px]">登录</div> <div class="text-[24px] font-500 text-gray-800 line-height-[32px] mb-[4px]">登录</div>
<div class="text-[16px] text-gray-500 line-height-[24px]">24小时在岗从不打烊的数字员工</div> <div class="text-[16px] text-gray-500 line-height-[24px]">24小时在岗从不打烊的数字员工</div>