@jp-web/ts-sdk
Version:
视频客服,视频会议Web端及微信小程序端SDK
23 lines (18 loc) • 334 B
CSS
.mdui-card, .mdui-textfield {
overflow: visible;
}
.mdui-textfield:first-of-type {
padding-top: 0;
}
.mdui-textfield {
flex: 1 1 0;
}
.prefix-button-wrapper {
display: flex;
flex-direction: row;
}
.prefix-button {
flex: 0 0 1;
align-self: flex-end;
margin: 0 0 8px 8px;
}