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

19 lines
358 B
SCSS
Raw Normal View History

2018-11-26 18:53:23 +08:00
.tab-container{
padding: 10px;
height: 635px;
overflow: auto;
border: 1px solid #ccc;
.hr-line{
font-weight: bold;
}
.message-container{
padding: 5px 10px 5px 10px;
p{
margin: 0;
label{
width: 120px;
text-align: right;
}
}
}
}