22 lines
367 B
Plaintext
22 lines
367 B
Plaintext
|
|
:host {
|
|
p{
|
|
margin-bottom: 0
|
|
}
|
|
.left_btn {
|
|
width: 50px;
|
|
height: 32px;
|
|
padding-left: 8px;
|
|
line-height:32px;
|
|
background-color: #d7d7d7;
|
|
}
|
|
::ng-deep {
|
|
.imgBox {
|
|
display: flex;
|
|
img {
|
|
width: 60px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|