38 lines
559 B
SCSS
Raw Normal View History

.table-box {
.topCard {
margin-bottom: 20px;
border-radius: 8px;
height: 68px;
}
.content {
display: flex;
flex: 1;
.left-content {
// flex: 1;
margin-top: 20px;
width: 60%;
background-color: #fff;
}
.right-content {
margin-left: 20px;
background-color: #fff;
flex: 1;
padding-left: 20px;
.book-content {
margin: 20px 0;
color: #333;
font-size: 12px;
span {
font-size: 20px;
}
}
}
}
}
.tag-input {
min-height: 34px;
border: 1px solid #e5e5e5;
width: 100%;
border-radius: 4px;
}