develop #9
@@ -45,21 +45,17 @@ const props = defineProps<{
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
font-size: 13px;
|
||||||
|
padding: 4px 10px 4px 6px;
|
||||||
|
|
||||||
|
i {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
&:not(.show){
|
&:not(.show){
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
&.save{
|
|
||||||
&:not(.show){
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
width: 220px;
|
|
||||||
translate: 0 calc(100% + 20px);
|
|
||||||
transition: 200ms translate;
|
|
||||||
&.show {
|
|
||||||
translate: 0;
|
|
||||||
transition-delay: 100ms;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|||||||
Reference in New Issue
Block a user