Commit e755ab4c authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 应用调用输入框提示内容样式没对齐

See merge request !42
parents f2d7fbcf d6553929
...@@ -233,7 +233,7 @@ defineExpose({ ...@@ -233,7 +233,7 @@ defineExpose({
@click="handleMessageSend" @click="handleMessageSend"
/> />
<div v-show="!isLogin" class="absolute left-3 top-[5px] flex h-[34px] items-center text-[#84868c]"> <div v-show="!isLogin" class="absolute left-3 top-[5px] flex h-[30px] items-center text-[#84868c]">
{{ t('share_agent_module.please') }} {{ t('share_agent_module.please') }}
<span class="text-theme-color cursor-pointer px-1 hover:opacity-80" @click="handleToLogin"> <span class="text-theme-color cursor-pointer px-1 hover:opacity-80" @click="handleToLogin">
{{ t('common_module.login') }} {{ t('common_module.login') }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment