fix bug
This commit is contained in:
@ -1,36 +1,41 @@
|
|||||||
.pr {
|
.pr {
|
||||||
position: relative;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pa {
|
dd {
|
||||||
position: absolute;
|
width: 190px;
|
||||||
top: 35px;
|
|
||||||
left: 150px;
|
|
||||||
img{border: solid 1px #ebf0fb;}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tips {
|
|
||||||
display: flex;
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
color: #333;
|
text-align: center;
|
||||||
|
|
||||||
dt {
|
|
||||||
width: 150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dd {
|
|
||||||
width: 190px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:host{
|
}
|
||||||
::ng-deep {
|
:host{
|
||||||
.ant-input-borderless{
|
::ng-deep {
|
||||||
padding: 0;
|
.ant-input-borderless{
|
||||||
padding-top: 4px;
|
padding: 0;
|
||||||
color: black;
|
padding-top: 4px;
|
||||||
resize:none;
|
color: black;
|
||||||
|
resize:none;
|
||||||
|
}
|
||||||
|
.hideBtn .ant-upload-list-item-actions button{
|
||||||
|
&:last-child{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user