fix bug
This commit is contained in:
@ -1,15 +1,15 @@
|
|||||||
.pr {
|
.pr {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pa {
|
.pa {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 35px;
|
top: 35px;
|
||||||
left: 150px;
|
left: 150px;
|
||||||
img{border: solid 1px #ebf0fb;}
|
img{border: solid 1px #ebf0fb;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tips {
|
.tips {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -23,8 +23,8 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:host{
|
:host{
|
||||||
::ng-deep {
|
::ng-deep {
|
||||||
.ant-input-borderless{
|
.ant-input-borderless{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -32,5 +32,10 @@
|
|||||||
color: black;
|
color: black;
|
||||||
resize:none;
|
resize:none;
|
||||||
}
|
}
|
||||||
|
.hideBtn .ant-upload-list-item-actions button{
|
||||||
|
&:last-child{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user