项目中使用到了第三方库,他们提供的position是left,而我需要把它定位在右边,所以需要删除left和它的值
.box{
position:absolute;
right:0.5em;
bottom:0.5em;
left:unset;
}
项目中使用到了第三方库,他们提供的position是left,而我需要把它定位在右边,所以需要删除left和它的值
.box{
position:absolute;
right:0.5em;
bottom:0.5em;
left:unset;
}