提交 075e41b5 编写于 作者: D DCloud_MQ

优化 微调“有新消息”提示的样式

上级 89a778ee
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</template> </template>
<template v-slot:floating-block> <template v-slot:floating-block>
<view v-if="hasNewMsg" class="new-msg-bar" @click="showLast"> <view v-if="hasNewMsg" class="new-msg-bar" @click="showLast">
<uni-icons type="arrow-down" size="16"></uni-icons> <uni-icons type="pulldown" size="18" color="#007fff"></uni-icons>
<text>有新消息</text> <text>有新消息</text>
</view> </view>
</template> </template>
...@@ -741,13 +741,14 @@ ...@@ -741,13 +741,14 @@
position: absolute; position: absolute;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
right: 25px; align-items: start;
right: 18px;
bottom: 10px; bottom: 10px;
font-size: 12px; font-size: 12px;
background-color: white; background-color: white;
border: 1px solid silver; color: #007fff;
padding: 5px 8px 5px 5px; padding: 5px 8px 5px 5px;
border-radius: 5px; border-radius: 15px 0 0 15px;
/* #ifdef H5 */ /* #ifdef H5 */
pointer-events: auto; pointer-events: auto;
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册