From c3582ed28c1624b9d3dc52d301785141d1fd090a Mon Sep 17 00:00:00 2001 From: thkim Date: Mon, 4 Mar 2024 13:28:34 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20-=20?= =?UTF-8?q?=EC=9C=84=EC=9B=90=ED=9A=8C=20=EC=9D=BC=EC=A0=95=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/admin/committee/Schedules.jsx | 185 +++++++++++------- 1 file changed, 113 insertions(+), 72 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx index 7e9447b..1d07793 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx @@ -1,12 +1,50 @@ +/* eslint-disable jsx-a11y/heading-has-content */ import React, { useState, useEffect, useCallback } from 'react'; import { Link, useLocation } from 'react-router-dom'; +import styled from "styled-components"; + + import * as EgovNet from 'api/egovFetch'; import URL from 'constants/url'; import CODE from 'constants/code'; import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; +const StyledDiv = styled.div` + .calendar_list table { + thead tr th { + height: auto; + line-height: 35px; + text-align: left; + } + tbody td { + padding: 0px 5px; + text-align: left; + font-size: 12px; + .day { + display: inline-block; + font-size: 14px; + padding-bottom: 7px; + } + .title { + &:link { + color: #647ea3; + } + &:visited { + color: #647ea3; + } + &::hover { + color: #345ef3; + } + &::active { + color: #345ef3; + } + + } + } + } +`; function Schedules(props) { @@ -154,7 +192,7 @@ function Schedules(props) { if (scheduleList.length > 0) {//일정 있는 경우 return ( - {day}
{ scheduleList.map((schedule, scheduleIdx) => { @@ -168,8 +206,9 @@ function Schedules(props) { return ( <> {schedule.schdulNm} + className="title" + state={{schdulId: schedule.schdulId}} + key={keyIdx++}>{schedule.schdulNm}
@@ -241,77 +280,79 @@ function Schedules(props) {

위원회 일정 관리

-

- {/* */} -
- -
- {/* */} + > + {searchCondition.year} + + +
  • + + {(searchCondition.month + 1)} + +
  • + + + {/* */} -
    - - - - - - - - - - - - - - {true && calendarTag} - -
    -
    +
    + + + + + + + + + + + + + + {true && calendarTag} + +
    +
    + {/* */}