41 lines
538 B
Plaintext
41 lines
538 B
Plaintext
.pr {
|
|
position: relative;
|
|
}
|
|
|
|
.pa {
|
|
position: absolute;
|
|
top: 35px;
|
|
left: 150px;
|
|
img{border: solid 1px #ebf0fb;}
|
|
}
|
|
|
|
.tips {
|
|
display: flex;
|
|
margin-bottom: 0;
|
|
color: #333;
|
|
|
|
dt {
|
|
width: 150px;
|
|
}
|
|
|
|
dd {
|
|
width: 190px;
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
}
|
|
:host{
|
|
::ng-deep {
|
|
.ant-input-borderless{
|
|
padding: 0;
|
|
padding-top: 4px;
|
|
color: black;
|
|
resize:none;
|
|
}
|
|
.hideBtn .ant-upload-list-item-actions button{
|
|
&:last-child{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
} |