Optimize stylesheet in FitCenter, FitFullScreen and LoadingMask
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React from 'react'
|
||||
import '@/assets/css/fit-center.scss'
|
||||
|
||||
const FitCenter: React.FC<PropsWithChildren> = (props: PropsWithChildren) => {
|
||||
return (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import '@/assets/css/fit-fullscreen.scss'
|
||||
|
||||
interface FitFullscreenProps extends PropsWithChildren {
|
||||
zIndex?: number
|
||||
backgroundColor?: string
|
||||
|
||||
@@ -2,6 +2,7 @@ import React from 'react'
|
||||
import Icon from '@ant-design/icons'
|
||||
import FitFullScreen from '@/components/FitFullScreen.tsx'
|
||||
import { COLOR_FONT_MAIN } from '@/constants/Common.constants.ts'
|
||||
import '@/assets/css/loading-mask.scss'
|
||||
|
||||
const LoadingMask: React.FC = () => {
|
||||
const loadingIcon = (
|
||||
|
||||
Reference in New Issue
Block a user