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

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

......@@ -63,7 +63,6 @@
padding:14px 16px;
background-color: #FFFFFF;
width: 600rpx;
font-size: 18px;
margin-top: 10px;
}
.group-notification .title-box{
......@@ -72,6 +71,7 @@
.group-notification .title-box .title{
padding-left: 5px;
color: #888;
font-size: 18px;
}
.group-notification .content{
color: #555;
......@@ -79,5 +79,6 @@
/* #ifndef APP-NVUE */
word-break: break-all;
/* #endif */
font-size: 16px;
}
</style>
\ No newline at end of file
......@@ -63,14 +63,20 @@ export default {
max-width: 100vw !important;
max-height: 100vh !important;
background-color: rgba(0, 0, 0, .5);
}
.msg-list {
position: fixed;
}
.msg-list {
background-color: #fff;
width: 600px;
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 {
flex-direction: row;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册