change violatiuon note place
This commit is contained in:
@@ -82,7 +82,7 @@ export default async function Page({
|
||||
currentPage={currentPage}
|
||||
fileId={id}
|
||||
/>
|
||||
{/* <ViolationPageNote /> */}
|
||||
<ViolationPageNote />
|
||||
{/* <ViolationPageViolationInfo /> */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4507,6 +4507,11 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
&-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 3fr 1fr;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default function ViolationPageNote() {
|
||||
return (
|
||||
<div
|
||||
className="violation-page-note"
|
||||
className="violation-page-note block-wrapper"
|
||||
>
|
||||
|
||||
<div className="card-header">
|
||||
|
||||
@@ -193,6 +193,12 @@ export default function ViolationPageViolationsList({
|
||||
{selectedViolation?.status}
|
||||
</div>
|
||||
|
||||
<div
|
||||
className="mt-auto"
|
||||
>
|
||||
Тут думаю нужно будет отображать инфу о работе с нарушением и её статус
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div
|
||||
@@ -213,7 +219,7 @@ export default function ViolationPageViolationsList({
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ViolationPageNote />
|
||||
{/* <ViolationPageNote /> */}
|
||||
</div>
|
||||
</div>
|
||||
{fileViolations.total_pages > 1 && (
|
||||
|
||||
Reference in New Issue
Block a user