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