答案1
由于您使用了字幕包,因此您可以定义自己的字幕格式,例如:
\documentclass{article}
\usepackage{caption}
\DeclareCaptionFormat{myformat}{{\raggedleft #1\par}#3\par}
\captionsetup{format=myformat,singlelinecheck=off,textfont=bf}
\begin{document}
\begin{figure}
\caption{Title of the table}
\end{figure}
\end{document}