完成签约之后直接添加人员,录入下发凭证
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
416 B

body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;
width: 100%;
height: 100%;;
margin: 0;
}
html {
width: 100%;
height: 100%;;
}
#buffer {
line-height: 20px;
}
.msg {
overflow: auto;
padding: 20px;
}
.buttons {
position: absolute;
bottom: 0;
display: flex;
align-items: center;
justify-content: flex-start;
height: 50px;
}
button {
margin-left: 20px;
}