조회조건 레이아웃 수정

This commit is contained in:
2025-04-08 17:30:07 +09:00
parent f290f0dbf0
commit 80a3c0ab8a
20 changed files with 54 additions and 197 deletions

View File

@@ -1,6 +1,6 @@
import { Fragment, useState, useEffect } from 'react';
import LogViewSearchBar from '../../components/UserManage/LogViewSearchBar';
import {LogViewSearchBar} from '../../components/ServiceManage';
import { Title, FormWrapper, SelectInput, TableInfo, ListCount, ListOption, TableStyle, BtnWrapper, ButtonClose, ModalText } from '../../styles/Components';
import Button from '../../components/common/button/Button';
import Pagination from '../../components/common/Pagination/Pagination';