Files
airport-chengdu-web/src/app/pages/main/detail-tab/detail-tab.component.scss
T

20 lines
410 B
SCSS

.tab-container{
padding: 10px;
// height: 635px;
// overflow: auto;
// border: 1px solid #ccc;
.hr-line{
font-weight: bold;
}
.message-container{
padding: 5px 10px 5px 20px;
p{
margin: 0;
label{
// width: 120px;
font-weight: bolder;
// text-align: right;
}
}
}
}