로딩바 위치 및 css 수정
This commit is contained in:
parent
8ca4a70e4a
commit
69bb602e29
@ -7,6 +7,7 @@ import '@/styles/grid.scss';
|
||||
import NewProductTable from "@/components/sub/management/newproduct/NewProductTable";
|
||||
import FindAddressPop from "@/components/sub/management/newproduct/FindAddressPop";
|
||||
import DesignRequestPop from "@/components/sub/management/newproduct/DesignRequestPop";
|
||||
import LoadingSpinner from "@/components/common/spinner/LoadingSpinner";
|
||||
|
||||
export default function NewProductPage(){
|
||||
return(
|
||||
@ -48,6 +49,9 @@ export default function NewProductPage(){
|
||||
|
||||
{/* 설계의뢰 불러오기 팝업 */}
|
||||
{/* <DesignRequestPop/> */}
|
||||
|
||||
{/* 로딩바 */}
|
||||
<LoadingSpinner/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
import '@/styles/spinner.scss'
|
||||
|
||||
export default function LoadingSpinnerPage() {
|
||||
export default function LoadingSpinner() {
|
||||
return(
|
||||
<div className='spinner-wrap'>
|
||||
<span className="loader"></span>
|
||||
@ -362,7 +362,11 @@ export default function PublishPage() {
|
||||
</Link>
|
||||
</td>
|
||||
<td className="coding_stat_web"></td>
|
||||
<td className='red al-c'></td>
|
||||
<td className='red al-c'>
|
||||
<ul>
|
||||
<li>*예시 로딩바 추가</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td className="t-center">2024-10-11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -450,26 +454,6 @@ export default function PublishPage() {
|
||||
<td className='red al-c'></td>
|
||||
<td className="t-center">2024-10-14</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="t-center">
|
||||
<strong>로딩페이지</strong>
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
<td>
|
||||
<Link href="/spinner" target="_blank">
|
||||
LoadingPage
|
||||
</Link>
|
||||
</td>
|
||||
<td className="coding_stat_web"></td>
|
||||
<td className='red al-c'>
|
||||
<ul>
|
||||
<li>2024-11-28</li>
|
||||
<li>*로딩페이지 추가</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td className="t-center">2024-11-28</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@ -1,10 +1,14 @@
|
||||
.spinner-wrap{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #fff;
|
||||
background-color: rgba($color: #101010, $alpha: 0.2);
|
||||
z-index: 2000000;
|
||||
.loader {
|
||||
font-size: 10px;
|
||||
width: 1.2em;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user