.box {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
color: #303133;
.header {
height: 56px;
justify-content: space-between;
align-items: center;
padding: 0 20px;
border-bottom: 1px solid #E4E7EC;
span {
font-weight: 500;
font-size: 16px;
}
.searchbox{
height: 70px;
.search{
width: 60%;
input{
margin-right: 16px;
button{
.content {
flex: 1;
box-sizing: border-box;
padding: 18px;
padding-top: 0px;
.operation {
a {