@banch0u/core-project-test-repository 2.2.4 → 2.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -104
- package/dist/assets/css/antd.css +842 -842
- package/dist/assets/css/variables.css +16 -16
- package/dist/assets/fonts/fonts.css +52 -52
- package/dist/components/Button/index.module.scss +154 -154
- package/dist/components/ColSort/index.module.scss +62 -62
- package/dist/components/Delete/Delete.module.scss +22 -22
- package/dist/components/DeleteModal/DeleteModal.module.scss +11 -11
- package/dist/components/Filter/index.module.scss +99 -99
- package/dist/components/FormModal/index.js +16 -16
- package/dist/components/FormModal/index.module.scss +14 -14
- package/dist/components/ImagePreviewModal/index.js +23 -23
- package/dist/components/ImagePreviewModal/index.module.scss +27 -27
- package/dist/components/Input/index.module.scss +111 -111
- package/dist/components/Loading/index.module.scss +18 -18
- package/dist/components/NotificationDropdown/index.js +8 -8
- package/dist/components/NotificationDropdown/index.module.scss +83 -83
- package/dist/components/NotificationSettingsContent/index.module.scss +70 -70
- package/dist/components/Pagination/Pagination.module.scss +8 -8
- package/dist/components/ProfileOptions/index.js +21 -21
- package/dist/components/ProfileOptions/index.module.scss +265 -265
- package/dist/components/Select/index.module.scss +72 -72
- package/dist/components/Success/Success.module.scss +26 -26
- package/dist/components/Table/index.module.scss +76 -76
- package/dist/helpers/enums.js +10 -0
- package/dist/index.css +32 -32
- package/dist/layout/Header/AppSelect/index.module.scss +72 -72
- package/dist/layout/Header/index.module.scss +12 -12
- package/dist/layout/QuestionnairesLayout/index.module.scss +3 -3
- package/dist/layout/QuestionnairesSidebar/index.js +26 -2
- package/dist/layout/QuestionnairesSidebar/index.module.scss +77 -77
- package/dist/layout/Sidebar/index.js +15 -15
- package/dist/layout/Sidebar/index.module.scss +67 -67
- package/dist/pages/Login/index.js +15 -15
- package/dist/pages/Login/index.module.scss +123 -123
- package/dist/pages/NotFound/index.module.scss +50 -50
- package/dist/pages/Platform/index.js +15 -15
- package/dist/pages/Platform/index.module.scss +125 -125
- package/dist/pages/Questionnnaires/Questionnaires.module.scss +211 -211
- package/dist/pages/Questionnnaires/QuestionnairesAcademicdegreesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesApplicationFormContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesAreasContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesBarrelContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesBarrelContent/index.js +292 -0
- package/dist/pages/Questionnnaires/QuestionnairesBrandsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesChassisTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesChemicalsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesColorsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCompaniesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContractTopicsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContractTypesSubtypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesContractcurrenciesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContracttypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContragenttypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCountriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCrushReasonsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDefaultAgreementPlansContent/index.js +23 -23
- package/dist/pages/Questionnnaires/QuestionnairesDeliveryMethodContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDetailPartsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDisabilitystatusesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDocumentRecieveMethodsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDocumentTypeContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDocumentWhomContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDrivingcategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesEducationinstitutionsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEducationlevelsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEducationpaymentsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEmployeeConfigurations/index.js +13 -13
- package/dist/pages/Questionnnaires/QuestionnairesEngineTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesExecutionRulesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesExtraServicesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesFieldContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesFieldContent/index.js +275 -0
- package/dist/pages/Questionnnaires/QuestionnairesFuelTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesGearboxTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesGeneralstructurestatusesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesGeneralstructuretypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesHallsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesHonorarytitlesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesInsurancetypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesInternalStructureContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesIssuedAuthoritiesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMarginNoteTextsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMeasurementTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMilitarycategoriesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitarygroupsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitaryranksContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitarystaffsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesModelsContent/index.js +13 -13
- package/dist/pages/Questionnnaires/QuestionnairesOilFieldsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOrdersContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOrganizationsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOwnersContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOwnershipTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesPenaltyTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesPositionsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesRegionsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesRepairTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesRepairmentWorkTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesReprimandtypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesRouteLocationsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesSpecialdaysContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesSpecializationsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesStructuresContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesSubtopicContent/index.js +15 -15
- package/dist/pages/Questionnnaires/QuestionnairesTopicContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesTransmitterTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleCategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleGroupsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesWarparticipantsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesWellContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesWellContent/index.js +280 -0
- package/dist/pages/Questionnnaires/QuestionnairesWorkModesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesWorkschedulesContent/index.js +12 -12
- package/dist/routes/QuestionnaireRoutes.js +19 -1
- package/dist/store/slices/auth/index.js +60 -60
- package/dist/store/slices/auth/service.js +20 -20
- package/dist/store/slices/companyInfo/index.js +10 -10
- package/dist/store/slices/companyInfo/service.js +4 -4
- package/dist/store/slices/employees/index.js +30 -30
- package/dist/store/slices/employees/service.js +12 -12
- package/dist/store/slices/global/index.js +170 -152
- package/dist/store/slices/notification/index.js +73 -73
- package/dist/store/slices/notification/service.js +24 -24
- package/dist/store/slices/questionnaire/index.js +9154 -8527
- package/dist/store/slices/questionnaire/service.js +3467 -3083
- package/dist/tools/questionnaireGenerator.js +12 -12
- package/dist/translations/index.json +364 -364
- package/dist/utils/axios.js +6 -6
- package/dist/utils/message.js +2 -2
- package/dist/utils/path.js +12 -0
- package/package.json +1 -1
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
.platform {
|
|
2
|
-
display: flex;
|
|
3
|
-
width: 100%;
|
|
4
|
-
align-items: center;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
padding-top: 47px;
|
|
7
|
-
height: 100vh;
|
|
8
|
-
background: #f8f8f8;
|
|
9
|
-
.logo {
|
|
10
|
-
svg {
|
|
11
|
-
width: 250px;
|
|
12
|
-
height: auto;
|
|
13
|
-
margin-bottom: 40px;
|
|
14
|
-
}
|
|
15
|
-
img {
|
|
16
|
-
width: 250px;
|
|
17
|
-
height: auto;
|
|
18
|
-
margin-bottom: 40px;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
.buttons {
|
|
22
|
-
// width: 774px;
|
|
23
|
-
padding: 29px 30px;
|
|
24
|
-
background: #ffffff;
|
|
25
|
-
border: 1px solid #e1e1e1;
|
|
26
|
-
border-radius: 20px;
|
|
27
|
-
|
|
28
|
-
.title {
|
|
29
|
-
font-family: Inter;
|
|
30
|
-
font-size: 30px;
|
|
31
|
-
font-weight: 500;
|
|
32
|
-
line-height: 36.31px;
|
|
33
|
-
text-align: center;
|
|
34
|
-
margin-bottom: 37px;
|
|
35
|
-
}
|
|
36
|
-
.links {
|
|
37
|
-
display: grid;
|
|
38
|
-
grid-template-columns: repeat(4, 1fr);
|
|
39
|
-
justify-content: space-between;
|
|
40
|
-
gap: 30px;
|
|
41
|
-
a {
|
|
42
|
-
display: flex;
|
|
43
|
-
flex-direction: column;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
align-items: center;
|
|
46
|
-
gap: 21px;
|
|
47
|
-
width: 218px;
|
|
48
|
-
height: 218px;
|
|
49
|
-
border-radius: 8px;
|
|
50
|
-
background: #f8f8f8;
|
|
51
|
-
font-size: 22px;
|
|
52
|
-
font-weight: 500;
|
|
53
|
-
line-height: 26.63px;
|
|
54
|
-
text-align: left;
|
|
55
|
-
cursor: pointer;
|
|
56
|
-
text-align: center;
|
|
57
|
-
text-decoration: none;
|
|
58
|
-
color: var(--darkBlueColor);
|
|
59
|
-
svg {
|
|
60
|
-
margin-top: 45px;
|
|
61
|
-
height: 70px;
|
|
62
|
-
width: auto;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
.disableMenu {
|
|
66
|
-
display: flex;
|
|
67
|
-
flex-direction: column;
|
|
68
|
-
justify-content: center;
|
|
69
|
-
align-items: center;
|
|
70
|
-
gap: 21px;
|
|
71
|
-
width: 218px;
|
|
72
|
-
height: 218px;
|
|
73
|
-
border-radius: 8px;
|
|
74
|
-
background: #f8f8f8b9;
|
|
75
|
-
font-size: 22px;
|
|
76
|
-
font-weight: 500;
|
|
77
|
-
line-height: 26.63px;
|
|
78
|
-
text-align: left;
|
|
79
|
-
text-align: center;
|
|
80
|
-
text-decoration: none;
|
|
81
|
-
color: #979797;
|
|
82
|
-
svg {
|
|
83
|
-
margin-top: 45px;
|
|
84
|
-
height: 70px;
|
|
85
|
-
width: auto;
|
|
86
|
-
path {
|
|
87
|
-
filter: brightness(0) saturate(100%) invert(66%) sepia(0%)
|
|
88
|
-
saturate(2270%) hue-rotate(123deg) brightness(88%) contrast(94%);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
.settings_button {
|
|
95
|
-
position: absolute;
|
|
96
|
-
right: 42px;
|
|
97
|
-
bottom: 62px;
|
|
98
|
-
a {
|
|
99
|
-
border: 1px solid #e2e2e2;
|
|
100
|
-
color: var(--darkBlueColor);
|
|
101
|
-
background: #fff;
|
|
102
|
-
display: flex;
|
|
103
|
-
align-items: center;
|
|
104
|
-
gap: 15px;
|
|
105
|
-
padding: 10px 21px;
|
|
106
|
-
font-family: Inter;
|
|
107
|
-
font-size: 20px;
|
|
108
|
-
font-weight: 400;
|
|
109
|
-
line-height: 24.2px;
|
|
110
|
-
text-align: center;
|
|
111
|
-
border-radius: 12px;
|
|
112
|
-
cursor: pointer;
|
|
113
|
-
text-decoration: none;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
.itemWrapper {
|
|
118
|
-
position: relative;
|
|
119
|
-
overflow: hidden;
|
|
120
|
-
span {
|
|
121
|
-
position: absolute;
|
|
122
|
-
top: 28px;
|
|
123
|
-
right: -7px;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
1
|
+
.platform {
|
|
2
|
+
display: flex;
|
|
3
|
+
width: 100%;
|
|
4
|
+
align-items: center;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
padding-top: 47px;
|
|
7
|
+
height: 100vh;
|
|
8
|
+
background: #f8f8f8;
|
|
9
|
+
.logo {
|
|
10
|
+
svg {
|
|
11
|
+
width: 250px;
|
|
12
|
+
height: auto;
|
|
13
|
+
margin-bottom: 40px;
|
|
14
|
+
}
|
|
15
|
+
img {
|
|
16
|
+
width: 250px;
|
|
17
|
+
height: auto;
|
|
18
|
+
margin-bottom: 40px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.buttons {
|
|
22
|
+
// width: 774px;
|
|
23
|
+
padding: 29px 30px;
|
|
24
|
+
background: #ffffff;
|
|
25
|
+
border: 1px solid #e1e1e1;
|
|
26
|
+
border-radius: 20px;
|
|
27
|
+
|
|
28
|
+
.title {
|
|
29
|
+
font-family: Inter;
|
|
30
|
+
font-size: 30px;
|
|
31
|
+
font-weight: 500;
|
|
32
|
+
line-height: 36.31px;
|
|
33
|
+
text-align: center;
|
|
34
|
+
margin-bottom: 37px;
|
|
35
|
+
}
|
|
36
|
+
.links {
|
|
37
|
+
display: grid;
|
|
38
|
+
grid-template-columns: repeat(4, 1fr);
|
|
39
|
+
justify-content: space-between;
|
|
40
|
+
gap: 30px;
|
|
41
|
+
a {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: column;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
align-items: center;
|
|
46
|
+
gap: 21px;
|
|
47
|
+
width: 218px;
|
|
48
|
+
height: 218px;
|
|
49
|
+
border-radius: 8px;
|
|
50
|
+
background: #f8f8f8;
|
|
51
|
+
font-size: 22px;
|
|
52
|
+
font-weight: 500;
|
|
53
|
+
line-height: 26.63px;
|
|
54
|
+
text-align: left;
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
text-align: center;
|
|
57
|
+
text-decoration: none;
|
|
58
|
+
color: var(--darkBlueColor);
|
|
59
|
+
svg {
|
|
60
|
+
margin-top: 45px;
|
|
61
|
+
height: 70px;
|
|
62
|
+
width: auto;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.disableMenu {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-direction: column;
|
|
68
|
+
justify-content: center;
|
|
69
|
+
align-items: center;
|
|
70
|
+
gap: 21px;
|
|
71
|
+
width: 218px;
|
|
72
|
+
height: 218px;
|
|
73
|
+
border-radius: 8px;
|
|
74
|
+
background: #f8f8f8b9;
|
|
75
|
+
font-size: 22px;
|
|
76
|
+
font-weight: 500;
|
|
77
|
+
line-height: 26.63px;
|
|
78
|
+
text-align: left;
|
|
79
|
+
text-align: center;
|
|
80
|
+
text-decoration: none;
|
|
81
|
+
color: #979797;
|
|
82
|
+
svg {
|
|
83
|
+
margin-top: 45px;
|
|
84
|
+
height: 70px;
|
|
85
|
+
width: auto;
|
|
86
|
+
path {
|
|
87
|
+
filter: brightness(0) saturate(100%) invert(66%) sepia(0%)
|
|
88
|
+
saturate(2270%) hue-rotate(123deg) brightness(88%) contrast(94%);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
.settings_button {
|
|
95
|
+
position: absolute;
|
|
96
|
+
right: 42px;
|
|
97
|
+
bottom: 62px;
|
|
98
|
+
a {
|
|
99
|
+
border: 1px solid #e2e2e2;
|
|
100
|
+
color: var(--darkBlueColor);
|
|
101
|
+
background: #fff;
|
|
102
|
+
display: flex;
|
|
103
|
+
align-items: center;
|
|
104
|
+
gap: 15px;
|
|
105
|
+
padding: 10px 21px;
|
|
106
|
+
font-family: Inter;
|
|
107
|
+
font-size: 20px;
|
|
108
|
+
font-weight: 400;
|
|
109
|
+
line-height: 24.2px;
|
|
110
|
+
text-align: center;
|
|
111
|
+
border-radius: 12px;
|
|
112
|
+
cursor: pointer;
|
|
113
|
+
text-decoration: none;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
.itemWrapper {
|
|
118
|
+
position: relative;
|
|
119
|
+
overflow: hidden;
|
|
120
|
+
span {
|
|
121
|
+
position: absolute;
|
|
122
|
+
top: 28px;
|
|
123
|
+
right: -7px;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
@@ -1,211 +1,211 @@
|
|
|
1
|
-
.layout {
|
|
2
|
-
margin: 20px;
|
|
3
|
-
border-radius: 12px;
|
|
4
|
-
height: auto;
|
|
5
|
-
background: unset;
|
|
6
|
-
.content {
|
|
7
|
-
margin-bottom: 20px;
|
|
8
|
-
background: #fff;
|
|
9
|
-
border-radius: 12px;
|
|
10
|
-
max-height: calc(100vh - 85px) !important;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
.table_header {
|
|
13
|
-
padding: 14px;
|
|
14
|
-
padding-bottom: 18px;
|
|
15
|
-
display: flex;
|
|
16
|
-
justify-content: space-between;
|
|
17
|
-
align-items: center;
|
|
18
|
-
h2 {
|
|
19
|
-
font-size: 26px;
|
|
20
|
-
font-weight: 500;
|
|
21
|
-
line-height: 39px;
|
|
22
|
-
text-align: left;
|
|
23
|
-
}
|
|
24
|
-
.buttons {
|
|
25
|
-
display: flex;
|
|
26
|
-
gap: 10px;
|
|
27
|
-
.search {
|
|
28
|
-
width: 168px;
|
|
29
|
-
margin: 0 auto;
|
|
30
|
-
display: flex;
|
|
31
|
-
justify-content: center;
|
|
32
|
-
height: 36px;
|
|
33
|
-
font-size: 16px !important;
|
|
34
|
-
font-weight: 500 !important;
|
|
35
|
-
line-height: 24px !important;
|
|
36
|
-
text-align: left !important;
|
|
37
|
-
border-radius: 6px;
|
|
38
|
-
padding: 6px 10px !important;
|
|
39
|
-
.search_icon {
|
|
40
|
-
display: flex;
|
|
41
|
-
align-items: center;
|
|
42
|
-
cursor: pointer;
|
|
43
|
-
svg {
|
|
44
|
-
path {
|
|
45
|
-
transition: 250ms;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
svg:hover {
|
|
49
|
-
path {
|
|
50
|
-
stroke: var(--darkBlueColor);
|
|
51
|
-
transition: 250ms;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
.layout1 {
|
|
60
|
-
// margin-left: 24px;
|
|
61
|
-
// margin-right: 20px;
|
|
62
|
-
// margin-top: 20px;
|
|
63
|
-
border-radius: 12px;
|
|
64
|
-
height: auto;
|
|
65
|
-
background: unset;
|
|
66
|
-
.content {
|
|
67
|
-
margin-bottom: 0px;
|
|
68
|
-
background: #fff !important;
|
|
69
|
-
border-radius: 12px;
|
|
70
|
-
max-height: calc(100vh - 85px) !important;
|
|
71
|
-
overflow: hidden;
|
|
72
|
-
display: block;
|
|
73
|
-
border: 1px solid var(--blue);
|
|
74
|
-
padding: 0 !important;
|
|
75
|
-
padding-bottom: 25px !important;
|
|
76
|
-
|
|
77
|
-
table {
|
|
78
|
-
// th {
|
|
79
|
-
// text-align: left !important;
|
|
80
|
-
// padding-left: 5px !important;
|
|
81
|
-
// }
|
|
82
|
-
th:nth-child(2),
|
|
83
|
-
th:nth-child(3) {
|
|
84
|
-
text-align: left !important;
|
|
85
|
-
padding-left: 20px !important;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// td {
|
|
89
|
-
// text-align: left !important;
|
|
90
|
-
// padding-left: 5px !important;
|
|
91
|
-
// }
|
|
92
|
-
td:nth-child(2),
|
|
93
|
-
td:nth-child(3) {
|
|
94
|
-
text-align: left !important;
|
|
95
|
-
padding-left: 20px !important;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
.content:first-child {
|
|
101
|
-
// display: flex;
|
|
102
|
-
justify-content: space-between;
|
|
103
|
-
align-items: center;
|
|
104
|
-
padding: 0;
|
|
105
|
-
flex: unset;
|
|
106
|
-
padding: 15px;
|
|
107
|
-
// margin-bottom: 20px;
|
|
108
|
-
background: var(--lightBlue);
|
|
109
|
-
|
|
110
|
-
.header {
|
|
111
|
-
display: flex;
|
|
112
|
-
width: 100%;
|
|
113
|
-
justify-content: space-between;
|
|
114
|
-
align-items: center;
|
|
115
|
-
position: unset;
|
|
116
|
-
button {
|
|
117
|
-
width: unset;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.pagination {
|
|
123
|
-
margin-left: 15px;
|
|
124
|
-
margin-top: 1px;
|
|
125
|
-
display: flex;
|
|
126
|
-
gap: 10px;
|
|
127
|
-
align-items: center;
|
|
128
|
-
p {
|
|
129
|
-
margin-top: 10px;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.search_filter {
|
|
135
|
-
button {
|
|
136
|
-
padding: 4px 8px;
|
|
137
|
-
font-size: 12px;
|
|
138
|
-
display: flex;
|
|
139
|
-
align-items: center;
|
|
140
|
-
justify-content: center;
|
|
141
|
-
gap: 2px;
|
|
142
|
-
width: 90px;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.number {
|
|
147
|
-
display: flex;
|
|
148
|
-
align-items: center;
|
|
149
|
-
justify-content: space-between;
|
|
150
|
-
p {
|
|
151
|
-
font-family: Inter !important;
|
|
152
|
-
font-size: 18px !important;
|
|
153
|
-
font-weight: 400 !important;
|
|
154
|
-
line-height: 21.78px !important;
|
|
155
|
-
}
|
|
156
|
-
.actions {
|
|
157
|
-
margin-left: 8%;
|
|
158
|
-
display: flex;
|
|
159
|
-
justify-content: center;
|
|
160
|
-
vertical-align: middle;
|
|
161
|
-
background: transparent !important;
|
|
162
|
-
margin-right: 9px;
|
|
163
|
-
gap: 10px;
|
|
164
|
-
svg {
|
|
165
|
-
cursor: pointer;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
.actions > div {
|
|
170
|
-
background: #deeaf6;
|
|
171
|
-
display: flex;
|
|
172
|
-
align-items: center;
|
|
173
|
-
justify-content: center;
|
|
174
|
-
padding: 3px;
|
|
175
|
-
border-radius: 4px;
|
|
176
|
-
}
|
|
177
|
-
.actions > div:last-child {
|
|
178
|
-
background: #f6dedf;
|
|
179
|
-
display: flex;
|
|
180
|
-
align-items: center;
|
|
181
|
-
justify-content: center;
|
|
182
|
-
padding: 3px;
|
|
183
|
-
border-radius: 4px;
|
|
184
|
-
}
|
|
185
|
-
.modal_input {
|
|
186
|
-
// padding: 9px 16px !important;
|
|
187
|
-
// border: 1px solid #bdbdbd !important;
|
|
188
|
-
border-radius: 6px !important;
|
|
189
|
-
font-size: 16px !important;
|
|
190
|
-
font-weight: 500 !important;
|
|
191
|
-
line-height: 24px !important;
|
|
192
|
-
text-align: left !important;
|
|
193
|
-
height: 48px;
|
|
194
|
-
width: 100%;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.tree_select > div {
|
|
198
|
-
padding: 5px 16px !important;
|
|
199
|
-
border-radius: 6px !important;
|
|
200
|
-
min-height: 48px;
|
|
201
|
-
}
|
|
202
|
-
.tree_select {
|
|
203
|
-
width: 100%;
|
|
204
|
-
min-height: 48px;
|
|
205
|
-
span {
|
|
206
|
-
font-size: 16px !important;
|
|
207
|
-
font-weight: 500 !important;
|
|
208
|
-
line-height: 24px !important;
|
|
209
|
-
text-align: left !important;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
1
|
+
.layout {
|
|
2
|
+
margin: 20px;
|
|
3
|
+
border-radius: 12px;
|
|
4
|
+
height: auto;
|
|
5
|
+
background: unset;
|
|
6
|
+
.content {
|
|
7
|
+
margin-bottom: 20px;
|
|
8
|
+
background: #fff;
|
|
9
|
+
border-radius: 12px;
|
|
10
|
+
max-height: calc(100vh - 85px) !important;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
.table_header {
|
|
13
|
+
padding: 14px;
|
|
14
|
+
padding-bottom: 18px;
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
align-items: center;
|
|
18
|
+
h2 {
|
|
19
|
+
font-size: 26px;
|
|
20
|
+
font-weight: 500;
|
|
21
|
+
line-height: 39px;
|
|
22
|
+
text-align: left;
|
|
23
|
+
}
|
|
24
|
+
.buttons {
|
|
25
|
+
display: flex;
|
|
26
|
+
gap: 10px;
|
|
27
|
+
.search {
|
|
28
|
+
width: 168px;
|
|
29
|
+
margin: 0 auto;
|
|
30
|
+
display: flex;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
height: 36px;
|
|
33
|
+
font-size: 16px !important;
|
|
34
|
+
font-weight: 500 !important;
|
|
35
|
+
line-height: 24px !important;
|
|
36
|
+
text-align: left !important;
|
|
37
|
+
border-radius: 6px;
|
|
38
|
+
padding: 6px 10px !important;
|
|
39
|
+
.search_icon {
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
cursor: pointer;
|
|
43
|
+
svg {
|
|
44
|
+
path {
|
|
45
|
+
transition: 250ms;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
svg:hover {
|
|
49
|
+
path {
|
|
50
|
+
stroke: var(--darkBlueColor);
|
|
51
|
+
transition: 250ms;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
.layout1 {
|
|
60
|
+
// margin-left: 24px;
|
|
61
|
+
// margin-right: 20px;
|
|
62
|
+
// margin-top: 20px;
|
|
63
|
+
border-radius: 12px;
|
|
64
|
+
height: auto;
|
|
65
|
+
background: unset;
|
|
66
|
+
.content {
|
|
67
|
+
margin-bottom: 0px;
|
|
68
|
+
background: #fff !important;
|
|
69
|
+
border-radius: 12px;
|
|
70
|
+
max-height: calc(100vh - 85px) !important;
|
|
71
|
+
overflow: hidden;
|
|
72
|
+
display: block;
|
|
73
|
+
border: 1px solid var(--blue);
|
|
74
|
+
padding: 0 !important;
|
|
75
|
+
padding-bottom: 25px !important;
|
|
76
|
+
|
|
77
|
+
table {
|
|
78
|
+
// th {
|
|
79
|
+
// text-align: left !important;
|
|
80
|
+
// padding-left: 5px !important;
|
|
81
|
+
// }
|
|
82
|
+
th:nth-child(2),
|
|
83
|
+
th:nth-child(3) {
|
|
84
|
+
text-align: left !important;
|
|
85
|
+
padding-left: 20px !important;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// td {
|
|
89
|
+
// text-align: left !important;
|
|
90
|
+
// padding-left: 5px !important;
|
|
91
|
+
// }
|
|
92
|
+
td:nth-child(2),
|
|
93
|
+
td:nth-child(3) {
|
|
94
|
+
text-align: left !important;
|
|
95
|
+
padding-left: 20px !important;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
.content:first-child {
|
|
101
|
+
// display: flex;
|
|
102
|
+
justify-content: space-between;
|
|
103
|
+
align-items: center;
|
|
104
|
+
padding: 0;
|
|
105
|
+
flex: unset;
|
|
106
|
+
padding: 15px;
|
|
107
|
+
// margin-bottom: 20px;
|
|
108
|
+
background: var(--lightBlue);
|
|
109
|
+
|
|
110
|
+
.header {
|
|
111
|
+
display: flex;
|
|
112
|
+
width: 100%;
|
|
113
|
+
justify-content: space-between;
|
|
114
|
+
align-items: center;
|
|
115
|
+
position: unset;
|
|
116
|
+
button {
|
|
117
|
+
width: unset;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.pagination {
|
|
123
|
+
margin-left: 15px;
|
|
124
|
+
margin-top: 1px;
|
|
125
|
+
display: flex;
|
|
126
|
+
gap: 10px;
|
|
127
|
+
align-items: center;
|
|
128
|
+
p {
|
|
129
|
+
margin-top: 10px;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.search_filter {
|
|
135
|
+
button {
|
|
136
|
+
padding: 4px 8px;
|
|
137
|
+
font-size: 12px;
|
|
138
|
+
display: flex;
|
|
139
|
+
align-items: center;
|
|
140
|
+
justify-content: center;
|
|
141
|
+
gap: 2px;
|
|
142
|
+
width: 90px;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.number {
|
|
147
|
+
display: flex;
|
|
148
|
+
align-items: center;
|
|
149
|
+
justify-content: space-between;
|
|
150
|
+
p {
|
|
151
|
+
font-family: Inter !important;
|
|
152
|
+
font-size: 18px !important;
|
|
153
|
+
font-weight: 400 !important;
|
|
154
|
+
line-height: 21.78px !important;
|
|
155
|
+
}
|
|
156
|
+
.actions {
|
|
157
|
+
margin-left: 8%;
|
|
158
|
+
display: flex;
|
|
159
|
+
justify-content: center;
|
|
160
|
+
vertical-align: middle;
|
|
161
|
+
background: transparent !important;
|
|
162
|
+
margin-right: 9px;
|
|
163
|
+
gap: 10px;
|
|
164
|
+
svg {
|
|
165
|
+
cursor: pointer;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
.actions > div {
|
|
170
|
+
background: #deeaf6;
|
|
171
|
+
display: flex;
|
|
172
|
+
align-items: center;
|
|
173
|
+
justify-content: center;
|
|
174
|
+
padding: 3px;
|
|
175
|
+
border-radius: 4px;
|
|
176
|
+
}
|
|
177
|
+
.actions > div:last-child {
|
|
178
|
+
background: #f6dedf;
|
|
179
|
+
display: flex;
|
|
180
|
+
align-items: center;
|
|
181
|
+
justify-content: center;
|
|
182
|
+
padding: 3px;
|
|
183
|
+
border-radius: 4px;
|
|
184
|
+
}
|
|
185
|
+
.modal_input {
|
|
186
|
+
// padding: 9px 16px !important;
|
|
187
|
+
// border: 1px solid #bdbdbd !important;
|
|
188
|
+
border-radius: 6px !important;
|
|
189
|
+
font-size: 16px !important;
|
|
190
|
+
font-weight: 500 !important;
|
|
191
|
+
line-height: 24px !important;
|
|
192
|
+
text-align: left !important;
|
|
193
|
+
height: 48px;
|
|
194
|
+
width: 100%;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.tree_select > div {
|
|
198
|
+
padding: 5px 16px !important;
|
|
199
|
+
border-radius: 6px !important;
|
|
200
|
+
min-height: 48px;
|
|
201
|
+
}
|
|
202
|
+
.tree_select {
|
|
203
|
+
width: 100%;
|
|
204
|
+
min-height: 48px;
|
|
205
|
+
span {
|
|
206
|
+
font-size: 16px !important;
|
|
207
|
+
font-weight: 500 !important;
|
|
208
|
+
line-height: 24px !important;
|
|
209
|
+
text-align: left !important;
|
|
210
|
+
}
|
|
211
|
+
}
|