Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-im
提交
db3f739a
U
uni-im
项目概览
DCloud
/
uni-im
通知
3
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-im
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
db3f739a
编写于
4月 25, 2024
作者:
Anne_LXM
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
app端聊天记录样式兼容/公告字体大小调整
上级
794a3516
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
13 addition
and
6 deletion
+13
-6
components/uni-im-group-notification/uni-im-group-notification.vue
...s/uni-im-group-notification/uni-im-group-notification.vue
+2
-1
components/uni-im-view-msg/uni-im-view-msg.vue
components/uni-im-view-msg/uni-im-view-msg.vue
+11
-5
未找到文件。
components/uni-im-group-notification/uni-im-group-notification.vue
浏览文件 @
db3f739a
...
@@ -63,7 +63,6 @@
...
@@ -63,7 +63,6 @@
padding
:
14px
16px
;
padding
:
14px
16px
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
width
:
600rpx
;
width
:
600rpx
;
font-size
:
18px
;
margin-top
:
10px
;
margin-top
:
10px
;
}
}
.group-notification
.title-box
{
.group-notification
.title-box
{
...
@@ -72,6 +71,7 @@
...
@@ -72,6 +71,7 @@
.group-notification
.title-box
.title
{
.group-notification
.title-box
.title
{
padding-left
:
5px
;
padding-left
:
5px
;
color
:
#888
;
color
:
#888
;
font-size
:
18px
;
}
}
.group-notification
.content
{
.group-notification
.content
{
color
:
#555
;
color
:
#555
;
...
@@ -79,5 +79,6 @@
...
@@ -79,5 +79,6 @@
/* #ifndef APP-NVUE */
/* #ifndef APP-NVUE */
word-break
:
break-all
;
word-break
:
break-all
;
/* #endif */
/* #endif */
font-size
:
16px
;
}
}
</
style
>
</
style
>
\ No newline at end of file
components/uni-im-view-msg/uni-im-view-msg.vue
浏览文件 @
db3f739a
...
@@ -63,14 +63,20 @@ export default {
...
@@ -63,14 +63,20 @@ export default {
max-width
:
100vw
!
important
;
max-width
:
100vw
!
important
;
max-height
:
100vh
!
important
;
max-height
:
100vh
!
important
;
background-color
:
rgba
(
0
,
0
,
0
,
.5
);
background-color
:
rgba
(
0
,
0
,
0
,
.5
);
}
}
.msg-list
{
.msg-list
{
position
:
fixed
;
background-color
:
#fff
;
background-color
:
#fff
;
width
:
600px
;
top
:
25%
;
top
:
25%
;
left
:
calc
(
50%
-
300px
);
}
}
/* #ifdef H5 */
@media
screen
and
(
min-device-width
:
960px
)
{
.msg-list
{
position
:
fixed
;
width
:
600px
;
left
:
calc
(
50%
-
300px
);
}
}
/* #endif */
.msg-list
.header
{
.msg-list
.header
{
flex-direction
:
row
;
flex-direction
:
row
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录