There are a few posts about how to redefine the spacing in the LOF, but most use packages like tocloft, which changes the page number position to center in the frontmatter instead of the setting \fancyfoot[LE, RO]{\thepage}.
I want to use a command like:
\setlength{\parskip}{1.0 ex}
or
\setlength{\bibsep}{1.0 ex}
to set the space between list entries.
So how to redefine the spacing of the list of figures and tables for the book or article class, without changing the default page number position?

\tocloftpagestyle{fancy}command solves this issue. – KOF Jan 14 at 14:33