Compare commits

...

2 Commits

Author SHA1 Message Date
Victor Batischev
6207ac2097 prettier 2023-12-20 19:56:09 +03:00
Victor Batischev
442cbeca41 fix report bug 2023-12-20 19:55:37 +03:00
5 changed files with 6 additions and 12 deletions

View File

@ -130,17 +130,13 @@
margin: 0 auto; margin: 0 auto;
width: 125px; width: 125px;
height: 42px; height: 42px;
padding: 0 5px; padding: 0px;
box-shadow: 0 0 59px rgba(44, 44, 44, 0.05); box-shadow: 0 0 59px rgba(44, 44, 44, 0.05);
border-radius: 5px; border-radius: 5px;
border: 1px solid #c4c4c4; border: 1px solid #c4c4c4;
background-color: #ffffff; background-color: #ffffff;
margin-top: 20px; margin-top: 20px;
font-size: 1.2em; font-size: 1.2em;
font-weight: 100;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: center; text-align: center;
a { a {

View File

@ -82,9 +82,7 @@ export const ShortReport = () => {
<h2 className="viewReport__title"> <h2 className="viewReport__title">
Ваши отчеты - <span>просмотр отчета за день</span> Ваши отчеты - <span>просмотр отчета за день</span>
</h2> </h2>
<Link to={`../view/${dateCreate}`}> <Link to={`../view/${dateCreate}`}>Посмотреть подробный отчет</Link>
Посмотреть подробнее об отчете
</Link>
</div> </div>
<div className="viewReport__bar"> <div className="viewReport__bar">
@ -92,7 +90,7 @@ export const ShortReport = () => {
{getCorrectDate(reportDate)} {getCorrectDate(reportDate)}
</h3> </h3>
<p className="viewReport__bar__hours"> <p className="viewReport__bar__hours">
Вами потрачено на работу :{" "} Вами потрачено на работу:{" "}
<span> <span>
{totalHours} {hourOfNum(totalHours)} {totalHours} {hourOfNum(totalHours)}
</span> </span>

View File

@ -111,7 +111,7 @@ export const ViewReport = () => {
{getCorrectDate(dateReport.id)} {getCorrectDate(dateReport.id)}
</h3> </h3>
<p className="viewReport__bar__hours"> <p className="viewReport__bar__hours">
Вами потрачено на работу :{" "} Вами потрачено на работу:{" "}
<span> <span>
{totalHours} {hourOfNum(totalHours)} {totalHours} {hourOfNum(totalHours)}
</span> </span>

View File

@ -122,7 +122,7 @@ export const PassingTests = () => {
)} )}
{!startTest && ( {!startTest && (
<div className="passing-tests-page__block-text block-text"> <div className="passing-tests-page__block-text block-text">
ИЛИ <Link to={""}>выполните тестове задание</Link> , без ИЛИ <Link to={""}>выполните тестовое задание</Link>, без
прохождения тестов прохождения тестов
</div> </div>
)} )}

View File

@ -145,7 +145,7 @@ export const QuizPage = () => {
)} )}
</div> </div>
<div className="block-text"> <div className="block-text">
ИЛИ <Link to={""}>выполните тестове задание</Link> , без ИЛИ <Link to={""}>выполните тестовое задание</Link>, без
прохождения тестов прохождения тестов
</div> </div>
</> </>