提交 27d5bfd4 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Merge branch 'main' of https://gitcode.net/dcloud/uni-im

...@@ -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
...@@ -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.
先完成此消息的编辑!
想要评论请 注册