cyl/develop
parent
579cbf7412
commit
403ac0ad12
@ -1,10 +1,13 @@
|
|||||||
/* components/chat/hello.wxss */
|
/* components/chat/hello.wxss */
|
||||||
.g_fw_600{
|
.g-components-chat-gree .g_fw_600{
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
.g_ml_4{
|
.g-components-chat-gree .g_ml_4{
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
.g_mr_4{
|
.g-components-chat-gree .g_mr_4{
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
.g-components-chat-gree view{
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue