这是我的目录,我想对齐页码
\documentclass{book}
\usepackage[utf8]{inputenc}
\usepackage{titletoc}
\titlecontents{chapter}[5.3em]{\vspace{0.1cm}}
{\hfill\thecontentslabel}
{}
{\ |\contentspage}[\smallskip]
\titlecontents{part}[5.3em]{\vspace{1cm}}
{\hfill\Large\thecontentslabel}
{}
{\Large \ |\contentspage}[\vspace{1cm}]
\begin{document}
\tableofcontents
\part{Primeira parte}
\chapter{Um capitulo curto}
\chapter{Um capitulo mais longo apara se ver como acontece com a tableofcontents. lorem ipsum lorem ipsum}
\end{document}