
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
... | ... | @@ -559,1094 +559,1102 @@ |
559 | 559 |
|
560 | 560 |
} |
561 | 561 |
|
562 |
-.content { |
|
563 |
- .pagination { |
|
564 |
- margin-top: 20px; |
|
565 |
- margin-bottom: 5rem; |
|
562 |
+// .content { |
|
563 |
+// .pagination { |
|
564 |
+// margin-top: 20px; |
|
565 |
+// margin-bottom: 5rem; |
|
566 | 566 |
|
567 |
- ul { |
|
568 |
- display: flex; |
|
569 |
- list-style: none; |
|
570 |
- padding: 0; |
|
571 |
- gap: 8px; |
|
572 |
- justify-content: center; |
|
573 |
- align-items: center; |
|
574 |
- } |
|
567 |
+// ul { |
|
568 |
+// display: flex; |
|
569 |
+// list-style: none; |
|
570 |
+// padding: 0; |
|
571 |
+// gap: 8px; |
|
572 |
+// justify-content: center; |
|
573 |
+// align-items: center; |
|
574 |
+// } |
|
575 | 575 |
|
576 |
- li { |
|
577 |
- width: 35px; |
|
578 |
- height: 35px; |
|
579 |
- text-align: center; |
|
580 |
- line-height: 35px; |
|
581 |
- border: 1px solid #BDCBE8; |
|
582 |
- border-radius: 4px; |
|
583 |
- cursor: pointer; |
|
584 |
- background-color: #fff; |
|
585 |
- color: #333; |
|
586 |
- transition: 0.2s; |
|
587 |
- } |
|
576 |
+// li { |
|
577 |
+// width: 35px; |
|
578 |
+// height: 35px; |
|
579 |
+// text-align: center; |
|
580 |
+// line-height: 35px; |
|
581 |
+// border: 1px solid #BDCBE8; |
|
582 |
+// border-radius: 4px; |
|
583 |
+// cursor: pointer; |
|
584 |
+// background-color: #fff; |
|
585 |
+// color: #333; |
|
586 |
+// transition: 0.2s; |
|
587 |
+// } |
|
588 | 588 |
|
589 |
- li:hover:not(.disabled) { |
|
590 |
- background-color: #f0f0f0; |
|
591 |
- } |
|
589 |
+// li:hover:not(.disabled) { |
|
590 |
+// background-color: #f0f0f0; |
|
591 |
+// } |
|
592 | 592 |
|
593 |
- li.active { |
|
594 |
- background-color: #1D75E1; |
|
595 |
- color: white; |
|
596 |
- font-weight: bold; |
|
597 |
- } |
|
593 |
+// li.active { |
|
594 |
+// background-color: #1D75E1; |
|
595 |
+// color: white; |
|
596 |
+// font-weight: bold; |
|
597 |
+// } |
|
598 | 598 |
|
599 |
- li.arrow { |
|
600 |
- font-weight: bold; |
|
601 |
- } |
|
599 |
+// li.arrow { |
|
600 |
+// font-weight: bold; |
|
601 |
+// } |
|
602 | 602 |
|
603 |
- li.disabled { |
|
604 |
- opacity: 0.5; |
|
605 |
- cursor: not-allowed; |
|
606 |
- } |
|
607 |
- } |
|
603 |
+// li.disabled { |
|
604 |
+// opacity: 0.5; |
|
605 |
+// cursor: not-allowed; |
|
606 |
+// } |
|
607 |
+// } |
|
608 | 608 |
|
609 |
- .title { |
|
610 |
- display: flex; |
|
611 |
- justify-content: space-between; |
|
612 |
- align-items: center; |
|
613 |
- margin-bottom: 10px; |
|
609 |
+// .title { |
|
610 |
+// display: flex; |
|
611 |
+// justify-content: space-between; |
|
612 |
+// align-items: center; |
|
613 |
+// margin-bottom: 10px; |
|
614 | 614 |
|
615 |
- h2 { |
|
616 |
- font-size: 24px; |
|
617 |
- font-weight: 700; |
|
618 |
- display: flex; |
|
619 |
- gap: 20px; |
|
615 |
+// h2 { |
|
616 |
+// font-size: 24px; |
|
617 |
+// font-weight: 700; |
|
618 |
+// display: flex; |
|
619 |
+// gap: 20px; |
|
620 | 620 |
|
621 |
- span { |
|
622 |
- border: 1px solid #E92727; |
|
623 |
- border-radius: 100px; |
|
624 |
- color: #E92727; |
|
625 |
- font-size: 15px; |
|
626 |
- text-align: center; |
|
627 |
- padding: 5px 20px; |
|
628 |
- } |
|
629 |
- } |
|
621 |
+// span { |
|
622 |
+// border: 1px solid #E92727; |
|
623 |
+// border-radius: 100px; |
|
624 |
+// color: #E92727; |
|
625 |
+// font-size: 15px; |
|
626 |
+// text-align: center; |
|
627 |
+// padding: 5px 20px; |
|
628 |
+// } |
|
629 |
+// } |
|
630 | 630 |
|
631 |
- .sub { |
|
632 |
- display: flex; |
|
633 |
- align-items: center; |
|
634 |
- gap: 3px; |
|
635 |
- } |
|
636 |
- } |
|
631 |
+// .sub { |
|
632 |
+// display: flex; |
|
633 |
+// align-items: center; |
|
634 |
+// gap: 3px; |
|
635 |
+// } |
|
636 |
+// } |
|
637 | 637 |
|
638 |
- .top-content { |
|
639 |
- display: flex; |
|
640 |
- gap: 40px; |
|
641 |
- margin-bottom: 15px; |
|
642 |
- } |
|
638 |
+// .top-content { |
|
639 |
+// display: flex; |
|
640 |
+// gap: 40px; |
|
641 |
+// margin-bottom: 15px; |
|
642 |
+// } |
|
643 | 643 |
|
644 |
- .boxs { |
|
645 |
- // width: 550px; |
|
644 |
+// .boxs { |
|
645 |
+// // width: 550px; |
|
646 | 646 |
|
647 |
- .blue-box { |
|
648 |
- width: 550px; |
|
649 |
- height: calc(100% - 46px); |
|
650 |
- background-color: #D7DCF1; |
|
651 |
- border-radius: 10px; |
|
652 |
- padding: 32px; |
|
647 |
+// .blue-box { |
|
648 |
+// width: 550px; |
|
649 |
+// height: calc(100% - 46px); |
|
650 |
+// background-color: #D7DCF1; |
|
651 |
+// border-radius: 10px; |
|
652 |
+// padding: 32px; |
|
653 | 653 |
|
654 |
- .box { |
|
655 |
- background-color: #fff; |
|
656 |
- text-align: center; |
|
657 |
- padding: 29px 0; |
|
658 |
- border-radius: 10px; |
|
654 |
+// .box { |
|
655 |
+// background-color: #fff; |
|
656 |
+// text-align: center; |
|
657 |
+// padding: 29px 0; |
|
658 |
+// border-radius: 10px; |
|
659 | 659 |
|
660 |
- .time { |
|
661 |
- font-size: 35px; |
|
662 |
- font-weight: 700; |
|
663 |
- } |
|
660 |
+// .time { |
|
661 |
+// font-size: 35px; |
|
662 |
+// font-weight: 700; |
|
663 |
+// } |
|
664 | 664 |
|
665 |
- } |
|
665 |
+// } |
|
666 | 666 |
|
667 |
- .buttons { |
|
668 |
- display: flex; |
|
669 |
- gap: 25px; |
|
670 |
- align-items: center; |
|
671 |
- justify-content: center; |
|
672 |
- margin-top: 13px; |
|
667 |
+// .buttons { |
|
668 |
+// display: flex; |
|
669 |
+// gap: 25px; |
|
670 |
+// align-items: center; |
|
671 |
+// justify-content: center; |
|
672 |
+// margin-top: 13px; |
|
673 | 673 |
|
674 |
- i.fa-bars { |
|
675 |
- display: block; |
|
676 |
- width: 1px; |
|
677 |
- height: 40px; |
|
678 |
- background-color: #fff; |
|
679 |
- } |
|
680 |
- } |
|
681 |
- } |
|
674 |
+// i.fa-bars { |
|
675 |
+// display: block; |
|
676 |
+// width: 1px; |
|
677 |
+// height: 40px; |
|
678 |
+// background-color: #fff; |
|
679 |
+// } |
|
680 |
+// } |
|
681 |
+// } |
|
682 | 682 |
|
683 |
- .board { |
|
684 |
- border: 1px solid #DDDDDD; |
|
685 |
- border-radius: 10px; |
|
683 |
+// .board { |
|
684 |
+// border: 1px solid #DDDDDD; |
|
685 |
+// border-radius: 10px; |
|
686 | 686 |
|
687 |
- table { |
|
687 |
+// table { |
|
688 | 688 |
|
689 |
- tr { |
|
690 |
- border-bottom: 1px solid #DDDDDD; |
|
691 |
- } |
|
689 |
+// tr { |
|
690 |
+// border-bottom: 1px solid #DDDDDD; |
|
691 |
+// } |
|
692 | 692 |
|
693 |
- tr:last-child { |
|
694 |
- border: 0; |
|
695 |
- } |
|
693 |
+// tr:last-child { |
|
694 |
+// border: 0; |
|
695 |
+// } |
|
696 | 696 |
|
697 |
- td { |
|
698 |
- border-radius: 10px; |
|
699 |
- border: 0; |
|
700 |
- text-align: center; |
|
697 |
+// td { |
|
698 |
+// border-radius: 10px; |
|
699 |
+// border: 0; |
|
700 |
+// text-align: center; |
|
701 | 701 |
|
702 |
- p { |
|
703 |
- padding: 4px 0; |
|
704 |
- border-radius: 5px; |
|
705 |
- width: 85px; |
|
706 |
- } |
|
707 |
- } |
|
702 |
+// p { |
|
703 |
+// padding: 4px 0; |
|
704 |
+// border-radius: 5px; |
|
705 |
+// width: 85px; |
|
706 |
+// } |
|
707 |
+// } |
|
708 | 708 |
|
709 |
- .category-service p { |
|
710 |
- background-color: #FED9AC; |
|
711 |
- } |
|
709 |
+// .category-service p { |
|
710 |
+// background-color: #FED9AC; |
|
711 |
+// } |
|
712 | 712 |
|
713 |
- .category-internal p { |
|
714 |
- background-color: #EFF1FA; |
|
715 |
- } |
|
713 |
+// .category-internal p { |
|
714 |
+// background-color: #EFF1FA; |
|
715 |
+// } |
|
716 | 716 |
|
717 |
- .category-government p { |
|
718 |
- background-color: #DFD4F0; |
|
719 |
- } |
|
717 |
+// .category-government p { |
|
718 |
+// background-color: #DFD4F0; |
|
719 |
+// } |
|
720 | 720 |
|
721 |
- .status p { |
|
722 |
- border: 2px solid #AAAAAA; |
|
723 |
- border-radius: 100px; |
|
724 |
- color: #AAAAAA; |
|
725 |
- font-size: 15px; |
|
726 |
- } |
|
721 |
+// .status p { |
|
722 |
+// border: 2px solid #AAAAAA; |
|
723 |
+// border-radius: 100px; |
|
724 |
+// color: #AAAAAA; |
|
725 |
+// font-size: 15px; |
|
726 |
+// } |
|
727 | 727 |
|
728 |
- .status-in-progress p { |
|
729 |
- border-color: #1D75E1; |
|
730 |
- color: #1D75E1; |
|
731 |
- } |
|
728 |
+// .status-in-progress p { |
|
729 |
+// border-color: #1D75E1; |
|
730 |
+// color: #1D75E1; |
|
731 |
+// } |
|
732 | 732 |
|
733 |
- .status-complete p { |
|
734 |
- color: rgb(39, 96, 55); |
|
735 |
- border-color: rgb(39, 96, 55); |
|
736 |
- } |
|
733 |
+// .status-complete p { |
|
734 |
+// color: rgb(39, 96, 55); |
|
735 |
+// border-color: rgb(39, 96, 55); |
|
736 |
+// } |
|
737 | 737 |
|
738 |
- } |
|
739 |
- } |
|
740 |
- } |
|
738 |
+// } |
|
739 |
+// } |
|
740 |
+// } |
|
741 | 741 |
|
742 |
- .card { |
|
743 |
- height: 100%; |
|
744 |
- .color-boxs { |
|
745 |
- display: flex; |
|
746 |
- justify-content: space-between; |
|
747 |
- gap: 10px; |
|
748 |
- margin-bottom: 20px; |
|
742 |
+// .card { |
|
743 |
+// height: 100%; |
|
744 |
+// .color-boxs { |
|
745 |
+// display: flex; |
|
746 |
+// justify-content: space-between; |
|
747 |
+// gap: 10px; |
|
748 |
+// margin-bottom: 20px; |
|
749 | 749 |
|
750 |
- .box { |
|
751 |
- display: block; |
|
752 |
- text-align: center; |
|
753 |
- width: calc(100% / 6); |
|
754 |
- background-color: #F9F9F9; |
|
755 |
- font-size: 30px; |
|
756 |
- font-weight: 700; |
|
757 |
- border-radius: 10px; |
|
758 |
- padding-bottom: 24px; |
|
750 |
+// .box { |
|
751 |
+// display: block; |
|
752 |
+// text-align: center; |
|
753 |
+// width: calc(100% / 6); |
|
754 |
+// background-color: #F9F9F9; |
|
755 |
+// font-size: 30px; |
|
756 |
+// font-weight: 700; |
|
757 |
+// border-radius: 10px; |
|
758 |
+// padding-bottom: 24px; |
|
759 | 759 |
|
760 |
- h3 { |
|
761 |
- background-color: #333333; |
|
762 |
- color: #fff; |
|
763 |
- border-radius: 10px; |
|
764 |
- width: 100%; |
|
765 |
- height: 50px; |
|
766 |
- line-height: 50px; |
|
767 |
- margin-bottom: 17px; |
|
768 |
- font-size: 20px; |
|
769 |
- } |
|
770 |
- } |
|
760 |
+// h3 { |
|
761 |
+// background-color: #333333; |
|
762 |
+// color: #fff; |
|
763 |
+// border-radius: 10px; |
|
764 |
+// width: 100%; |
|
765 |
+// height: 50px; |
|
766 |
+// line-height: 50px; |
|
767 |
+// margin-bottom: 17px; |
|
768 |
+// font-size: 20px; |
|
769 |
+// } |
|
770 |
+// } |
|
771 | 771 |
|
772 |
- .box.red { |
|
773 |
- background-color: #FEF3F3; |
|
772 |
+// .box.red { |
|
773 |
+// background-color: #FEF3F3; |
|
774 | 774 |
|
775 |
- h3 { |
|
776 |
- background-color: #E92727; |
|
777 |
- } |
|
775 |
+// h3 { |
|
776 |
+// background-color: #E92727; |
|
777 |
+// } |
|
778 | 778 |
|
779 |
- } |
|
779 |
+// } |
|
780 | 780 |
|
781 |
- .box.green { |
|
782 |
- background-color: #EFF9FB; |
|
781 |
+// .box.green { |
|
782 |
+// background-color: #EFF9FB; |
|
783 | 783 |
|
784 |
- h3 { |
|
785 |
- background-color: #3C97AB; |
|
786 |
- } |
|
787 |
- } |
|
784 |
+// h3 { |
|
785 |
+// background-color: #3C97AB; |
|
786 |
+// } |
|
787 |
+// } |
|
788 | 788 |
|
789 |
- .box.blue { |
|
790 |
- background-color: #E9EFF8; |
|
789 |
+// .box.blue { |
|
790 |
+// background-color: #E9EFF8; |
|
791 | 791 |
|
792 |
- h3 { |
|
793 |
- background-color: #1D75E1; |
|
794 |
- } |
|
795 |
- } |
|
792 |
+// h3 { |
|
793 |
+// background-color: #1D75E1; |
|
794 |
+// } |
|
795 |
+// } |
|
796 | 796 |
|
797 |
- .box.purple { |
|
798 |
- background-color: #F5EFFA; |
|
797 |
+// .box.purple { |
|
798 |
+// background-color: #F5EFFA; |
|
799 | 799 |
|
800 |
- h3 { |
|
801 |
- background-color: #A36CD4; |
|
802 |
- } |
|
803 |
- } |
|
800 |
+// h3 { |
|
801 |
+// background-color: #A36CD4; |
|
802 |
+// } |
|
803 |
+// } |
|
804 | 804 |
|
805 |
- .box.orange { |
|
806 |
- background-color: #FFF8F3; |
|
805 |
+// .box.orange { |
|
806 |
+// background-color: #FFF8F3; |
|
807 | 807 |
|
808 |
- h3 { |
|
809 |
- background-color: #F7941C; |
|
810 |
- } |
|
811 |
- } |
|
808 |
+// h3 { |
|
809 |
+// background-color: #F7941C; |
|
810 |
+// } |
|
811 |
+// } |
|
812 | 812 |
|
813 |
- } |
|
813 |
+// } |
|
814 | 814 |
|
815 |
- .name-box { |
|
816 |
- margin-bottom: 20px; |
|
815 |
+// .name-box { |
|
816 |
+// margin-bottom: 20px; |
|
817 | 817 |
|
818 |
- .img-area { |
|
819 |
- flex-shrink: 0; |
|
820 |
- margin-right: 30px; |
|
821 |
- width: 300px; |
|
822 |
- height: 180px; |
|
823 |
- background-color: #EFF1FA; |
|
824 |
- border-radius: 20px; |
|
825 |
- align-items: center; |
|
826 |
- justify-content: center; |
|
827 |
- display: flex; |
|
818 |
+// .img-area { |
|
819 |
+// flex-shrink: 0; |
|
820 |
+// margin-right: 30px; |
|
821 |
+// width: 300px; |
|
822 |
+// height: 180px; |
|
823 |
+// background-color: #EFF1FA; |
|
824 |
+// border-radius: 20px; |
|
825 |
+// align-items: center; |
|
826 |
+// justify-content: center; |
|
827 |
+// display: flex; |
|
828 | 828 |
|
829 | 829 |
|
830 |
- .img { |
|
831 |
- position: relative; |
|
832 |
- display: flex; |
|
833 |
- justify-self: center; |
|
834 |
- background-color: #fff; |
|
835 |
- width: 92px; |
|
836 |
- height: 110px; |
|
837 |
- padding: 8px; |
|
830 |
+// .img { |
|
831 |
+// position: relative; |
|
832 |
+// display: flex; |
|
833 |
+// justify-self: center; |
|
834 |
+// background-color: #fff; |
|
835 |
+// width: 92px; |
|
836 |
+// height: 110px; |
|
837 |
+// padding: 8px; |
|
838 | 838 |
|
839 |
- .close-btn { |
|
840 |
- position: absolute; |
|
841 |
- top: 0; |
|
842 |
- right: 10px; |
|
843 |
- } |
|
839 |
+// .close-btn { |
|
840 |
+// position: absolute; |
|
841 |
+// top: 0; |
|
842 |
+// right: 10px; |
|
843 |
+// } |
|
844 | 844 |
|
845 |
- img { |
|
845 |
+// img { |
|
846 | 846 |
|
847 |
- object-fit: cover; |
|
848 |
- width: 100%; |
|
849 |
- height: 100%; |
|
850 |
- } |
|
851 |
- } |
|
852 |
- } |
|
847 |
+// object-fit: cover; |
|
848 |
+// width: 100%; |
|
849 |
+// height: 100%; |
|
850 |
+// } |
|
851 |
+// } |
|
852 |
+// } |
|
853 | 853 |
|
854 |
- .img-area.column { |
|
855 |
- flex-direction: column; |
|
856 |
- } |
|
854 |
+// .img-area.column { |
|
855 |
+// flex-direction: column; |
|
856 |
+// } |
|
857 | 857 |
|
858 |
- form { |
|
859 |
- input[readonly] { |
|
860 |
- border-color: #fff; |
|
861 |
- background-color: #fff !important; |
|
862 |
- cursor: context-menu; |
|
863 |
- } |
|
858 |
+// form { |
|
859 |
+// input[readonly] { |
|
860 |
+// border-color: #fff; |
|
861 |
+// background-color: #fff !important; |
|
862 |
+// cursor: context-menu; |
|
863 |
+// } |
|
864 | 864 |
|
865 |
- .col-12 { |
|
866 |
- input { |
|
867 |
- margin: 9px 10px; |
|
868 |
- } |
|
865 |
+// .col-12 { |
|
866 |
+// input { |
|
867 |
+// margin: 9px 10px; |
|
868 |
+// } |
|
869 | 869 |
|
870 |
- label { |
|
871 |
- line-height: 48px; |
|
872 |
- } |
|
873 |
- } |
|
874 |
- } |
|
870 |
+// label { |
|
871 |
+// line-height: 48px; |
|
872 |
+// } |
|
873 |
+// } |
|
874 |
+// } |
|
875 | 875 |
|
876 |
- } |
|
876 |
+// } |
|
877 | 877 |
|
878 |
- .sch-form-wrap { |
|
879 |
- justify-self: end; |
|
880 |
- margin-bottom: 20px; |
|
878 |
+// .sch-form-wrap { |
|
879 |
+// justify-self: end; |
|
880 |
+// margin-bottom: 20px; |
|
881 | 881 |
|
882 |
- .input-group { |
|
882 |
+// .input-group { |
|
883 | 883 |
|
884 |
- .form-select, |
|
885 |
- .form-control { |
|
886 |
- height: 40px; |
|
887 |
- border-color: #C7CFE3; |
|
888 |
- font-size: 16px; |
|
889 |
- } |
|
884 |
+// .form-select, |
|
885 |
+// .form-control { |
|
886 |
+// height: 40px; |
|
887 |
+// border-color: #C7CFE3; |
|
888 |
+// font-size: 16px; |
|
889 |
+// } |
|
890 | 890 |
|
891 |
- .form-control { |
|
892 |
- padding-right: 30px; |
|
893 |
- padding-left: 10px; |
|
894 |
- } |
|
891 |
+// .form-control { |
|
892 |
+// padding-right: 30px; |
|
893 |
+// padding-left: 10px; |
|
894 |
+// } |
|
895 | 895 |
|
896 |
- .ico-sch { |
|
897 |
- right: 5px; |
|
898 |
- } |
|
899 |
- } |
|
896 |
+// .ico-sch { |
|
897 |
+// right: 5px; |
|
898 |
+// } |
|
899 |
+// } |
|
900 | 900 |
|
901 |
- } |
|
901 |
+// } |
|
902 | 902 |
|
903 |
- .sch-form-wrap.title-wrap { |
|
904 |
- justify-content: space-between; |
|
905 |
- width: 100%; |
|
903 |
+// .sch-form-wrap.title-wrap { |
|
904 |
+// justify-content: space-between; |
|
905 |
+// width: 100%; |
|
906 | 906 |
|
907 |
- h3 { |
|
908 |
- img { |
|
909 |
- margin: 5px 5px 0 0; |
|
910 |
- } |
|
911 |
- } |
|
907 |
+// h3 { |
|
908 |
+// img { |
|
909 |
+// margin: 5px 5px 0 0; |
|
910 |
+// } |
|
911 |
+// } |
|
912 | 912 |
|
913 |
- .input-group { |
|
914 |
- width: auto; |
|
913 |
+// .input-group { |
|
914 |
+// width: auto; |
|
915 | 915 |
|
916 |
- } |
|
917 |
- } |
|
916 |
+// } |
|
917 |
+// } |
|
918 | 918 |
|
919 |
- p.require { |
|
920 |
- text-align: right; |
|
919 |
+// p.require { |
|
920 |
+// text-align: right; |
|
921 | 921 |
|
922 |
- img { |
|
923 |
- margin-top: 9px; |
|
924 |
- } |
|
925 |
- } |
|
922 |
+// img { |
|
923 |
+// margin-top: 9px; |
|
924 |
+// } |
|
925 |
+// } |
|
926 | 926 |
|
927 |
- .card-body { |
|
928 |
- height: 100%; |
|
929 |
- .flex { |
|
930 |
- display: flex; |
|
931 |
- align-items: center; |
|
932 |
- } |
|
927 |
+// .card-body { |
|
928 |
+// height: 100%; |
|
929 |
+// .flex { |
|
930 |
+// display: flex; |
|
931 |
+// align-items: center; |
|
932 |
+// } |
|
933 | 933 |
|
934 |
- .align-top { |
|
935 |
- align-items: flex-start; |
|
936 |
- } |
|
934 |
+// .align-top { |
|
935 |
+// align-items: flex-start; |
|
936 |
+// } |
|
937 | 937 |
|
938 |
- .flex.sb { |
|
939 |
- justify-content: space-between; |
|
940 |
- } |
|
938 |
+// .flex.sb { |
|
939 |
+// justify-content: space-between; |
|
940 |
+// } |
|
941 | 941 |
|
942 |
- .card-title { |
|
943 |
- margin-bottom: 20px; |
|
944 |
- } |
|
942 |
+// .card-title { |
|
943 |
+// margin-bottom: 20px; |
|
944 |
+// } |
|
945 | 945 |
|
946 |
- .sub { |
|
947 |
- margin-right: 20px; |
|
946 |
+// .sub { |
|
947 |
+// margin-right: 20px; |
|
948 |
+ |
|
949 |
+// img { |
|
950 |
+// width: 50px; |
|
951 |
+// height: 50px; |
|
952 |
+// } |
|
953 |
+ |
|
954 |
+// .date { |
|
955 |
+// margin-left: 10px; |
|
956 |
+// } |
|
957 |
+// } |
|
958 |
+ |
|
959 |
+// .sch-wrap { |
|
960 |
+// border: 1px solid #213F9A; |
|
961 |
+// padding: 20px; |
|
962 |
+// border-radius: 10px; |
|
963 |
+// margin-bottom: 20px; |
|
964 |
+ |
|
965 |
+// .buttons { |
|
966 |
+// gap: 5px; |
|
967 |
+// margin-top: 0; |
|
968 |
+// } |
|
969 |
+ |
|
970 |
+// .sch-form-wrap { |
|
971 |
+// margin-bottom: 0; |
|
972 |
+// } |
|
973 |
+// } |
|
974 |
+ |
|
975 |
+// .sch-form-wrap.search { |
|
976 |
+// position: relative; |
|
977 |
+// flex-direction: column; |
|
978 |
+// background-color: #EFF1FA; |
|
979 |
+// padding: 20px; |
|
980 |
+// border-radius: 10px; |
|
981 |
+// margin-right: 20px; |
|
982 |
+// width: 420px; |
|
983 |
+// height: 78rem; |
|
984 |
+ |
|
985 |
+// .sidemenu { |
|
986 |
+// max-height: 66rem; |
|
987 |
+// overflow-y: auto; |
|
988 |
+// } |
|
989 |
+ |
|
990 |
+// details { |
|
991 |
+// width: 100%; |
|
992 |
+ |
|
993 |
+// summary { |
|
994 |
+// border: 0; |
|
995 |
+// align-items: center; |
|
996 |
+// justify-content: flex-start; |
|
997 |
+// gap: 5px; |
|
998 |
+ |
|
999 |
+// .icon { |
|
1000 |
+// display: block; |
|
1001 |
+// } |
|
1002 |
+ |
|
1003 |
+// p { |
|
1004 |
+// color: #213F9A; |
|
1005 |
+// font-weight: 700; |
|
1006 |
+// margin-right: 10px; |
|
1007 |
+// } |
|
1008 |
+// } |
|
1009 |
+ |
|
1010 |
+// .arrow { |
|
1011 |
+// margin-right: 10px; |
|
1012 |
+// } |
|
1013 |
+ |
|
1014 |
+// li { |
|
1015 |
+// margin-left: 40px; |
|
1016 |
+ |
|
1017 |
+// a { |
|
1018 |
+// justify-content: flex-start; |
|
1019 |
+// align-items: center; |
|
1020 |
+ |
|
1021 |
+// img { |
|
1022 |
+// margin-right: 10px; |
|
1023 |
+// } |
|
1024 |
+// } |
|
1025 |
+// } |
|
1026 |
+ |
|
1027 |
+// } |
|
1028 |
+ |
|
1029 |
+// .buttons { |
|
1030 |
+// position: absolute; |
|
1031 |
+// bottom: 40px; |
|
1032 |
+// } |
|
1033 |
+ |
|
1034 |
+// .input-group { |
|
1035 |
+// display: block; |
|
1036 |
+// margin-bottom: 20px; |
|
1037 |
+// } |
|
1038 |
+ |
|
1039 |
+// table { |
|
1040 |
+// width: 100%; |
|
1041 |
+ |
|
1042 |
+// thead { |
|
1043 |
+ |
|
1044 |
+// th { |
|
1045 |
+// background-color: #C7CFE3; |
|
1046 |
+// position: sticky; |
|
1047 |
+// top: -1px; |
|
1048 |
+// border: 1px solid #C7CFE3; |
|
1049 |
+// border-right: 1px solid #C7CFE3; |
|
1050 |
+// } |
|
1051 |
+// } |
|
1052 |
+// } |
|
1053 |
+ |
|
1054 |
+// .table-scroll { |
|
1055 |
+// max-height: max-content; |
|
1056 |
+// /* 원하는 높이 설정 */ |
|
1057 |
+// overflow-y: auto; |
|
1058 |
+// } |
|
1059 |
+// } |
|
1060 |
+ |
|
1061 |
+// form { |
|
1062 |
+// width: 100%; |
|
1063 |
+// border: 1px solid #C7CFE3; |
|
1064 |
+// border-radius: 10px; |
|
1065 |
+// overflow: hidden; |
|
1066 |
+ |
|
1067 |
+// .second-label { |
|
1068 |
+// background-color: #fff !important; |
|
1069 |
+// } |
|
1070 |
+ |
|
1071 |
+// } |
|
1072 |
+ |
|
1073 |
+// form.salary { |
|
1074 |
+// display: flex; |
|
1075 |
+ |
|
1076 |
+// .yearsalary { |
|
1077 |
+// width: 100%; |
|
1078 |
+// } |
|
1079 |
+// } |
|
1080 |
+ |
|
1081 |
+// .col-12 { |
|
1082 |
+// min-height: 4rem; |
|
1083 |
+// width: 100%; |
|
1084 |
+// display: flex; |
|
1085 |
+// border-bottom: 1px solid #C7CFE3; |
|
1086 |
+ |
|
1087 |
+// label { |
|
1088 |
+// width: 140px; |
|
1089 |
+// background: #EFF1FA; |
|
1090 |
+// font-weight: 600; |
|
1091 |
+// font-size: 16px; |
|
1092 |
+// text-align: center; |
|
1093 |
+// flex-shrink: 0; |
|
1094 |
+// position: relative; |
|
1095 |
+// display: flex; |
|
1096 |
+// border-right: 1px solid #C7CFE3; |
|
1097 |
+// align-items: center; |
|
1098 |
+// justify-content: center; |
|
1099 |
+ |
|
1100 |
+// p { |
|
1101 |
+// position: relative; |
|
1102 |
+// } |
|
1103 |
+ |
|
1104 |
+// button { |
|
1105 |
+// margin-left: 5px; |
|
1106 |
+// } |
|
1107 |
+// } |
|
1108 |
+ |
|
1109 |
+// p.require { |
|
1110 |
+// position: absolute; |
|
1111 |
+// right: -13px; |
|
1112 |
+// top: 0; |
|
1113 |
+// } |
|
1114 |
+ |
|
1115 |
+// select, |
|
1116 |
+// input { |
|
1117 |
+// margin: 9px 10px; |
|
1118 |
+// border-color: #DDDDDD; |
|
1119 |
+// height: var(--tk-input-h-sm); |
|
1120 |
+// } |
|
1121 |
+ |
|
1122 |
+// .form-control[readonly] { |
|
1123 |
+// background-color: #EFF1FA; |
|
1124 |
+// } |
|
1125 |
+ |
|
1126 |
+// .invalid-feedback { |
|
1127 |
+// color: #E92727; |
|
1128 |
+// font-size: 13px; |
|
1129 |
+// } |
|
1130 |
+ |
|
1131 |
+// .box { |
|
1132 |
+// margin: 15px 10px; |
|
1133 |
+ |
|
1134 |
+// input { |
|
1135 |
+// margin: 0; |
|
1136 |
+// } |
|
948 | 1137 |
|
949 |
- img { |
|
950 |
- width: 50px; |
|
951 |
- height: 50px; |
|
952 |
- } |
|
1138 |
+// p { |
|
1139 |
+// margin-top: 5px; |
|
1140 |
+// } |
|
1141 |
+// } |
|
953 | 1142 |
|
954 |
- .date { |
|
955 |
- margin-left: 10px; |
|
956 |
- } |
|
957 |
- } |
|
1143 |
+// .approval-container { |
|
1144 |
+// display: flex; |
|
1145 |
+// flex-direction: column; |
|
1146 |
+// gap: 8px; |
|
1147 |
+// margin: 15px 10px; |
|
958 | 1148 |
|
959 |
- .sch-wrap { |
|
960 |
- border: 1px solid #213F9A; |
|
961 |
- padding: 20px; |
|
962 |
- border-radius: 10px; |
|
963 |
- margin-bottom: 20px; |
|
1149 |
+// .addapproval { |
|
1150 |
+// gap: 5px; |
|
1151 |
+// align-items: center; |
|
964 | 1152 |
|
965 |
- .buttons { |
|
966 |
- gap: 5px; |
|
967 |
- margin-top: 0; |
|
968 |
- } |
|
1153 |
+// .form-control, |
|
1154 |
+// .form-select { |
|
1155 |
+// margin: 0; |
|
1156 |
+// flex-shrink: 0; |
|
1157 |
+// } |
|
969 | 1158 |
|
970 |
- .sch-form-wrap { |
|
971 |
- margin-bottom: 0; |
|
972 |
- } |
|
973 |
- } |
|
1159 |
+// .delete-button { |
|
1160 |
+// margin-left: 10px; |
|
1161 |
+// } |
|
974 | 1162 |
|
975 |
- .sch-form-wrap.search { |
|
976 |
- position: relative; |
|
977 |
- flex-direction: column; |
|
978 |
- background-color: #EFF1FA; |
|
979 |
- padding: 20px; |
|
980 |
- border-radius: 10px; |
|
981 |
- margin-right: 20px; |
|
982 |
- width: 420px; |
|
983 |
- height: 78rem; |
|
1163 |
+// label { |
|
1164 |
+// width: 95px; |
|
1165 |
+// line-height: 30px; |
|
1166 |
+// background-color: #333333; |
|
1167 |
+// color: #fff; |
|
1168 |
+// border-radius: 5px; |
|
1169 |
+// } |
|
1170 |
+// } |
|
1171 |
+// } |
|
984 | 1172 |
|
985 |
- .sidemenu { |
|
986 |
- max-height: 66rem; |
|
987 |
- overflow-y: auto; |
|
988 |
- } |
|
1173 |
+// .tbl-wrap { |
|
1174 |
+// width: 100%; |
|
989 | 1175 |
|
990 |
- details { |
|
991 |
- width: 100%; |
|
1176 |
+// table { |
|
1177 |
+// thead { |
|
1178 |
+// tr { |
|
1179 |
+// th { |
|
1180 |
+// border-right: 1px solid #C7CFE3; |
|
1181 |
+// border-bottom: 1px solid #C7CFE3; |
|
992 | 1182 |
|
993 |
- summary { |
|
994 |
- border: 0; |
|
995 |
- align-items: center; |
|
996 |
- justify-content: flex-start; |
|
997 |
- gap: 5px; |
|
1183 |
+// } |
|
998 | 1184 |
|
999 |
- .icon { |
|
1000 |
- display: block; |
|
1001 |
- } |
|
1185 |
+// th:last-child { |
|
1186 |
+// border-right: 0; |
|
1187 |
+// } |
|
1188 |
+// } |
|
1002 | 1189 |
|
1003 |
- p { |
|
1004 |
- color: #213F9A; |
|
1005 |
- font-weight: 700; |
|
1006 |
- margin-right: 10px; |
|
1007 |
- } |
|
1008 |
- } |
|
1190 |
+// } |
|
1009 | 1191 |
|
1010 |
- .arrow { |
|
1011 |
- margin-right: 10px; |
|
1012 |
- } |
|
1192 |
+// tbody { |
|
1193 |
+// td { |
|
1194 |
+// border-right: 1px solid #C7CFE3; |
|
1013 | 1195 |
|
1014 |
- li { |
|
1015 |
- margin-left: 40px; |
|
1196 |
+// input { |
|
1197 |
+// margin: 0; |
|
1198 |
+// } |
|
1016 | 1199 |
|
1017 |
- a { |
|
1018 |
- justify-content: flex-start; |
|
1019 |
- align-items: center; |
|
1020 | 1200 |
|
1021 |
- img { |
|
1022 |
- margin-right: 10px; |
|
1023 |
- } |
|
1024 |
- } |
|
1025 |
- } |
|
1201 |
+// } |
|
1026 | 1202 |
|
1027 |
- } |
|
1203 |
+// td:last-child { |
|
1204 |
+// border-right: 0; |
|
1205 |
+// } |
|
1028 | 1206 |
|
1029 |
- .buttons { |
|
1030 |
- position: absolute; |
|
1031 |
- bottom: 40px; |
|
1032 |
- } |
|
1207 |
+// tr:last-child td { |
|
1208 |
+// border-bottom: 0; |
|
1209 |
+// } |
|
1033 | 1210 |
|
1034 |
- .input-group { |
|
1035 |
- display: block; |
|
1036 |
- margin-bottom: 20px; |
|
1037 |
- } |
|
1211 |
+// } |
|
1212 |
+// } |
|
1038 | 1213 |
|
1039 |
- table { |
|
1040 |
- width: 100%; |
|
1214 |
+// } |
|
1041 | 1215 |
|
1042 |
- thead { |
|
1043 | 1216 |
|
1044 |
- th { |
|
1045 |
- background-color: #C7CFE3; |
|
1046 |
- position: sticky; |
|
1047 |
- top: -1px; |
|
1048 |
- border: 1px solid #C7CFE3; |
|
1049 |
- border-right: 1px solid #C7CFE3; |
|
1050 |
- } |
|
1051 |
- } |
|
1052 |
- } |
|
1217 |
+// } |
|
1053 | 1218 |
|
1054 |
- .table-scroll { |
|
1055 |
- max-height: max-content; |
|
1056 |
- /* 원하는 높이 설정 */ |
|
1057 |
- overflow-y: auto; |
|
1058 |
- } |
|
1059 |
- } |
|
1219 |
+// .col-12.form-title { |
|
1220 |
+// justify-content: center; |
|
1221 |
+// background-color: #C7CFE3; |
|
1222 |
+// font-weight: 600; |
|
1223 |
+// align-items: center; |
|
1224 |
+// gap: 10px; |
|
1225 |
+// } |
|
1060 | 1226 |
|
1061 |
- form { |
|
1062 |
- width: 100%; |
|
1063 |
- border: 1px solid #C7CFE3; |
|
1064 |
- border-radius: 10px; |
|
1065 |
- overflow: hidden; |
|
1227 |
+// .col-12.return { |
|
1228 |
+// background-color: #FFF2F2 !important; |
|
1066 | 1229 |
|
1067 |
- .second-label { |
|
1068 |
- background-color: #fff !important; |
|
1069 |
- } |
|
1230 |
+// .form-label { |
|
1231 |
+// background-color: #FBC1C1; |
|
1232 |
+// } |
|
1070 | 1233 |
|
1071 |
- } |
|
1234 |
+// .form-control { |
|
1235 |
+// background-color: transparent !important; |
|
1236 |
+// border-color: transparent !important; |
|
1237 |
+// } |
|
1238 |
+// } |
|
1072 | 1239 |
|
1073 |
- form.salary { |
|
1074 |
- display: flex; |
|
1240 |
+// .border-x { |
|
1241 |
+// border: 0; |
|
1242 |
+// } |
|
1075 | 1243 |
|
1076 |
- .yearsalary { |
|
1077 |
- width: 100%; |
|
1078 |
- } |
|
1079 |
- } |
|
1244 |
+// .buttons { |
|
1245 |
+// display: flex; |
|
1246 |
+// gap: 10px; |
|
1247 |
+// justify-content: end; |
|
1248 |
+// margin-top: 5rem; |
|
1080 | 1249 |
|
1081 |
- .col-12 { |
|
1082 |
- min-height: 4rem; |
|
1083 |
- width: 100%; |
|
1084 |
- display: flex; |
|
1085 |
- border-bottom: 1px solid #C7CFE3; |
|
1250 |
+// .btn-red { |
|
1251 |
+// border-color: #E92727; |
|
1252 |
+// color: #E92727; |
|
1253 |
+// background-color: #EFF1FA; |
|
1254 |
+// } |
|
1086 | 1255 |
|
1087 |
- label { |
|
1088 |
- width: 140px; |
|
1089 |
- background: #EFF1FA; |
|
1090 |
- font-weight: 600; |
|
1091 |
- font-size: 16px; |
|
1092 |
- text-align: center; |
|
1093 |
- flex-shrink: 0; |
|
1094 |
- position: relative; |
|
1095 |
- display: flex; |
|
1096 |
- border-right: 1px solid #C7CFE3; |
|
1097 |
- align-items: center; |
|
1098 |
- justify-content: center; |
|
1256 |
+// } |
|
1099 | 1257 |
|
1100 |
- p { |
|
1101 |
- position: relative; |
|
1102 |
- } |
|
1258 |
+// .hyuga { |
|
1259 |
+// label { |
|
1260 |
+// line-height: 40rem; |
|
1261 |
+// } |
|
1103 | 1262 |
|
1104 |
- button { |
|
1105 |
- margin-left: 5px; |
|
1106 |
- } |
|
1107 |
- } |
|
1263 |
+// input.textarea { |
|
1264 |
+// min-height: 40rem; |
|
1265 |
+// } |
|
1266 |
+// } |
|
1108 | 1267 |
|
1109 |
- p.require { |
|
1110 |
- position: absolute; |
|
1111 |
- right: -13px; |
|
1112 |
- top: 0; |
|
1113 |
- } |
|
1268 |
+// .chuljang { |
|
1269 |
+// label { |
|
1270 |
+// line-height: 17rem; |
|
1271 |
+// } |
|
1114 | 1272 |
|
1115 |
- select, |
|
1116 |
- input { |
|
1117 |
- margin: 9px 10px; |
|
1118 |
- border-color: #DDDDDD; |
|
1119 |
- height: var(--tk-input-h-sm); |
|
1120 |
- } |
|
1273 |
+// input.textarea { |
|
1274 |
+// min-height: 17rem; |
|
1275 |
+// } |
|
1276 |
+// } |
|
1121 | 1277 |
|
1122 |
- .form-control[readonly] { |
|
1123 |
- background-color: #EFF1FA; |
|
1124 |
- } |
|
1278 |
+// .form-card { |
|
1279 |
+// position: relative; |
|
1280 |
+// border: 1px solid #CCCCCC; |
|
1281 |
+// border-radius: 10px; |
|
1282 |
+// padding: 30px; |
|
1125 | 1283 |
|
1126 |
- .invalid-feedback { |
|
1127 |
- color: #E92727; |
|
1128 |
- font-size: 13px; |
|
1129 |
- } |
|
1284 |
+// h1 { |
|
1285 |
+// margin: 18px 0 48px 0; |
|
1286 |
+// text-align: center; |
|
1287 |
+// } |
|
1130 | 1288 |
|
1131 |
- .box { |
|
1132 |
- margin: 15px 10px; |
|
1289 |
+// .hyuga { |
|
1290 |
+// label { |
|
1291 |
+// line-height: 40rem; |
|
1292 |
+// } |
|
1133 | 1293 |
|
1134 |
- input { |
|
1135 |
- margin: 0; |
|
1136 |
- } |
|
1294 |
+// input.textarea { |
|
1295 |
+// min-height: 40rem; |
|
1296 |
+// } |
|
1297 |
+// } |
|
1137 | 1298 |
|
1138 |
- p { |
|
1139 |
- margin-top: 5px; |
|
1140 |
- } |
|
1141 |
- } |
|
1299 |
+// .chuljang { |
|
1300 |
+// label { |
|
1301 |
+// line-height: 17rem; |
|
1302 |
+// } |
|
1142 | 1303 |
|
1143 |
- .approval-container { |
|
1144 |
- display: flex; |
|
1145 |
- flex-direction: column; |
|
1146 |
- gap: 8px; |
|
1147 |
- margin: 15px 10px; |
|
1304 |
+// input.textarea { |
|
1305 |
+// min-height: 17rem; |
|
1306 |
+// } |
|
1307 |
+// } |
|
1148 | 1308 |
|
1149 |
- .addapproval { |
|
1150 |
- gap: 5px; |
|
1151 |
- align-items: center; |
|
1309 |
+// .tbl2 { |
|
1310 |
+// width: 30rem; |
|
1152 | 1311 |
|
1153 |
- .form-control, |
|
1154 |
- .form-select { |
|
1155 |
- margin: 0; |
|
1156 |
- flex-shrink: 0; |
|
1157 |
- } |
|
1312 |
+// table { |
|
1313 |
+// .thead { |
|
1314 |
+// .th { |
|
1315 |
+// writing-mode: vertical-rl; |
|
1316 |
+// padding: 0; |
|
1317 |
+// width: 50px; |
|
1318 |
+// } |
|
1319 |
+// } |
|
1320 |
+// } |
|
1321 |
+// } |
|
1158 | 1322 |
|
1159 |
- .delete-button { |
|
1160 |
- margin-left: 10px; |
|
1161 |
- } |
|
1323 |
+// .approval-box { |
|
1324 |
+// position: absolute; |
|
1325 |
+// right: 30px; |
|
1326 |
+// top: 30px; |
|
1327 |
+// } |
|
1162 | 1328 |
|
1163 |
- label { |
|
1164 |
- width: 95px; |
|
1165 |
- line-height: 30px; |
|
1166 |
- background-color: #333333; |
|
1167 |
- color: #fff; |
|
1168 |
- border-radius: 5px; |
|
1169 |
- } |
|
1170 |
- } |
|
1171 |
- } |
|
1172 | 1329 |
|
1173 |
- .tbl-wrap { |
|
1174 |
- width: 100%; |
|
1175 | 1330 |
|
1176 |
- table { |
|
1177 |
- thead { |
|
1178 |
- tr { |
|
1179 |
- th { |
|
1180 |
- border-right: 1px solid #C7CFE3; |
|
1181 |
- border-bottom: 1px solid #C7CFE3; |
|
1182 | 1331 |
|
1183 |
- } |
|
1332 |
+// } |
|
1184 | 1333 |
|
1185 |
- th:last-child { |
|
1186 |
- border-right: 0; |
|
1187 |
- } |
|
1188 |
- } |
|
1334 |
+// .detail { |
|
1335 |
+// input[readonly] { |
|
1336 |
+// border-color: #fff; |
|
1337 |
+// background-color: #fff !important; |
|
1338 |
+// cursor: context-menu; |
|
1339 |
+// } |
|
1340 |
+// } |
|
1189 | 1341 |
|
1190 |
- } |
|
1342 |
+// .tbl2 { |
|
1343 |
+// table { |
|
1344 |
+// table-layout: fixed; |
|
1345 |
+// margin-bottom: 10px; |
|
1191 | 1346 |
|
1192 |
- tbody { |
|
1193 |
- td { |
|
1194 |
- border-right: 1px solid #C7CFE3; |
|
1347 |
+// .thead { |
|
1348 |
+// .th { |
|
1349 |
+// background-color: #C7CFE3; |
|
1350 |
+// } |
|
1195 | 1351 |
|
1196 |
- input { |
|
1197 |
- margin: 0; |
|
1198 |
- } |
|
1352 |
+// td { |
|
1353 |
+// background-color: #EFF1FA; |
|
1354 |
+// height: 40px; |
|
1355 |
+// font-weight: 700; |
|
1356 |
+// } |
|
1357 |
+// } |
|
1199 | 1358 |
|
1359 |
+// td { |
|
1360 |
+// padding: 0; |
|
1361 |
+// border: 1px solid #C7CFE3; |
|
1362 |
+// } |
|
1200 | 1363 |
|
1201 |
- } |
|
1364 |
+// } |
|
1365 |
+// } |
|
1202 | 1366 |
|
1203 |
- td:last-child { |
|
1204 |
- border-right: 0; |
|
1205 |
- } |
|
1367 |
+// .tbl3 { |
|
1206 | 1368 |
|
1207 |
- tr:last-child td { |
|
1208 |
- border-bottom: 0; |
|
1209 |
- } |
|
1369 |
+// th, |
|
1370 |
+// td { |
|
1371 |
+// border: 0; |
|
1372 |
+// border-bottom: 0 !important; |
|
1373 |
+// } |
|
1210 | 1374 |
|
1211 |
- } |
|
1212 |
- } |
|
1375 |
+// thead { |
|
1376 |
+// background-color: #EFF1FA; |
|
1213 | 1377 |
|
1214 |
- } |
|
1378 |
+// th { |
|
1379 |
+// padding: 10px; |
|
1380 |
+// } |
|
1381 |
+// } |
|
1215 | 1382 |
|
1383 |
+// tbody { |
|
1384 |
+// td { |
|
1385 |
+// padding: 0 10px; |
|
1216 | 1386 |
|
1217 |
- } |
|
1387 |
+// .form-select { |
|
1388 |
+// width: -webkit-fill-available; |
|
1389 |
+// } |
|
1390 |
+// } |
|
1218 | 1391 |
|
1219 |
- .col-12.form-title { |
|
1220 |
- justify-content: center; |
|
1221 |
- background-color: #C7CFE3; |
|
1222 |
- font-weight: 600; |
|
1223 |
- align-items: center; |
|
1224 |
- gap: 10px; |
|
1225 |
- } |
|
1392 |
+// tr:last-child td { |
|
1393 |
+// border-bottom: 0; |
|
1394 |
+// } |
|
1395 |
+// } |
|
1396 |
+// } |
|
1226 | 1397 |
|
1227 |
- .col-12.return { |
|
1228 |
- background-color: #FFF2F2 !important; |
|
1229 | 1398 |
|
1230 |
- .form-label { |
|
1231 |
- background-color: #FBC1C1; |
|
1232 |
- } |
|
1399 |
+// } |
|
1233 | 1400 |
|
1234 |
- .form-control { |
|
1235 |
- background-color: transparent !important; |
|
1236 |
- border-color: transparent !important; |
|
1237 |
- } |
|
1238 |
- } |
|
1401 |
+// .cost-statue { |
|
1402 |
+// border: 1px solid #213F9A; |
|
1403 |
+// border-radius: 10px; |
|
1404 |
+// display: flex; |
|
1405 |
+// margin-bottom: 10px; |
|
1406 |
+// justify-content: center; |
|
1407 |
+// align-items: center; |
|
1239 | 1408 |
|
1240 |
- .border-x { |
|
1241 |
- border: 0; |
|
1242 |
- } |
|
1409 |
+// .costtitle { |
|
1410 |
+// font-size: 18px; |
|
1411 |
+// font-weight: 700; |
|
1412 |
+// margin-right: 3rem; |
|
1413 |
+// } |
|
1243 | 1414 |
|
1244 |
- .buttons { |
|
1245 |
- display: flex; |
|
1246 |
- gap: 10px; |
|
1247 |
- justify-content: end; |
|
1248 |
- margin-top: 5rem; |
|
1415 |
+// .col-12 { |
|
1416 |
+// display: flex; |
|
1417 |
+// align-items: center; |
|
1249 | 1418 |
|
1250 |
- .btn-red { |
|
1251 |
- border-color: #E92727; |
|
1252 |
- color: #E92727; |
|
1253 |
- background-color: #EFF1FA; |
|
1254 |
- } |
|
1419 |
+// p { |
|
1420 |
+// font-weight: 600; |
|
1421 |
+// } |
|
1255 | 1422 |
|
1256 |
- } |
|
1423 |
+// input { |
|
1424 |
+// width: 140px; |
|
1425 |
+// } |
|
1426 |
+// } |
|
1427 |
+// } |
|
1428 |
+// } |
|
1429 |
+// } |
|
1257 | 1430 |
|
1258 |
- .hyuga { |
|
1259 |
- label { |
|
1260 |
- line-height: 40rem; |
|
1261 |
- } |
|
1431 |
+// .primary { |
|
1432 |
+// background-color: #213F9A !important; |
|
1433 |
+// } |
|
1262 | 1434 |
|
1263 |
- input.textarea { |
|
1264 |
- min-height: 40rem; |
|
1265 |
- } |
|
1266 |
- } |
|
1435 |
+// a:focus { |
|
1436 |
+// outline: 0; |
|
1437 |
+// } |
|
1267 | 1438 |
|
1268 |
- .chuljang { |
|
1269 |
- label { |
|
1270 |
- line-height: 17rem; |
|
1271 |
- } |
|
1439 |
+// *:focus { |
|
1440 |
+// outline: 0; |
|
1441 |
+// } |
|
1272 | 1442 |
|
1273 |
- input.textarea { |
|
1274 |
- min-height: 17rem; |
|
1275 |
- } |
|
1276 |
- } |
|
1443 |
+// .file { |
|
1444 |
+// background-color: #EFF1FA; |
|
1445 |
+// width: 120px; |
|
1446 |
+// border: #213F9A 1px solid; |
|
1447 |
+// border-radius: 10px; |
|
1448 |
+// padding: 7px 0; |
|
1449 |
+// margin-top: 10px; |
|
1450 |
+// } |
|
1277 | 1451 |
|
1278 |
- .form-card { |
|
1279 |
- position: relative; |
|
1280 |
- border: 1px solid #CCCCCC; |
|
1281 |
- border-radius: 10px; |
|
1282 |
- padding: 30px; |
|
1452 |
+// .file-label { |
|
1453 |
+// width: inherit !important; |
|
1454 |
+// display: flex; |
|
1455 |
+// gap: 5px; |
|
1456 |
+// justify-content: center; |
|
1457 |
+// line-height: 0 !important; |
|
1458 |
+// cursor: pointer; |
|
1459 |
+// align-items: center; |
|
1283 | 1460 |
|
1284 |
- h1 { |
|
1285 |
- margin: 18px 0 48px 0; |
|
1286 |
- text-align: center; |
|
1287 |
- } |
|
1461 |
+// p { |
|
1462 |
+// color: #000; |
|
1463 |
+// } |
|
1464 |
+// } |
|
1288 | 1465 |
|
1289 |
- .hyuga { |
|
1290 |
- label { |
|
1291 |
- line-height: 40rem; |
|
1292 |
- } |
|
1466 |
+// .file-name { |
|
1467 |
+// max-width: 150px; |
|
1468 |
+// white-space: nowrap; |
|
1469 |
+// overflow: hidden; |
|
1470 |
+// text-overflow: ellipsis; |
|
1471 |
+// display: inline-block; |
|
1472 |
+// /* or block depending on layout */ |
|
1473 |
+// vertical-align: middle; |
|
1474 |
+// /* optional */ |
|
1475 |
+// } |
|
1293 | 1476 |
|
1294 |
- input.textarea { |
|
1295 |
- min-height: 40rem; |
|
1296 |
- } |
|
1297 |
- } |
|
1477 |
+// input[type="file"] { |
|
1478 |
+// display: none; |
|
1479 |
+// } |
|
1298 | 1480 |
|
1299 |
- .chuljang { |
|
1300 |
- label { |
|
1301 |
- line-height: 17rem; |
|
1302 |
- } |
|
1481 |
+// input[type="date"] { |
|
1482 |
+// width: 200px; |
|
1483 |
+// padding-right: 10px; |
|
1484 |
+// } |
|
1303 | 1485 |
|
1304 |
- input.textarea { |
|
1305 |
- min-height: 17rem; |
|
1306 |
- } |
|
1307 |
- } |
|
1486 |
+// input[type="button"] { |
|
1487 |
+// width: 200px; |
|
1488 |
+// background-color: #333; |
|
1489 |
+// color: #fff; |
|
1490 |
+// padding-right: 10px; |
|
1491 |
+// } |
|
1308 | 1492 |
|
1309 |
- .tbl2 { |
|
1310 |
- width: 30rem; |
|
1493 |
+// table { |
|
1494 |
+// thead { |
|
1495 |
+// .toptitle { |
|
1496 |
+// th { |
|
1497 |
+// background-color: #B7C2ED !important; |
|
1498 |
+// } |
|
1499 |
+// } |
|
1311 | 1500 |
|
1312 |
- table { |
|
1313 |
- .thead { |
|
1314 |
- .th { |
|
1315 |
- writing-mode: vertical-rl; |
|
1316 |
- padding: 0; |
|
1317 |
- width: 50px; |
|
1318 |
- } |
|
1319 |
- } |
|
1320 |
- } |
|
1321 |
- } |
|
1501 |
+// .middletitle { |
|
1502 |
+// th { |
|
1503 |
+// background-color: #DAE0F7 !important; |
|
1504 |
+// } |
|
1505 |
+// } |
|
1322 | 1506 |
|
1323 |
- .approval-box { |
|
1324 |
- position: absolute; |
|
1325 |
- right: 30px; |
|
1326 |
- top: 30px; |
|
1327 |
- } |
|
1507 |
+// th { |
|
1508 |
+// p { |
|
1509 |
+// background-color: #E92727; |
|
1510 |
+// border-radius: 5px; |
|
1511 |
+// color: #fff; |
|
1512 |
+// } |
|
1328 | 1513 |
|
1514 |
+// p.green { |
|
1515 |
+// background-color: #219A8C; |
|
1516 |
+// } |
|
1329 | 1517 |
|
1518 |
+// p.blue { |
|
1519 |
+// background-color: #1D75E1; |
|
1520 |
+// } |
|
1521 |
+// } |
|
1522 |
+// } |
|
1330 | 1523 |
|
1524 |
+// th, |
|
1525 |
+// td { |
|
1526 |
+// border: 1px solid #C7CFE3; |
|
1527 |
+// border-bottom: 1px solid #C7CFE3 !important; |
|
1528 |
+// } |
|
1331 | 1529 |
|
1332 |
- } |
|
1530 |
+// tbody { |
|
1531 |
+// tr { |
|
1532 |
+// th { |
|
1533 |
+// background-color: var(--tk-secondary-5) !important; |
|
1534 |
+// font-weight: 700 !important; |
|
1535 |
+// } |
|
1536 |
+// } |
|
1333 | 1537 |
|
1334 |
- .detail { |
|
1335 |
- input[readonly] { |
|
1336 |
- border-color: #fff; |
|
1337 |
- background-color: #fff !important; |
|
1338 |
- cursor: context-menu; |
|
1339 |
- } |
|
1340 |
- } |
|
1538 |
+// } |
|
1539 |
+// } |
|
1341 | 1540 |
|
1342 |
- .tbl2 { |
|
1343 |
- table { |
|
1344 |
- table-layout: fixed; |
|
1345 |
- margin-bottom: 10px; |
|
1541 |
+// .chk-area { |
|
1542 |
+// .form-check { |
|
1543 |
+// display: flex; |
|
1544 |
+// align-items: center; |
|
1545 |
+// justify-content: center; |
|
1546 |
+// } |
|
1346 | 1547 |
|
1347 |
- .thead { |
|
1348 |
- .th { |
|
1349 |
- background-color: #C7CFE3; |
|
1350 |
- } |
|
1548 |
+// label { |
|
1549 |
+// padding-left: 30px !important; |
|
1550 |
+// line-height: 0; |
|
1551 |
+// } |
|
1351 | 1552 |
|
1352 |
- td { |
|
1353 |
- background-color: #EFF1FA; |
|
1354 |
- height: 40px; |
|
1355 |
- font-weight: 700; |
|
1356 |
- } |
|
1357 |
- } |
|
1553 |
+// } |
|
1358 | 1554 |
|
1359 |
- td { |
|
1360 |
- padding: 0; |
|
1361 |
- border: 1px solid #C7CFE3; |
|
1362 |
- } |
|
1555 |
+// label:focus, |
|
1556 |
+// button:focus { |
|
1557 |
+// outline: 0; |
|
1558 |
+// } |
|
1363 | 1559 |
|
1364 |
- } |
|
1365 |
- } |
|
1560 |
+// .input-radio { |
|
1561 |
+// .chk-area { |
|
1562 |
+// margin: 9px 0 9px 10px; |
|
1366 | 1563 |
|
1367 |
- .tbl3 { |
|
1564 |
+// .form-check { |
|
1565 |
+// label { |
|
1566 |
+// width: auto !important; |
|
1567 |
+// line-height: 0 !important; |
|
1568 |
+// background-color: #fff !important; |
|
1569 |
+// border-right: 0 !important; |
|
1570 |
+// } |
|
1571 |
+// } |
|
1572 |
+// } |
|
1573 |
+// } |
|
1368 | 1574 |
|
1369 |
- th, |
|
1370 |
- td { |
|
1371 |
- border: 0; |
|
1372 |
- border-bottom: 0 !important; |
|
1373 |
- } |
|
1575 |
+// .popup-overlay { |
|
1576 |
+// position: fixed; |
|
1577 |
+// top: 0; |
|
1578 |
+// left: 0; |
|
1579 |
+// width: 100%; |
|
1580 |
+// height: 100%; |
|
1581 |
+// background-color: rgba(0, 0, 0, 0.5); |
|
1582 |
+// display: flex; |
|
1583 |
+// align-items: center; |
|
1584 |
+// justify-content: center; |
|
1585 |
+// z-index: 999; |
|
1586 |
+// } |
|
1374 | 1587 |
|
1375 |
- thead { |
|
1376 |
- background-color: #EFF1FA; |
|
1588 |
+// .popup-content { |
|
1589 |
+// position: relative; |
|
1590 |
+// background: white; |
|
1591 |
+// padding: 20px; |
|
1592 |
+// border-radius: 10px; |
|
1377 | 1593 |
|
1378 |
- th { |
|
1379 |
- padding: 10px; |
|
1380 |
- } |
|
1381 |
- } |
|
1594 |
+// text-align: center; |
|
1382 | 1595 |
|
1383 |
- tbody { |
|
1384 |
- td { |
|
1385 |
- padding: 0 10px; |
|
1596 |
+// .form-control { |
|
1597 |
+// margin: 0 !important; |
|
1598 |
+// } |
|
1386 | 1599 |
|
1387 |
- .form-select { |
|
1388 |
- width: -webkit-fill-available; |
|
1389 |
- } |
|
1390 |
- } |
|
1600 |
+// .card-title { |
|
1601 |
+// text-align: left; |
|
1602 |
+// } |
|
1391 | 1603 |
|
1392 |
- tr:last-child td { |
|
1393 |
- border-bottom: 0; |
|
1394 |
- } |
|
1395 |
- } |
|
1396 |
- } |
|
1604 |
+// .ico-sch { |
|
1605 |
+// right: 17px !important; |
|
1606 |
+// } |
|
1397 | 1607 |
|
1608 |
+// table { |
|
1398 | 1609 |
|
1399 |
- } |
|
1610 |
+// th, |
|
1611 |
+// td { |
|
1400 | 1612 |
|
1401 |
- .cost-statue { |
|
1402 |
- border: 1px solid #213F9A; |
|
1403 |
- border-radius: 10px; |
|
1404 |
- display: flex; |
|
1405 |
- margin-bottom: 10px; |
|
1406 |
- justify-content: center; |
|
1407 |
- align-items: center; |
|
1613 |
+// border-right: 1px solid #C7CFE3 !important; |
|
1614 |
+// } |
|
1615 |
+// } |
|
1408 | 1616 |
|
1409 |
- .costtitle { |
|
1410 |
- font-size: 18px; |
|
1411 |
- font-weight: 700; |
|
1412 |
- margin-right: 3rem; |
|
1413 |
- } |
|
1617 |
+// .close-btn { |
|
1618 |
+// position: absolute; |
|
1619 |
+// top: 20px; |
|
1620 |
+// right: 20px; |
|
1621 |
+// } |
|
1414 | 1622 |
|
1415 |
- .col-12 { |
|
1416 |
- display: flex; |
|
1417 |
- align-items: center; |
|
1623 |
+// .btn.hyuga { |
|
1624 |
+// background-color: #1D75E1; |
|
1625 |
+// } |
|
1418 | 1626 |
|
1419 |
- p { |
|
1420 |
- font-weight: 600; |
|
1421 |
- } |
|
1627 |
+// .btn.chuljang { |
|
1628 |
+// background-color: #219A8C; |
|
1629 |
+// } |
|
1630 |
+// } |
|
1422 | 1631 |
|
1423 |
- input { |
|
1424 |
- width: 140px; |
|
1425 |
- } |
|
1426 |
- } |
|
1427 |
- } |
|
1428 |
- } |
|
1429 |
-} |
|
1632 |
+// .datepicker-conts { |
|
1633 |
+// margin-bottom: 20px; |
|
1634 |
+// } |
|
1430 | 1635 |
|
1431 |
-.primary { |
|
1432 |
- background-color: #213F9A !important; |
|
1433 |
-} |
|
1636 |
+// .datepicker-input { |
|
1637 |
+// display: flex; |
|
1638 |
+// justify-content: end; |
|
1639 |
+// align-items: center; |
|
1640 |
+// gap: 5px; |
|
1434 | 1641 |
|
1435 |
-a:focus { |
|
1436 |
- outline: 0; |
|
1437 |
-} |
|
1642 |
+// .form-control { |
|
1643 |
+// padding-right: 16px !important; |
|
1644 |
+// border-color: #C7CFE3; |
|
1645 |
+// } |
|
1438 | 1646 |
|
1439 |
-*:focus { |
|
1440 |
- outline: 0; |
|
1441 |
-} |
|
1647 |
+// mark { |
|
1648 |
+// background-color: transparent; |
|
1649 |
+// } |
|
1650 |
+// } |
|
1442 | 1651 |
|
1443 |
-.file { |
|
1652 |
+.img-area{ |
|
1653 |
+ @include flex-layout(flex, center, center); |
|
1654 |
+ width: 300px; |
|
1444 | 1655 |
background-color: #EFF1FA; |
1445 |
- width: 120px; |
|
1446 |
- border: #213F9A 1px solid; |
|
1447 |
- border-radius: 10px; |
|
1448 |
- padding: 7px 0; |
|
1449 |
- margin-top: 10px; |
|
1450 |
-} |
|
1451 |
- |
|
1452 |
-.file-label { |
|
1453 |
- width: inherit !important; |
|
1454 |
- display: flex; |
|
1455 |
- gap: 5px; |
|
1456 |
- justify-content: center; |
|
1457 |
- line-height: 0 !important; |
|
1458 |
- cursor: pointer; |
|
1459 |
- align-items: center; |
|
1460 |
- |
|
1461 |
- p { |
|
1462 |
- color: #000; |
|
1463 |
- } |
|
1464 |
-} |
|
1465 |
- |
|
1466 |
-.file-name { |
|
1467 |
- max-width: 150px; |
|
1468 |
- white-space: nowrap; |
|
1469 |
- overflow: hidden; |
|
1470 |
- text-overflow: ellipsis; |
|
1471 |
- display: inline-block; |
|
1472 |
- /* or block depending on layout */ |
|
1473 |
- vertical-align: middle; |
|
1474 |
- /* optional */ |
|
1475 |
-} |
|
1476 |
- |
|
1477 |
-input[type="file"] { |
|
1478 |
- display: none; |
|
1479 |
-} |
|
1480 |
- |
|
1481 |
-input[type="date"] { |
|
1482 |
- width: 200px; |
|
1483 |
- padding-right: 10px; |
|
1484 |
-} |
|
1485 |
- |
|
1486 |
-input[type="button"] { |
|
1487 |
- width: 200px; |
|
1488 |
- background-color: #333; |
|
1489 |
- color: #fff; |
|
1490 |
- padding-right: 10px; |
|
1491 |
-} |
|
1492 |
- |
|
1493 |
-table { |
|
1494 |
- thead { |
|
1495 |
- .toptitle { |
|
1496 |
- th { |
|
1497 |
- background-color: #B7C2ED !important; |
|
1498 |
- } |
|
1499 |
- } |
|
1500 |
- |
|
1501 |
- .middletitle { |
|
1502 |
- th { |
|
1503 |
- background-color: #DAE0F7 !important; |
|
1504 |
- } |
|
1505 |
- } |
|
1506 |
- |
|
1507 |
- th { |
|
1508 |
- p { |
|
1509 |
- background-color: #E92727; |
|
1510 |
- border-radius: 5px; |
|
1511 |
- color: #fff; |
|
1512 |
- } |
|
1513 |
- |
|
1514 |
- p.green { |
|
1515 |
- background-color: #219A8C; |
|
1516 |
- } |
|
1517 |
- |
|
1518 |
- p.blue { |
|
1519 |
- background-color: #1D75E1; |
|
1520 |
- } |
|
1521 |
- } |
|
1522 |
- } |
|
1523 |
- |
|
1524 |
- th, |
|
1525 |
- td { |
|
1526 |
- border: 1px solid #C7CFE3; |
|
1527 |
- border-bottom: 1px solid #C7CFE3 !important; |
|
1528 |
- } |
|
1529 |
- |
|
1530 |
- tbody { |
|
1531 |
- tr { |
|
1532 |
- th { |
|
1533 |
- background-color: var(--tk-secondary-5) !important; |
|
1534 |
- font-weight: 700 !important; |
|
1535 |
- } |
|
1536 |
- } |
|
1537 |
- |
|
1538 |
- } |
|
1539 |
-} |
|
1540 |
- |
|
1541 |
-.chk-area { |
|
1542 |
- .form-check { |
|
1543 |
- display: flex; |
|
1544 |
- align-items: center; |
|
1545 |
- justify-content: center; |
|
1546 |
- } |
|
1547 |
- |
|
1548 |
- label { |
|
1549 |
- padding-left: 30px !important; |
|
1550 |
- line-height: 0; |
|
1551 |
- } |
|
1552 |
- |
|
1553 |
-} |
|
1554 |
- |
|
1555 |
-label:focus, |
|
1556 |
-button:focus { |
|
1557 |
- outline: 0; |
|
1558 |
-} |
|
1559 |
- |
|
1560 |
-.input-radio { |
|
1561 |
- .chk-area { |
|
1562 |
- margin: 9px 0 9px 10px; |
|
1563 |
- |
|
1564 |
- .form-check { |
|
1565 |
- label { |
|
1566 |
- width: auto !important; |
|
1567 |
- line-height: 0 !important; |
|
1568 |
- background-color: #fff !important; |
|
1569 |
- border-right: 0 !important; |
|
1570 |
- } |
|
1571 |
- } |
|
1572 |
- } |
|
1573 |
-} |
|
1574 |
- |
|
1575 |
-.popup-overlay { |
|
1576 |
- position: fixed; |
|
1577 |
- top: 0; |
|
1578 |
- left: 0; |
|
1579 |
- width: 100%; |
|
1580 |
- height: 100%; |
|
1581 |
- background-color: rgba(0, 0, 0, 0.5); |
|
1582 |
- display: flex; |
|
1583 |
- align-items: center; |
|
1584 |
- justify-content: center; |
|
1585 |
- z-index: 999; |
|
1586 |
-} |
|
1587 |
- |
|
1588 |
-.popup-content { |
|
1589 |
- position: relative; |
|
1590 |
- background: white; |
|
1591 |
- padding: 20px; |
|
1592 |
- border-radius: 10px; |
|
1593 |
- |
|
1594 |
- text-align: center; |
|
1595 |
- |
|
1596 |
- .form-control { |
|
1597 |
- margin: 0 !important; |
|
1598 |
- } |
|
1599 |
- |
|
1600 |
- .card-title { |
|
1601 |
- text-align: left; |
|
1602 |
- } |
|
1603 |
- |
|
1604 |
- .ico-sch { |
|
1605 |
- right: 17px !important; |
|
1606 |
- } |
|
1607 |
- |
|
1608 |
- table { |
|
1609 |
- |
|
1610 |
- th, |
|
1611 |
- td { |
|
1612 |
- |
|
1613 |
- border-right: 1px solid #C7CFE3 !important; |
|
1614 |
- } |
|
1615 |
- } |
|
1616 |
- |
|
1617 |
- .close-btn { |
|
1618 |
- position: absolute; |
|
1619 |
- top: 20px; |
|
1620 |
- right: 20px; |
|
1621 |
- } |
|
1622 |
- |
|
1623 |
- .btn.hyuga { |
|
1624 |
- background-color: #1D75E1; |
|
1625 |
- } |
|
1626 |
- |
|
1627 |
- .btn.chuljang { |
|
1628 |
- background-color: #219A8C; |
|
1629 |
- } |
|
1630 |
-} |
|
1631 |
- |
|
1632 |
-.datepicker-conts { |
|
1633 |
- margin-bottom: 20px; |
|
1634 |
-} |
|
1635 |
- |
|
1636 |
-.datepicker-input { |
|
1637 |
- display: flex; |
|
1638 |
- justify-content: end; |
|
1639 |
- align-items: center; |
|
1640 |
- gap: 5px; |
|
1641 |
- |
|
1642 |
- .form-control { |
|
1643 |
- padding-right: 16px !important; |
|
1644 |
- border-color: #C7CFE3; |
|
1645 |
- } |
|
1646 |
- |
|
1647 |
- mark { |
|
1648 |
- background-color: transparent; |
|
1649 |
- } |
|
1656 |
+ border-radius: 2rem; |
|
1657 |
+ padding: 3rem |
|
1650 | 1658 |
} |
1651 | 1659 |
|
1652 | 1660 |
.schedule-zone { |
... | ... | @@ -1684,44 +1692,73 @@ |
1684 | 1692 |
} |
1685 | 1693 |
|
1686 | 1694 |
.tbl-wrap { |
1687 |
- table.buseo { |
|
1688 |
- tbody { |
|
1689 |
- tr { |
|
1690 |
- cursor: pointer; |
|
1695 |
+ border: 1px solid var(--#{$prefix}secondary-30); |
|
1696 |
+ border-radius: 1rem; |
|
1697 |
+ .tbl { |
|
1698 |
+ |
|
1699 |
+ &.data { |
|
1700 |
+ tr{ |
|
1701 |
+ &:last-child { |
|
1702 |
+ td,th{ |
|
1703 |
+ border-bottom: 0; |
|
1704 |
+ } |
|
1705 |
+ } |
|
1706 |
+ } |
|
1707 |
+ th, |
|
1708 |
+ td { |
|
1709 |
+ padding: var(--#{$prefix}spacer-1) var(--#{$prefix}spacer-4); |
|
1710 |
+ border-bottom: 1px solid; |
|
1711 |
+ line-height: $line-height-base; |
|
1712 |
+ vertical-align: middle; |
|
1713 |
+ } |
|
1714 |
+ tbody { |
|
1715 |
+ th{ |
|
1716 |
+ background-color: var(--#{$prefix}secondary-5); |
|
1717 |
+ } |
|
1718 |
+ |
|
1719 |
+ } |
|
1720 |
+ } |
|
1721 |
+ &.radius-table{ |
|
1722 |
+ tr{ |
|
1723 |
+ &:first-child { |
|
1724 |
+ th { |
|
1725 |
+ border-radius: 1rem 0 0 0; |
|
1726 |
+ } |
|
1727 |
+ td { |
|
1728 |
+ border-radius: 0 1rem 0 0; |
|
1729 |
+ } |
|
1730 |
+ } |
|
1731 |
+ &:last-child { |
|
1732 |
+ th { |
|
1733 |
+ &:first-child { |
|
1734 |
+ border-radius: 0 0 0 1rem; |
|
1735 |
+ } |
|
1736 |
+ } |
|
1737 |
+ td { |
|
1738 |
+ border-radius: 0 0 1rem 0; |
|
1739 |
+ } |
|
1740 |
+ } |
|
1691 | 1741 |
} |
1692 | 1742 |
} |
1693 |
- } |
|
1694 |
- |
|
1695 |
- th, |
|
1696 |
- td { |
|
1697 |
- // text-align: center !important; |
|
1698 |
- font-size: 16px !important; |
|
1699 |
- } |
|
1700 |
- |
|
1701 |
- .status-approved { |
|
1702 |
- color: #1D75E1; |
|
1703 |
- font-weight: 700; |
|
1704 |
- } |
|
1705 |
- |
|
1706 |
- .status-pending { |
|
1707 |
- color: #E92727; |
|
1708 |
- font-weight: 700; |
|
1709 |
- } |
|
1710 |
- |
|
1711 |
- .status-green { |
|
1712 |
- color: #219A8C; |
|
1713 |
- font-weight: 700; |
|
1714 |
- } |
|
1715 |
- |
|
1716 |
- .expired td { |
|
1717 |
- background-color: #F6F6F6; |
|
1718 |
- /* 연회색 배경 */ |
|
1719 |
- filter: grayscale(50%); |
|
1720 |
- opacity: 0.6; |
|
1721 |
- } |
|
1743 |
+ } |
|
1722 | 1744 |
} |
1723 | 1745 |
|
1724 | 1746 |
.d-flex{ |
1725 | 1747 |
@include flex-layout(flex, center); |
1748 |
+ |
|
1749 |
+ &.justify-between { |
|
1750 |
+ justify-content: space-between; |
|
1751 |
+ } |
|
1752 |
+ &.justify-end { |
|
1753 |
+ justify-content: flex-end; |
|
1754 |
+ } |
|
1755 |
+ |
|
1756 |
+ &.aling-start { |
|
1757 |
+ align-items: flex-start; |
|
1758 |
+ } |
|
1759 |
+ &.aling-end { |
|
1760 |
+ align-items: flex-end; |
|
1761 |
+ } |
|
1762 |
+ |
|
1726 | 1763 |
gap: 1rem; |
1727 | 1764 |
}(파일 끝에 줄바꿈 문자 없음) |
--- client/resources/scss/admin/layout.scss
+++ client/resources/scss/admin/layout.scss
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 |
display: flex; |
3 | 3 |
justify-content: space-between; |
4 | 4 |
margin-bottom: 20px; |
5 |
- .title{width: 350px; flex-shrink: 0; text-align: center;} |
|
5 |
+ .title{width: 250px; flex-shrink: 0; text-align: center;} |
|
6 | 6 |
.user-info{ |
7 | 7 |
display: flex; |
8 | 8 |
justify-self: flex-end; |
--- client/views/pages/Manager/attendance/AttendanceDetail.vue
+++ client/views/pages/Manager/attendance/AttendanceDetail.vue
... | ... | @@ -2,65 +2,63 @@ |
2 | 2 |
<div class="card "> |
3 | 3 |
<div class="card-body"> |
4 | 4 |
<h2 class="card-title">부서별 근태현황</h2> |
5 |
- <div class="name-box flex sb simple"> |
|
5 |
+ <div class="d-flex"> |
|
6 | 6 |
<div class="img-area"> |
7 | 7 |
<div class="img"><img :src="photoicon" alt=""> |
8 | 8 |
</div> |
9 | 9 |
</div> |
10 |
- <form class="row g-3 needs-validation " :class="{ 'was-validated': formSubmitted }" |
|
11 |
- @submit.prevent="handleRegister" novalidate> |
|
12 |
- <div class="col-12"> |
|
13 |
- <label for="yourName" class="form-label">아이디</label> |
|
14 |
- <input v-model="name" type="text" name="name" class="form-control" id="yourName" required readonly |
|
15 |
- placeholder="admin"> |
|
16 |
- </div> |
|
17 |
- <div class="col-12 "> |
|
18 |
- <div class="col-12 border-x"> |
|
19 |
- <label for="youremail" class="form-label ">이름<p class="require"><img :src="require" alt=""></p></label> |
|
20 |
- <input v-model="email" type="text" name="username" class="form-control" id="youremail" required readonly> |
|
21 |
- </div> |
|
10 |
+ <div class="tbl-wrap" style="width: calc(100% - 310px);"> |
|
11 |
+ <table class="tbl data radius-table"> |
|
12 |
+ <tbody> |
|
13 |
+ <tr> |
|
14 |
+ <th>아이디</th> |
|
15 |
+ <td colspan="3"> |
|
16 |
+ <input v-model="name" type="text" name="name" class="form-control sm" id="yourName" required readonly placeholder="admin" /> |
|
17 |
+ </td> |
|
18 |
+ </tr> |
|
19 |
+ <tr> |
|
20 |
+ <th >이름</th> |
|
21 |
+ <td> |
|
22 |
+ <input v-model="email" type="text" name="username" class="form-control sm" id="youremail" required readonly /> |
|
23 |
+ </td> |
|
24 |
+ <th>부서</th> |
|
25 |
+ <td> |
|
26 |
+ <input v-model="password" type="password" name="password" class="form-control sm" id="yourPassword" required readonly placeholder="주식회사 테이큰 소프트" /> |
|
27 |
+ </td> |
|
28 |
+ </tr> |
|
29 |
+ <tr> |
|
30 |
+ <th>직급</th> |
|
31 |
+ <td> |
|
32 |
+ <input v-model="email" type="text" name="username" class="form-control sm" id="youremail2" required readonly placeholder="과장" /> |
|
33 |
+ </td> |
|
34 |
+ <th>직책</th> |
|
35 |
+ <td> |
|
36 |
+ <input v-model="password" type="password" name="password" class="form-control sm" id="yourPassword2" required readonly placeholder="팀장" /> |
|
37 |
+ </td> |
|
38 |
+ </tr> |
|
39 |
+ </tbody> |
|
40 |
+ </table> |
|
41 |
+ </div> |
|
22 | 42 |
|
23 |
- <div class="col-12 border-x"> |
|
24 |
- <label for="yourPassword" class="form-label">부서</label> |
|
25 |
- <input v-model="password" type="password" name="password" class="form-control" id="yourPassword" |
|
26 |
- required readonly placeholder="주식회사 테이큰 소프트"> |
|
27 |
- </div> |
|
28 |
- </div> |
|
29 |
- <div class="col-12 border-x"> |
|
30 |
- <div class="col-12 border-x"> |
|
31 |
- <label for="youremail" class="form-label">직급</label> |
|
32 |
- <input v-model="email" type="text" name="username" class="form-control" id="youremail" required readonly |
|
33 |
- placeholder="과장"> |
|
34 |
- </div> |
|
35 |
- |
|
36 |
- <div class="col-12 border-x"> |
|
37 |
- <label for="yourPassword" class="form-label">직책</label> |
|
38 |
- <input v-model="password" type="password" name="password" class="form-control" id="yourPassword" |
|
39 |
- required readonly placeholder="팀장"> |
|
40 |
- </div> |
|
41 |
- </div> |
|
42 |
- |
|
43 |
- |
|
44 |
- </form> |
|
45 | 43 |
</div> |
46 | 44 |
|
47 |
- <div class="sch-form-wrap "> |
|
48 |
- <div class="input-group"> |
|
49 |
- <select name="" id="" class="form-select"> |
|
45 |
+ <div class="sch-form-wrap"> |
|
46 |
+ <div class="input-group d-flex justify-end"> |
|
47 |
+ <select name="" id="" class="form-select sm"> |
|
50 | 48 |
<option :value="currentYear">{{ currentYear }}년</option> |
51 | 49 |
<option value="all">전체</option> |
52 | 50 |
<option v-for="year in remainingYears" :key="year" :value="year" v-if="year !== currentYear"> |
53 | 51 |
{{ year }}년 |
54 | 52 |
</option> |
55 | 53 |
</select> |
56 |
- <select name="" id="" class="form-select"> |
|
54 |
+ <select name="" id="" class="form-select sm"> |
|
57 | 55 |
<option :value="currentMonth">{{ currentMonth }}월</option> |
58 | 56 |
<option value="all">전체</option> |
59 | 57 |
<option v-for="month in remainingMonths" :key="month" :value="month" v-if="month !== currentMonth"> |
60 | 58 |
{{ month }}월 |
61 | 59 |
</option> |
62 | 60 |
</select> |
63 |
- <select name="" id="" class="form-select"> |
|
61 |
+ <select name="" id="" class="form-select sm"> |
|
64 | 62 |
<option value="">전체</option> |
65 | 63 |
<option value="">지각</option> |
66 | 64 |
<option value="">조기퇴근</option> |
... | ... | @@ -72,27 +70,17 @@ |
72 | 70 |
<option value="">병가</option> |
73 | 71 |
</select> |
74 | 72 |
</div> |
75 |
- |
|
76 | 73 |
</div> |
77 |
- <div class=" tbl-wrap tbl2"> |
|
74 |
+ <div class="tbl-wrap"> |
|
78 | 75 |
<table class="tbl data"> |
79 |
- <colgroup> |
|
80 |
- <col style="width: 150px;"> |
|
81 |
- <col style="width: "> |
|
82 |
- <col style="width: "> |
|
83 |
- <col style="width: "> |
|
84 |
- <col style="width: "> |
|
85 |
- <col style="width: "> |
|
86 |
- <!-- 더 많은 열 설정 --> |
|
87 |
- </colgroup> |
|
88 | 76 |
<tbody> |
89 |
- <tr class="thead"> |
|
90 |
- <td rowspan="2" class="th">근태 현황</td> |
|
91 |
- <td>지각</td> |
|
92 |
- <td>조기퇴근</td> |
|
93 |
- <td>결근</td> |
|
94 |
- <td>출장</td> |
|
95 |
- <td>주말출근</td> |
|
77 |
+ <tr> |
|
78 |
+ <th rowspan="2">근태 현황</th> |
|
79 |
+ <th>지각</th> |
|
80 |
+ <th>조기퇴근</th> |
|
81 |
+ <th>결근</th> |
|
82 |
+ <th>출장</th> |
|
83 |
+ <th>주말출근</th> |
|
96 | 84 |
</tr> |
97 | 85 |
<tr> |
98 | 86 |
<td>{{ late }}</td> |
... | ... | @@ -104,22 +92,16 @@ |
104 | 92 |
</tbody> |
105 | 93 |
|
106 | 94 |
</table> |
95 |
+ </div> |
|
96 |
+ <div class="tbl-wrap"> |
|
107 | 97 |
<table class="tbl data"> |
108 |
- <colgroup> |
|
109 |
- <col style="width: 150px;"> |
|
110 |
- <col span=""> |
|
111 |
- <col style="width: "> |
|
112 |
- <col style="width: "> |
|
113 |
- <col style="width: "> |
|
114 |
- <!-- 더 많은 열 설정 --> |
|
115 |
- </colgroup> |
|
116 | 98 |
<tbody> |
117 |
- <tr class="thead"> |
|
118 |
- <td rowspan="2" class="th">휴가 현황</td> |
|
119 |
- <td>연차</td> |
|
120 |
- <td>대체휴가</td> |
|
121 |
- <td>공가</td> |
|
122 |
- <td>병가</td> |
|
99 |
+ <tr> |
|
100 |
+ <th rowspan="2">휴가 현황</th> |
|
101 |
+ <th>연차</th> |
|
102 |
+ <th>대체휴가</th> |
|
103 |
+ <th>공가</th> |
|
104 |
+ <th>병가</th> |
|
123 | 105 |
</tr> |
124 | 106 |
<tr> |
125 | 107 |
<td></td> |
... | ... | @@ -128,15 +110,10 @@ |
128 | 110 |
<td></td> |
129 | 111 |
</tr> |
130 | 112 |
</tbody> |
131 |
- |
|
132 | 113 |
</table> |
133 | 114 |
</div> |
134 | 115 |
<div class="tbl-wrap"> |
135 | 116 |
<table id="myTable" class="tbl data"> |
136 |
- <colgroup> |
|
137 |
- <col style="width: 200px;"> |
|
138 |
- <col style=" width: "> |
|
139 |
- </colgroup> |
|
140 | 117 |
<thead> |
141 | 118 |
<tr> |
142 | 119 |
<th>연차 </th> |
--- client/views/pages/Manager/attendance/myAttendance.vue
+++ client/views/pages/Manager/attendance/myAttendance.vue
... | ... | @@ -41,52 +41,34 @@ |
41 | 41 |
|
42 | 42 |
</div> |
43 | 43 |
</div> |
44 |
- <div class=" tbl-wrap tbl2"> |
|
45 |
- <table class="tbl data"> |
|
46 |
- <colgroup> |
|
47 |
- <col style="width: 150px;"> |
|
48 |
- <col style="width: "> |
|
49 |
- <col style="width: "> |
|
50 |
- <col style="width: "> |
|
51 |
- <col style="width: "> |
|
52 |
- <col style="width: "> |
|
53 |
- <!-- 더 많은 열 설정 --> |
|
54 |
- </colgroup> |
|
44 |
+ <div class="tbl-wrap"> |
|
45 |
+ <table class="tbl data mb30"> |
|
55 | 46 |
<tbody> |
56 |
- <tr class="thead"> |
|
57 |
- <td rowspan="2" class="th">근태 현황</td> |
|
58 |
- <td>지각</td> |
|
59 |
- <td>조기퇴근</td> |
|
60 |
- <td>결근</td> |
|
61 |
- <td>출장</td> |
|
62 |
- <td>주말출근</td> |
|
47 |
+ <tr> |
|
48 |
+ <th rowspan="2" style="width: 200px;">근태 현황</th> |
|
49 |
+ <th>지각</th> |
|
50 |
+ <th>조기퇴근</th> |
|
51 |
+ <th>결근</th> |
|
52 |
+ <th>출장</th> |
|
53 |
+ <th>주말출근</th> |
|
63 | 54 |
</tr> |
64 | 55 |
<tr> |
65 |
- <td>{{ late }}</td> |
|
66 |
- <td>{{ earlyLeave }}</td> |
|
67 |
- <td>{{ absence }}</td> |
|
68 |
- <td>{{ businessTrip }}</td> |
|
69 |
- <td>{{ weekendWork }}</td> |
|
70 |
- </tr> |
|
56 |
+ <td>{{ late }}</td> |
|
57 |
+ <td>{{ earlyLeave }}</td> |
|
58 |
+ <td>{{ absence }}</td> |
|
59 |
+ <td>{{ businessTrip }}</td> |
|
60 |
+ <td>{{ weekendWork }}</td> |
|
61 |
+ </tr> |
|
71 | 62 |
</tbody> |
72 |
- |
|
73 | 63 |
</table> |
74 |
- <table class="tbl data"> |
|
75 |
- <colgroup> |
|
76 |
- <col style="width: 150px;"> |
|
77 |
- <col style="width: "> |
|
78 |
- <col style="width: "> |
|
79 |
- <col style="width: "> |
|
80 |
- <col style="width: "> |
|
81 |
- <!-- 더 많은 열 설정 --> |
|
82 |
- </colgroup> |
|
64 |
+ <table class="tbl data mb30"> |
|
83 | 65 |
<tbody> |
84 |
- <tr class="thead"> |
|
85 |
- <td rowspan="2" class="th">휴가 현황</td> |
|
86 |
- <td>연차</td> |
|
87 |
- <td>대체휴가</td> |
|
88 |
- <td>공가</td> |
|
89 |
- <td>병가</td> |
|
66 |
+ <tr> |
|
67 |
+ <th rowspan="2" style="width: 200px;">휴가 현황</th> |
|
68 |
+ <th>연차</th> |
|
69 |
+ <th>대체휴가</th> |
|
70 |
+ <th>공가</th> |
|
71 |
+ <th>병가</th> |
|
90 | 72 |
</tr> |
91 | 73 |
<tr> |
92 | 74 |
<td></td> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?