10 lines
130 B
CSS
Raw Normal View History

2021-11-09 17:40:46 +08:00
.sendCode {
width: 100%;
height: 300px;
margin-top: 10px;
margin-bottom: 10px;
}
.recvMsgError{
color: red;
}