列表中标题的对齐方式

列表中标题的对齐方式

我需要帮助对齐我的标题。问题是第二行对齐不正确。

在此处输入图片描述

我的代码是:

\DeclareCaptionFormat{listing} {\parbox{\textwidth}{\hspace{15pt}#1#2#3} } 
\captionsetup[lstlisting]{format=listing, singlelinecheck=true, margin=0pt, font={small}}`

`\lstset {
frame=shadowbox,
rulesepcolor=\color{mylightgrey},
showspaces=false,showtabs=false,tabsize=2,
 %numberstyle=\tiny,numbers=left,
 numberstyle=\scriptsize,numbers=left,
 numberstyle=\color{mylightgrey},
 basicstyle=\scriptsize\fontencoding{T1}\fontfamily{fvm}\selectfont,
 stringstyle=\color{sh_string},
 keywordstyle = \color{sh_keyword}\bfseries,
 keywordstyle=\bfseries,
 commentstyle=\color{sh_comment}\itshape,
 captionpos=b,
 xleftmargin=0.7cm, xrightmargin=0.5cm,
 %lineskip=-0.3em,
 escapebegin={\lstsmallmath}, escapeend={\lstsmallmathend}
}`

相关内容