Enhance candidates management: add city field, drag-and-drop ranking persistence, AI analysis popover, and CV preview
This commit is contained in:
@@ -36,6 +36,8 @@ const alignmentClasses = computed(() => {
|
||||
return 'ltr:origin-top-left rtl:origin-top-right start-0';
|
||||
} else if (props.align === 'right') {
|
||||
return 'ltr:origin-top-right rtl:origin-top-left end-0';
|
||||
} else if (props.align === 'top-right') {
|
||||
return 'origin-bottom-right bottom-full mb-2 end-0 !mt-0';
|
||||
} else {
|
||||
return 'origin-top';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user