소스 검색

style(exam->device): increase horizontal spacing between buttons in device area

sw 1 개월 전
부모
커밋
6fb49ff827
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/pages/exam/DeviceArea.tsx

+ 4 - 1
src/pages/exam/DeviceArea.tsx

@@ -19,12 +19,13 @@ const DeviceArea = ({ className }: { className?: string }) => {
     (state: RootState) => state.deviceArea.tabletStatus
   );
   const btnStyle = { width: '1.5rem', height: '1.5rem' };
-  //const classValue='m-1';
+  const classValue = 'mr-1';
 
   return (
     <Flex justify="end" align="center" className={`w-full ${className}`}>
       <Button
         style={btnStyle}
+        className={classValue}
         icon={
           <ToolOutlined
             className={
@@ -42,6 +43,7 @@ const DeviceArea = ({ className }: { className?: string }) => {
       />
       <Button
         style={btnStyle}
+        className={classValue}
         icon={
           <CameraOutlined
             className={
@@ -57,6 +59,7 @@ const DeviceArea = ({ className }: { className?: string }) => {
       />
       <Button
         style={btnStyle}
+        className={classValue}
         icon={
           <TabletOutlined
             className={