3h1-ui 1.2.6 → 2.0.0
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/es/{ui/types/global.d.ts → global.d.ts} +102 -102
- package/es/{ui/types/index.d.ts → index.d.ts} +28 -28
- package/es/index.js +7751 -5410
- package/es/style.css +853 -625
- package/lib/global.d.ts +102 -0
- package/lib/index.d.ts +28 -0
- package/lib/index.js +7718 -5380
- package/package.json +8 -6
- package/es/ui/index.d.ts +0 -20
- package/es/ui/src/Basic/index.d.ts +0 -4
- package/es/ui/src/Basic/src/BasicHelp.vue.d.ts +0 -99
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +0 -117
- package/es/ui/src/Button/index.d.ts +0 -5
- package/es/ui/src/Button/src/BasicButton.vue.d.ts +0 -2
- package/es/ui/src/Button/src/PopConfirmButton.vue.d.ts +0 -24
- package/es/ui/src/Button/src/props.d.ts +0 -37
- package/es/ui/src/ClickOutSide/index.d.ts +0 -2
- package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +0 -8
- package/es/ui/src/Container/index.d.ts +0 -5
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +0 -121
- package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +0 -9
- package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +0 -553
- package/es/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +0 -42
- package/es/ui/src/Container/src/typing.d.ts +0 -15
- package/es/ui/src/ContextMenu/index.d.ts +0 -3
- package/es/ui/src/ContextMenu/src/ContextMenu.vue.d.ts +0 -64
- package/es/ui/src/ContextMenu/src/createContextMenu.d.ts +0 -3
- package/es/ui/src/ContextMenu/src/typing.d.ts +0 -33
- package/es/ui/src/ContextMenu/src/useContextMenu.d.ts +0 -3
- package/es/ui/src/CountDown/index.d.ts +0 -3
- package/es/ui/src/CountDown/src/CountButton.vue.d.ts +0 -35
- package/es/ui/src/CountDown/src/CountdownInput.vue.d.ts +0 -41
- package/es/ui/src/CountDown/src/useCountdown.d.ts +0 -9
- package/es/ui/src/CountTo/index.d.ts +0 -2
- package/es/ui/src/CountTo/src/CountTo.vue.d.ts +0 -137
- package/es/ui/src/Cropper/index.d.ts +0 -4
- package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +0 -39
- package/es/ui/src/Cropper/src/Cropper.vue.d.ts +0 -87
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +0 -73
- package/es/ui/src/Cropper/src/typing.d.ts +0 -6
- package/es/ui/src/Description/index.d.ts +0 -4
- package/es/ui/src/Description/src/Description.vue.d.ts +0 -101
- package/es/ui/src/Description/src/typing.d.ts +0 -39
- package/es/ui/src/Description/src/useDescription.d.ts +0 -2
- package/es/ui/src/Drawer/index.d.ts +0 -3
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +0 -170
- package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +0 -95
- package/es/ui/src/Drawer/src/props.d.ts +0 -115
- package/es/ui/src/Drawer/src/typing.d.ts +0 -177
- package/es/ui/src/Drawer/src/useDrawer.d.ts +0 -6
- package/es/ui/src/Dropdown/index.d.ts +0 -3
- package/es/ui/src/Dropdown/src/typing.d.ts +0 -9
- package/es/ui/src/Form/index.d.ts +0 -13
- package/es/ui/src/Form/src/BasicForm.vue.d.ts +0 -2
- package/es/ui/src/Form/src/componentMap.d.ts +0 -6
- package/es/ui/src/Form/src/components/ApiCascader.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiModalSelect/DeptTree.vue.d.ts +0 -130
- package/es/ui/src/Form/src/components/ApiModalSelect/Table.vue.d.ts +0 -11
- package/es/ui/src/Form/src/components/ApiRadioGroup.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiSelect.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiTransfer.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiTree.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiTreeSelect.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/FormAction.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/FormItem.vue.d.ts +0 -72
- package/es/ui/src/Form/src/components/RadioButtonGroup.vue.d.ts +0 -35
- package/es/ui/src/Form/src/helper.d.ts +0 -14
- package/es/ui/src/Form/src/hooks/useAutoFocus.d.ts +0 -10
- package/es/ui/src/Form/src/hooks/useComponentRegister.d.ts +0 -3
- package/es/ui/src/Form/src/hooks/useForm.d.ts +0 -10
- package/es/ui/src/Form/src/hooks/useFormContext.d.ts +0 -8
- package/es/ui/src/Form/src/hooks/useFormEvents.d.ts +0 -28
- package/es/ui/src/Form/src/hooks/useFormValues.d.ts +0 -13
- package/es/ui/src/Form/src/hooks/useLabelWidth.d.ts +0 -318
- package/es/ui/src/Form/src/props.d.ts +0 -2
- package/es/ui/src/Form/src/types/hooks.d.ts +0 -6
- package/es/ui/src/Icon/data/icons.data.d.ts +0 -2
- package/es/ui/src/Icon/index.d.ts +0 -5
- package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +0 -45
- package/es/ui/src/Loading/index.d.ts +0 -4
- package/es/ui/src/Loading/src/Loading.vue.d.ts +0 -57
- package/es/ui/src/Loading/src/createLoading.d.ts +0 -13
- package/es/ui/src/Loading/src/typing.d.ts +0 -9
- package/es/ui/src/Loading/src/useLoading.d.ts +0 -11
- package/es/ui/src/Modal/index.d.ts +0 -4
- package/es/ui/src/Modal/src/components/BasicHelp.vue.d.ts +0 -99
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +0 -117
- package/es/ui/src/Modal/src/components/Modal.d.ts +0 -10
- package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +0 -39
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +0 -14
- package/es/ui/src/Modal/src/components/ModalHeader.vue.d.ts +0 -19
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +0 -95
- package/es/ui/src/Modal/src/components/ScrollContainer.vue.d.ts +0 -9
- package/es/ui/src/Modal/src/hooks/useAttrs.d.ts +0 -9
- package/es/ui/src/Modal/src/hooks/useContext.d.ts +0 -10
- package/es/ui/src/Modal/src/hooks/useDesign.d.ts +0 -22
- package/es/ui/src/Modal/src/hooks/useI18n.d.ts +0 -15
- package/es/ui/src/Modal/src/hooks/useModal.d.ts +0 -6
- package/es/ui/src/Modal/src/hooks/useModalContext.d.ts +0 -7
- package/es/ui/src/Modal/src/hooks/useModalDrag.d.ts +0 -7
- package/es/ui/src/Modal/src/hooks/useModalFullScreen.d.ts +0 -11
- package/es/ui/src/Modal/src/hooks/useScrollTo.d.ts +0 -10
- package/es/ui/src/Modal/src/hooks/useTimeout.d.ts +0 -10
- package/es/ui/src/Modal/src/hooks/useWindowSizeFn.d.ts +0 -7
- package/es/ui/src/Modal/src/props.d.ts +0 -34
- package/es/ui/src/Modal/src/typing.d.ts +0 -173
- package/es/ui/src/Modal/src/utils/index.d.ts +0 -5
- package/es/ui/src/Modal/src/utils/is.d.ts +0 -13
- package/es/ui/src/Modal/src/utils/log.d.ts +0 -2
- package/es/ui/src/Modal/src/utils/tsxHelper.d.ts +0 -13
- package/es/ui/src/Page/index.d.ts +0 -4
- package/es/ui/src/Page/src/PageFooter.vue.d.ts +0 -5
- package/es/ui/src/Scrollbar/index.d.ts +0 -6
- package/es/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +0 -72
- package/es/ui/src/Scrollbar/src/bar.d.ts +0 -14
- package/es/ui/src/Scrollbar/src/types.d.ts +0 -18
- package/es/ui/src/Scrollbar/src/util.d.ts +0 -8
- package/es/ui/src/StrengthMeter/index.d.ts +0 -2
- package/es/ui/src/Table/index.d.ts +0 -11
- package/es/ui/src/Table/src/BasicTable.vue.d.ts +0 -2
- package/es/ui/src/Table/src/componentMap.d.ts +0 -6
- package/es/ui/src/Table/src/components/EditTableHeaderIcon.vue.d.ts +0 -14
- package/es/ui/src/Table/src/components/HeaderCell.vue.d.ts +0 -21
- package/es/ui/src/Table/src/components/TableAction.vue.d.ts +0 -2
- package/es/ui/src/Table/src/components/TableHeader.vue.d.ts +0 -40
- package/es/ui/src/Table/src/components/editable/CellComponent.d.ts +0 -10
- package/es/ui/src/Table/src/components/editable/helper.d.ts +0 -5
- package/es/ui/src/Table/src/components/editable/index.d.ts +0 -22
- package/es/ui/src/Table/src/components/settings/ColumnSetting.vue.d.ts +0 -29
- package/es/ui/src/Table/src/components/settings/FullScreenSetting.vue.d.ts +0 -6
- package/es/ui/src/Table/src/components/settings/ShowSearchSetting.vue.d.ts +0 -5
- package/es/ui/src/Table/src/components/settings/SizeSetting.vue.d.ts +0 -11
- package/es/ui/src/Table/src/components/settings/index.vue.d.ts +0 -23
- package/es/ui/src/Table/src/const.d.ts +0 -22
- package/es/ui/src/Table/src/hooks/useCustomRow.d.ts +0 -19
- package/es/ui/src/Table/src/hooks/useDataSource.d.ts +0 -28
- package/es/ui/src/Table/src/hooks/useLoading.d.ts +0 -6
- package/es/ui/src/Table/src/hooks/usePagination.d.ts +0 -10
- package/es/ui/src/Table/src/hooks/useRowSelection.d.ts +0 -12
- package/es/ui/src/Table/src/hooks/useScrollTo.d.ts +0 -4
- package/es/ui/src/Table/src/hooks/useTable.d.ts +0 -17
- package/es/ui/src/Table/src/hooks/useTableContext.d.ts +0 -13
- package/es/ui/src/Table/src/hooks/useTableExpand.d.ts +0 -14
- package/es/ui/src/Table/src/hooks/useTableFooter.d.ts +0 -9
- package/es/ui/src/Table/src/hooks/useTableForm.d.ts +0 -8
- package/es/ui/src/Table/src/hooks/useTableHeader.d.ts +0 -5
- package/es/ui/src/Table/src/hooks/useTableScroll.d.ts +0 -10
- package/es/ui/src/Table/src/hooks/useTableStyle.d.ts +0 -5
- package/es/ui/src/Table/src/props.d.ts +0 -2
- package/es/ui/src/Table/src/types/componentType.d.ts +0 -1
- package/es/ui/src/Table/src/types/pagination.d.ts +0 -93
- package/es/ui/src/Table/src/types/table.d.ts +0 -372
- package/es/ui/src/Table/src/types/tableAction.d.ts +0 -28
- package/es/ui/src/Transition/index.d.ts +0 -368
- package/es/ui/src/Transition/src/CollapseTransition.vue.d.ts +0 -11
- package/es/ui/src/Transition/src/CreateTransition.d.ts +0 -47
- package/es/ui/src/Transition/src/ExpandTransition.d.ts +0 -23
- package/es/ui/src/Tree/index.d.ts +0 -12
- package/es/ui/src/Tree/src/BasicTree.vue.d.ts +0 -94
- package/es/ui/src/Tree/src/TreeIcon.d.ts +0 -2
- package/es/ui/src/Tree/src/hooks/useTree.d.ts +0 -14
- package/es/ui/src/Tree/src/types/tree.d.ts +0 -105
- package/es/ui/src/Tree/style/index.d.ts +0 -0
- package/es/ui/src/directives/clickOutside.d.ts +0 -3
- package/es/ui/src/directives/index.d.ts +0 -1
- package/es/ui/src/enums/sizeEnum.d.ts +0 -11
package/es/style.css
CHANGED
|
@@ -1,16 +1,531 @@
|
|
|
1
|
-
|
|
1
|
+
/* windicss layer base */
|
|
2
|
+
*, ::before, ::after {
|
|
3
|
+
-webkit-box-sizing: border-box;
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
border-width: 0;
|
|
6
|
+
border-style: solid;
|
|
7
|
+
border-color: #e5e7eb;
|
|
8
|
+
}
|
|
9
|
+
* {
|
|
10
|
+
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
11
|
+
--tw-ring-offset-width: 0px;
|
|
12
|
+
--tw-ring-offset-color: #fff;
|
|
13
|
+
--tw-ring-color: rgba(59, 130, 246, 0.5);
|
|
14
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
15
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
16
|
+
--tw-shadow: 0 0 #0000;
|
|
17
|
+
}
|
|
18
|
+
*> .enter-x:nth-child(1) {
|
|
19
|
+
transform: translateX(50px);
|
|
20
|
+
}
|
|
21
|
+
*> .-enter-x:nth-child(1) {
|
|
22
|
+
transform: translateX(-50px);
|
|
23
|
+
}
|
|
24
|
+
* > .enter-x:nth-child(1), * > .-enter-x:nth-child(1) {
|
|
25
|
+
z-index: 9;
|
|
26
|
+
opacity: 0;
|
|
27
|
+
animation: enter-x-animation 0.4s ease-in-out 0.3s;
|
|
28
|
+
animation-fill-mode: forwards;
|
|
29
|
+
animation-delay: 0.1s;
|
|
30
|
+
}
|
|
31
|
+
*> .enter-y:nth-child(1) {
|
|
32
|
+
transform: translateY(50px);
|
|
33
|
+
}
|
|
34
|
+
*> .-enter-y:nth-child(1) {
|
|
35
|
+
transform: translateY(-50px);
|
|
36
|
+
}
|
|
37
|
+
* > .enter-y:nth-child(1), * > .-enter-y:nth-child(1) {
|
|
38
|
+
z-index: 9;
|
|
39
|
+
opacity: 0;
|
|
40
|
+
animation: enter-y-animation 0.4s ease-in-out 0.3s;
|
|
41
|
+
animation-fill-mode: forwards;
|
|
42
|
+
animation-delay: 0.1s;
|
|
43
|
+
}
|
|
44
|
+
*> .enter-x:nth-child(2) {
|
|
45
|
+
transform: translateX(50px);
|
|
46
|
+
}
|
|
47
|
+
*> .-enter-x:nth-child(2) {
|
|
48
|
+
transform: translateX(-50px);
|
|
49
|
+
}
|
|
50
|
+
* > .enter-x:nth-child(2), * > .-enter-x:nth-child(2) {
|
|
51
|
+
z-index: 8;
|
|
52
|
+
opacity: 0;
|
|
53
|
+
animation: enter-x-animation 0.4s ease-in-out 0.3s;
|
|
54
|
+
animation-fill-mode: forwards;
|
|
55
|
+
animation-delay: 0.2s;
|
|
56
|
+
}
|
|
57
|
+
*> .enter-y:nth-child(2) {
|
|
58
|
+
transform: translateY(50px);
|
|
59
|
+
}
|
|
60
|
+
*> .-enter-y:nth-child(2) {
|
|
61
|
+
transform: translateY(-50px);
|
|
62
|
+
}
|
|
63
|
+
* > .enter-y:nth-child(2), * > .-enter-y:nth-child(2) {
|
|
64
|
+
z-index: 8;
|
|
65
|
+
opacity: 0;
|
|
66
|
+
animation: enter-y-animation 0.4s ease-in-out 0.3s;
|
|
67
|
+
animation-fill-mode: forwards;
|
|
68
|
+
animation-delay: 0.2s;
|
|
69
|
+
}
|
|
70
|
+
*> .enter-x:nth-child(3) {
|
|
71
|
+
transform: translateX(50px);
|
|
72
|
+
}
|
|
73
|
+
*> .-enter-x:nth-child(3) {
|
|
74
|
+
transform: translateX(-50px);
|
|
75
|
+
}
|
|
76
|
+
* > .enter-x:nth-child(3), * > .-enter-x:nth-child(3) {
|
|
77
|
+
z-index: 7;
|
|
78
|
+
opacity: 0;
|
|
79
|
+
animation: enter-x-animation 0.4s ease-in-out 0.3s;
|
|
80
|
+
animation-fill-mode: forwards;
|
|
81
|
+
animation-delay: 0.3s;
|
|
82
|
+
}
|
|
83
|
+
*> .enter-y:nth-child(3) {
|
|
84
|
+
transform: translateY(50px);
|
|
85
|
+
}
|
|
86
|
+
*> .-enter-y:nth-child(3) {
|
|
87
|
+
transform: translateY(-50px);
|
|
88
|
+
}
|
|
89
|
+
* > .enter-y:nth-child(3), * > .-enter-y:nth-child(3) {
|
|
90
|
+
z-index: 7;
|
|
91
|
+
opacity: 0;
|
|
92
|
+
animation: enter-y-animation 0.4s ease-in-out 0.3s;
|
|
93
|
+
animation-fill-mode: forwards;
|
|
94
|
+
animation-delay: 0.3s;
|
|
95
|
+
}
|
|
96
|
+
*> .enter-x:nth-child(4) {
|
|
97
|
+
transform: translateX(50px);
|
|
98
|
+
}
|
|
99
|
+
*> .-enter-x:nth-child(4) {
|
|
100
|
+
transform: translateX(-50px);
|
|
101
|
+
}
|
|
102
|
+
* > .enter-x:nth-child(4), * > .-enter-x:nth-child(4) {
|
|
103
|
+
z-index: 6;
|
|
104
|
+
opacity: 0;
|
|
105
|
+
animation: enter-x-animation 0.4s ease-in-out 0.3s;
|
|
106
|
+
animation-fill-mode: forwards;
|
|
107
|
+
animation-delay: 0.4s;
|
|
108
|
+
}
|
|
109
|
+
*> .enter-y:nth-child(4) {
|
|
110
|
+
transform: translateY(50px);
|
|
111
|
+
}
|
|
112
|
+
*> .-enter-y:nth-child(4) {
|
|
113
|
+
transform: translateY(-50px);
|
|
114
|
+
}
|
|
115
|
+
* > .enter-y:nth-child(4), * > .-enter-y:nth-child(4) {
|
|
116
|
+
z-index: 6;
|
|
117
|
+
opacity: 0;
|
|
118
|
+
animation: enter-y-animation 0.4s ease-in-out 0.3s;
|
|
119
|
+
animation-fill-mode: forwards;
|
|
120
|
+
animation-delay: 0.4s;
|
|
121
|
+
}
|
|
122
|
+
*> .enter-x:nth-child(5) {
|
|
123
|
+
transform: translateX(50px);
|
|
124
|
+
}
|
|
125
|
+
*> .-enter-x:nth-child(5) {
|
|
126
|
+
transform: translateX(-50px);
|
|
127
|
+
}
|
|
128
|
+
* > .enter-x:nth-child(5), * > .-enter-x:nth-child(5) {
|
|
129
|
+
z-index: 5;
|
|
130
|
+
opacity: 0;
|
|
131
|
+
animation: enter-x-animation 0.4s ease-in-out 0.3s;
|
|
132
|
+
animation-fill-mode: forwards;
|
|
133
|
+
animation-delay: 0.5s;
|
|
134
|
+
}
|
|
135
|
+
*> .enter-y:nth-child(5) {
|
|
136
|
+
transform: translateY(50px);
|
|
137
|
+
}
|
|
138
|
+
*> .-enter-y:nth-child(5) {
|
|
139
|
+
transform: translateY(-50px);
|
|
140
|
+
}
|
|
141
|
+
* > .enter-y:nth-child(5), * > .-enter-y:nth-child(5) {
|
|
142
|
+
z-index: 5;
|
|
143
|
+
opacity: 0;
|
|
144
|
+
animation: enter-y-animation 0.4s ease-in-out 0.3s;
|
|
145
|
+
animation-fill-mode: forwards;
|
|
146
|
+
animation-delay: 0.5s;
|
|
147
|
+
}
|
|
148
|
+
:root {
|
|
149
|
+
-moz-tab-size: 4;
|
|
150
|
+
-o-tab-size: 4;
|
|
151
|
+
tab-size: 4;
|
|
152
|
+
}
|
|
153
|
+
:-moz-focusring {
|
|
154
|
+
outline: 1px dotted ButtonText;
|
|
155
|
+
}
|
|
156
|
+
:-moz-ui-invalid {
|
|
157
|
+
box-shadow: none;
|
|
158
|
+
}
|
|
159
|
+
::moz-focus-inner {
|
|
160
|
+
border-style: none;
|
|
161
|
+
padding: 0;
|
|
162
|
+
}
|
|
163
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
164
|
+
height: auto;
|
|
165
|
+
}
|
|
166
|
+
::-webkit-search-decoration {
|
|
167
|
+
-webkit-appearance: none;
|
|
168
|
+
}
|
|
169
|
+
::-webkit-file-upload-button {
|
|
170
|
+
-webkit-appearance: button;
|
|
171
|
+
font: inherit;
|
|
172
|
+
}
|
|
173
|
+
[type='search'] {
|
|
174
|
+
-webkit-appearance: textfield;
|
|
175
|
+
outline-offset: -2px;
|
|
176
|
+
}
|
|
177
|
+
abbr[title] {
|
|
178
|
+
-webkit-text-decoration: underline dotted;
|
|
179
|
+
text-decoration: underline dotted;
|
|
180
|
+
}
|
|
181
|
+
a {
|
|
182
|
+
color: inherit;
|
|
183
|
+
text-decoration: inherit;
|
|
184
|
+
}
|
|
185
|
+
body {
|
|
186
|
+
margin: 0;
|
|
187
|
+
font-family: inherit;
|
|
188
|
+
line-height: inherit;
|
|
189
|
+
}
|
|
190
|
+
html {
|
|
191
|
+
-webkit-text-size-adjust: 100%;
|
|
192
|
+
font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
193
|
+
line-height: 1.5;
|
|
194
|
+
}
|
|
195
|
+
img {
|
|
196
|
+
border-style: solid;
|
|
197
|
+
max-width: 100%;
|
|
198
|
+
height: auto;
|
|
199
|
+
}
|
|
200
|
+
img, svg {
|
|
201
|
+
display: block;
|
|
202
|
+
vertical-align: middle;
|
|
203
|
+
}
|
|
204
|
+
p {
|
|
205
|
+
margin: 0;
|
|
206
|
+
}
|
|
207
|
+
@keyframes enter-x-animation {
|
|
208
|
+
to {
|
|
209
|
+
opacity: 1;
|
|
210
|
+
transform: translateX(0);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
@keyframes enter-y-animation {
|
|
214
|
+
to {
|
|
215
|
+
opacity: 1;
|
|
216
|
+
transform: translateY(0);
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
ul {
|
|
220
|
+
list-style: none;
|
|
221
|
+
margin: 0;
|
|
222
|
+
padding: 0;
|
|
223
|
+
}/* windicss layer components */
|
|
224
|
+
/* windicss layer utilities */
|
|
225
|
+
.container {
|
|
226
|
+
width: 100%;
|
|
227
|
+
}
|
|
228
|
+
@media (min-width: 576px) {
|
|
229
|
+
.container {
|
|
230
|
+
max-width: 576px;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
@media (min-width: 768px) {
|
|
234
|
+
.container {
|
|
235
|
+
max-width: 768px;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
@media (min-width: 992px) {
|
|
239
|
+
.container {
|
|
240
|
+
max-width: 992px;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
@media (min-width: 1200px) {
|
|
244
|
+
.container {
|
|
245
|
+
max-width: 1200px;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
@media (min-width: 1600px) {
|
|
249
|
+
.container {
|
|
250
|
+
max-width: 1600px;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
.border-primary {
|
|
254
|
+
--tw-border-opacity: 1;
|
|
255
|
+
border-color: rgba(24, 144, 255, var(--tw-border-opacity));
|
|
256
|
+
}
|
|
257
|
+
.hover\:border-primary:hover {
|
|
258
|
+
--tw-border-opacity: 1;
|
|
259
|
+
border-color: rgba(24, 144, 255, var(--tw-border-opacity));
|
|
260
|
+
}
|
|
261
|
+
.border-solid {
|
|
262
|
+
border-style: solid;
|
|
263
|
+
}
|
|
264
|
+
.border {
|
|
265
|
+
border-width: 1px;
|
|
266
|
+
}
|
|
267
|
+
.border-t-0 {
|
|
268
|
+
border-top-width: 0px;
|
|
269
|
+
}
|
|
270
|
+
.cursor-not-allowed {
|
|
271
|
+
cursor: not-allowed;
|
|
272
|
+
}
|
|
273
|
+
.cursor-pointer {
|
|
274
|
+
cursor: pointer;
|
|
275
|
+
}
|
|
276
|
+
.block {
|
|
277
|
+
display: block;
|
|
278
|
+
}
|
|
279
|
+
.inline {
|
|
280
|
+
display: inline;
|
|
281
|
+
}
|
|
282
|
+
.flex {
|
|
283
|
+
display: -webkit-box;
|
|
284
|
+
display: -ms-flexbox;
|
|
285
|
+
display: -webkit-flex;
|
|
286
|
+
display: flex;
|
|
287
|
+
}
|
|
288
|
+
.inline-flex {
|
|
289
|
+
display: -webkit-inline-box;
|
|
290
|
+
display: -ms-inline-flexbox;
|
|
291
|
+
display: -webkit-inline-flex;
|
|
292
|
+
display: inline-flex;
|
|
293
|
+
}
|
|
294
|
+
.table {
|
|
295
|
+
display: table;
|
|
296
|
+
}
|
|
297
|
+
.hidden {
|
|
298
|
+
display: none;
|
|
299
|
+
}
|
|
300
|
+
.flex-wrap {
|
|
301
|
+
-ms-flex-wrap: wrap;
|
|
302
|
+
-webkit-flex-wrap: wrap;
|
|
303
|
+
flex-wrap: wrap;
|
|
304
|
+
}
|
|
305
|
+
.items-center {
|
|
306
|
+
-webkit-box-align: center;
|
|
307
|
+
-ms-flex-align: center;
|
|
308
|
+
-webkit-align-items: center;
|
|
309
|
+
align-items: center;
|
|
310
|
+
}
|
|
311
|
+
.justify-center {
|
|
312
|
+
-webkit-box-pack: center;
|
|
313
|
+
-ms-flex-pack: center;
|
|
314
|
+
-webkit-justify-content: center;
|
|
315
|
+
justify-content: center;
|
|
316
|
+
}
|
|
317
|
+
.justify-between {
|
|
318
|
+
-webkit-box-pack: justify;
|
|
319
|
+
-ms-flex-pack: justify;
|
|
320
|
+
-webkit-justify-content: space-between;
|
|
321
|
+
justify-content: space-between;
|
|
322
|
+
}
|
|
323
|
+
.h-full {
|
|
324
|
+
height: 100%;
|
|
325
|
+
}
|
|
326
|
+
.\!h-full {
|
|
327
|
+
height: 100% !important;
|
|
328
|
+
}
|
|
329
|
+
.\.w-100 {
|
|
330
|
+
height: 25rem;
|
|
331
|
+
}
|
|
332
|
+
.mx-1 {
|
|
333
|
+
margin-left: 0.25rem;
|
|
334
|
+
margin-right: 0.25rem;
|
|
335
|
+
}
|
|
336
|
+
.mx-auto {
|
|
337
|
+
margin-left: auto;
|
|
338
|
+
margin-right: auto;
|
|
339
|
+
}
|
|
340
|
+
.mx-2 {
|
|
341
|
+
margin-left: 0.5rem;
|
|
342
|
+
margin-right: 0.5rem;
|
|
343
|
+
}
|
|
344
|
+
.mr-2 {
|
|
345
|
+
margin-right: 0.5rem;
|
|
346
|
+
}
|
|
347
|
+
.ml-1 {
|
|
348
|
+
margin-left: 0.25rem;
|
|
349
|
+
}
|
|
350
|
+
.mr-1 {
|
|
351
|
+
margin-right: 0.25rem;
|
|
352
|
+
}
|
|
353
|
+
.mt-1 {
|
|
354
|
+
margin-top: 0.25rem;
|
|
355
|
+
}
|
|
356
|
+
.\!mt-4 {
|
|
357
|
+
margin-top: 1rem !important;
|
|
358
|
+
}
|
|
359
|
+
.ml-5 {
|
|
360
|
+
margin-left: 1.25rem;
|
|
361
|
+
}
|
|
362
|
+
.overflow-hidden {
|
|
363
|
+
overflow: hidden;
|
|
364
|
+
}
|
|
365
|
+
.p-2 {
|
|
366
|
+
padding: 0.5rem;
|
|
367
|
+
}
|
|
368
|
+
.p-5 {
|
|
369
|
+
padding: 1.25rem;
|
|
370
|
+
}
|
|
371
|
+
.px-2 {
|
|
372
|
+
padding-left: 0.5rem;
|
|
373
|
+
padding-right: 0.5rem;
|
|
374
|
+
}
|
|
375
|
+
.py-5 {
|
|
376
|
+
padding-top: 1.25rem;
|
|
377
|
+
padding-bottom: 1.25rem;
|
|
378
|
+
}
|
|
379
|
+
.px-4 {
|
|
380
|
+
padding-left: 1rem;
|
|
381
|
+
padding-right: 1rem;
|
|
382
|
+
}
|
|
383
|
+
.py-1 {
|
|
384
|
+
padding-top: 0.25rem;
|
|
385
|
+
padding-bottom: 0.25rem;
|
|
386
|
+
}
|
|
387
|
+
.py-2 {
|
|
388
|
+
padding-top: 0.5rem;
|
|
389
|
+
padding-bottom: 0.5rem;
|
|
390
|
+
}
|
|
391
|
+
.pl-2 {
|
|
392
|
+
padding-left: 0.5rem;
|
|
393
|
+
}
|
|
394
|
+
.fixed {
|
|
395
|
+
position: fixed;
|
|
396
|
+
}
|
|
397
|
+
.absolute {
|
|
398
|
+
position: absolute;
|
|
399
|
+
}
|
|
400
|
+
.relative {
|
|
401
|
+
position: relative;
|
|
402
|
+
}
|
|
403
|
+
.resize {
|
|
404
|
+
resize: both;
|
|
405
|
+
}
|
|
406
|
+
.uppercase {
|
|
407
|
+
text-transform: uppercase;
|
|
408
|
+
}
|
|
409
|
+
.visible {
|
|
410
|
+
visibility: visible;
|
|
411
|
+
}
|
|
412
|
+
.w-full {
|
|
413
|
+
width: 100%;
|
|
414
|
+
}
|
|
415
|
+
.w-1\/8 {
|
|
416
|
+
width: 12.5%;
|
|
417
|
+
}
|
|
418
|
+
.w-100 {
|
|
419
|
+
width: 25rem;
|
|
420
|
+
}
|
|
421
|
+
.transition {
|
|
422
|
+
-webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, filter, backdrop-filter;
|
|
423
|
+
-o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
424
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-box-shadow, transform, -webkit-transform, filter, backdrop-filter;
|
|
425
|
+
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
426
|
+
-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
427
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
428
|
+
-webkit-transition-duration: 150ms;
|
|
429
|
+
-o-transition-duration: 150ms;
|
|
430
|
+
transition-duration: 150ms;
|
|
431
|
+
}
|
|
432
|
+
.\<transition {
|
|
433
|
+
-webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, filter, backdrop-filter;
|
|
434
|
+
-o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
435
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-box-shadow, transform, -webkit-transform, filter, backdrop-filter;
|
|
436
|
+
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
437
|
+
-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
438
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
439
|
+
-webkit-transition-duration: 150ms;
|
|
440
|
+
-o-transition-duration: 150ms;
|
|
441
|
+
transition-duration: 150ms;
|
|
442
|
+
}
|
|
443
|
+
.ease {
|
|
444
|
+
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
445
|
+
-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
446
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
447
|
+
}
|
|
448
|
+
.duration {
|
|
449
|
+
-webkit-transition-duration: 150ms;
|
|
450
|
+
-o-transition-duration: 150ms;
|
|
451
|
+
transition-duration: 150ms;
|
|
452
|
+
}
|
|
453
|
+
.filter {
|
|
454
|
+
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
|
|
455
|
+
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
|
|
456
|
+
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
|
|
457
|
+
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
|
|
458
|
+
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
|
|
459
|
+
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
|
|
460
|
+
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
|
|
461
|
+
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
|
|
462
|
+
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
|
|
463
|
+
-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
464
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
465
|
+
}
|
|
466
|
+
.blur {
|
|
467
|
+
--tw-blur: blur(8px);
|
|
468
|
+
}.shy-strength-meter-bar[data-v-c3da4a85] {
|
|
469
|
+
position: relative;
|
|
470
|
+
margin: 10px auto 6px;
|
|
471
|
+
height: 6px;
|
|
472
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
473
|
+
border-radius: 6px;
|
|
474
|
+
}
|
|
475
|
+
.shy-strength-meter-bar[data-v-c3da4a85]::before, .shy-strength-meter-bar[data-v-c3da4a85]::after {
|
|
476
|
+
position: absolute;
|
|
477
|
+
z-index: 10;
|
|
478
|
+
display: block;
|
|
479
|
+
width: 20%;
|
|
480
|
+
height: inherit;
|
|
481
|
+
background-color: transparent;
|
|
482
|
+
border-style: solid;
|
|
483
|
+
border-width: 0 5px;
|
|
484
|
+
border-color: #fff;
|
|
485
|
+
content: '';
|
|
486
|
+
}
|
|
487
|
+
.shy-strength-meter-bar[data-v-c3da4a85]::before {
|
|
488
|
+
left: 20%;
|
|
489
|
+
}
|
|
490
|
+
.shy-strength-meter-bar[data-v-c3da4a85]::after {
|
|
491
|
+
right: 20%;
|
|
492
|
+
}
|
|
493
|
+
.shy-strength-meter-bar--fill[data-v-c3da4a85] {
|
|
494
|
+
position: absolute;
|
|
495
|
+
width: 0;
|
|
496
|
+
height: inherit;
|
|
497
|
+
background-color: transparent;
|
|
498
|
+
border-radius: inherit;
|
|
499
|
+
transition: width 0.5s ease-in-out, background 0.25s;
|
|
500
|
+
}
|
|
501
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-c3da4a85] {
|
|
502
|
+
width: 20%;
|
|
503
|
+
background-color: #e74242;
|
|
504
|
+
}
|
|
505
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-c3da4a85] {
|
|
506
|
+
width: 40%;
|
|
507
|
+
background-color: #ED6F6F;
|
|
508
|
+
}
|
|
509
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-c3da4a85] {
|
|
510
|
+
width: 60%;
|
|
511
|
+
background-color: #EFBD47;
|
|
512
|
+
}
|
|
513
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-c3da4a85] {
|
|
514
|
+
width: 80%;
|
|
515
|
+
background-color: rgba(85, 209, 135, 0.5);
|
|
516
|
+
}
|
|
517
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-c3da4a85] {
|
|
518
|
+
width: 100%;
|
|
519
|
+
background-color: #55D187;
|
|
520
|
+
}.shy-svg-icon[data-v-905fa4a6] {
|
|
2
521
|
display: inline-block;
|
|
3
522
|
overflow: hidden;
|
|
4
523
|
vertical-align: -0.15em;
|
|
5
524
|
fill: currentcolor;
|
|
6
525
|
}
|
|
7
|
-
.svg-icon-spin[data-v-
|
|
526
|
+
.svg-icon-spin[data-v-905fa4a6] {
|
|
8
527
|
animation: loadingCircle 1s infinite linear;
|
|
9
|
-
}
|
|
10
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
11
|
-
/* stylelint-disable */
|
|
12
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
13
|
-
.app-iconify {
|
|
528
|
+
}.app-iconify {
|
|
14
529
|
display: inline-block;
|
|
15
530
|
}
|
|
16
531
|
.app-iconify-spin svg {
|
|
@@ -22,54 +537,31 @@ span.iconify {
|
|
|
22
537
|
min-height: 1em;
|
|
23
538
|
background-color: #5551;
|
|
24
539
|
border-radius: 100%;
|
|
25
|
-
}
|
|
26
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
27
|
-
/* stylelint-disable */
|
|
28
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29
|
-
.shy-icon-picker .ant-input-group-addon {
|
|
30
|
-
padding: 0;
|
|
31
|
-
}
|
|
32
|
-
.shy-icon-picker-popover {
|
|
33
|
-
width: 300px;
|
|
34
|
-
}
|
|
35
|
-
.shy-icon-picker-popover .ant-popover-inner-content {
|
|
36
|
-
padding: 0;
|
|
37
|
-
}
|
|
38
|
-
.shy-icon-picker-popover .scrollbar {
|
|
39
|
-
height: 220px;
|
|
40
|
-
}
|
|
41
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
42
|
-
/* stylelint-disable */
|
|
43
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
44
|
-
.shy-basic-arrow[data-v-03d87956] {
|
|
540
|
+
}.shy-basic-arrow[data-v-fea26917] {
|
|
45
541
|
display: inline-block;
|
|
46
542
|
cursor: pointer;
|
|
47
543
|
transform: rotate(0deg);
|
|
48
544
|
transition: all 0.3s ease 0.1s;
|
|
49
545
|
transform-origin: center center;
|
|
50
546
|
}
|
|
51
|
-
.shy-basic-arrow--active[data-v-
|
|
547
|
+
.shy-basic-arrow--active[data-v-fea26917] {
|
|
52
548
|
transform: rotate(90deg);
|
|
53
549
|
}
|
|
54
|
-
.shy-basic-arrow.inset[data-v-
|
|
550
|
+
.shy-basic-arrow.inset[data-v-fea26917] {
|
|
55
551
|
line-height: 0px;
|
|
56
552
|
}
|
|
57
|
-
.shy-basic-arrow.up[data-v-
|
|
553
|
+
.shy-basic-arrow.up[data-v-fea26917] {
|
|
58
554
|
transform: rotate(-90deg);
|
|
59
555
|
}
|
|
60
|
-
.shy-basic-arrow.down[data-v-
|
|
556
|
+
.shy-basic-arrow.down[data-v-fea26917] {
|
|
61
557
|
transform: rotate(90deg);
|
|
62
558
|
}
|
|
63
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
559
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
|
|
64
560
|
transform: rotate(90deg);
|
|
65
561
|
}
|
|
66
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
562
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
|
|
67
563
|
transform: rotate(-90deg);
|
|
68
|
-
}
|
|
69
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
70
|
-
/* stylelint-disable */
|
|
71
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
72
|
-
.shy-basic-help {
|
|
564
|
+
}.shy-basic-help {
|
|
73
565
|
display: inline-block;
|
|
74
566
|
margin-left: 6px;
|
|
75
567
|
font-size: 14px;
|
|
@@ -81,11 +573,7 @@ span.iconify {
|
|
|
81
573
|
}
|
|
82
574
|
.shy-basic-help__wrap p {
|
|
83
575
|
margin-bottom: 0;
|
|
84
|
-
}
|
|
85
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
86
|
-
/* stylelint-disable */
|
|
87
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
88
|
-
.shy-basic-title[data-v-c007dbdf] {
|
|
576
|
+
}.shy-basic-title[data-v-59bc8f76] {
|
|
89
577
|
position: relative;
|
|
90
578
|
display: flex;
|
|
91
579
|
padding-left: 7px;
|
|
@@ -96,11 +584,11 @@ span.iconify {
|
|
|
96
584
|
cursor: pointer;
|
|
97
585
|
user-select: none;
|
|
98
586
|
}
|
|
99
|
-
.shy-basic-title-normal[data-v-
|
|
587
|
+
.shy-basic-title-normal[data-v-59bc8f76] {
|
|
100
588
|
font-size: 14px;
|
|
101
589
|
font-weight: 500;
|
|
102
590
|
}
|
|
103
|
-
.shy-basic-title-show-span[data-v-
|
|
591
|
+
.shy-basic-title-show-span[data-v-59bc8f76]::before {
|
|
104
592
|
position: absolute;
|
|
105
593
|
top: 4px;
|
|
106
594
|
left: 0;
|
|
@@ -110,13 +598,9 @@ span.iconify {
|
|
|
110
598
|
background-color: #006eff;
|
|
111
599
|
content: '';
|
|
112
600
|
}
|
|
113
|
-
.shy-basic-title-help[data-v-
|
|
601
|
+
.shy-basic-title-help[data-v-59bc8f76] {
|
|
114
602
|
margin-left: 10px;
|
|
115
|
-
}
|
|
116
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
117
|
-
/* stylelint-disable */
|
|
118
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
119
|
-
.shy-collapse-container {
|
|
603
|
+
}.shy-collapse-container {
|
|
120
604
|
background-color: #fff;
|
|
121
605
|
border-radius: 2px;
|
|
122
606
|
transition: all 0.3s ease-in-out;
|
|
@@ -137,11 +621,7 @@ span.iconify {
|
|
|
137
621
|
align-items: center;
|
|
138
622
|
text-align: right;
|
|
139
623
|
flex: 1;
|
|
140
|
-
}
|
|
141
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
142
|
-
/* stylelint-disable */
|
|
143
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
144
|
-
.scrollbar {
|
|
624
|
+
}.scrollbar {
|
|
145
625
|
position: relative;
|
|
146
626
|
overflow: hidden;
|
|
147
627
|
height: 100%;
|
|
@@ -195,16 +675,10 @@ span.iconify {
|
|
|
195
675
|
.scrollbar__bar.is-horizontal > div {
|
|
196
676
|
height: 100%;
|
|
197
677
|
}
|
|
198
|
-
.scrollbar:active > .scrollbar__bar,
|
|
199
|
-
.scrollbar:focus > .scrollbar__bar,
|
|
200
|
-
.scrollbar:hover > .scrollbar__bar {
|
|
678
|
+
.scrollbar:active > .scrollbar__bar, .scrollbar:focus > .scrollbar__bar, .scrollbar:hover > .scrollbar__bar {
|
|
201
679
|
opacity: 1;
|
|
202
680
|
transition: opacity 340ms ease-out;
|
|
203
|
-
}
|
|
204
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
205
|
-
/* stylelint-disable */
|
|
206
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
207
|
-
.scroll-container {
|
|
681
|
+
}.scroll-container {
|
|
208
682
|
width: 100%;
|
|
209
683
|
height: 100%;
|
|
210
684
|
}
|
|
@@ -214,79 +688,25 @@ span.iconify {
|
|
|
214
688
|
}
|
|
215
689
|
.scroll-container .scrollbar__view {
|
|
216
690
|
box-sizing: border-box;
|
|
691
|
+
}.shy-icon-picker .ant-input-group-addon {
|
|
692
|
+
padding: 0;
|
|
217
693
|
}
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
221
|
-
.shy-strength-meter-bar[data-v-eda28c94] {
|
|
222
|
-
position: relative;
|
|
223
|
-
margin: 10px auto 6px;
|
|
224
|
-
height: 6px;
|
|
225
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
226
|
-
border-radius: 6px;
|
|
227
|
-
}
|
|
228
|
-
.shy-strength-meter-bar[data-v-eda28c94]::before,
|
|
229
|
-
.shy-strength-meter-bar[data-v-eda28c94]::after {
|
|
230
|
-
position: absolute;
|
|
231
|
-
z-index: 10;
|
|
232
|
-
display: block;
|
|
233
|
-
width: 20%;
|
|
234
|
-
height: inherit;
|
|
235
|
-
background-color: transparent;
|
|
236
|
-
border-style: solid;
|
|
237
|
-
border-width: 0 5px;
|
|
238
|
-
border-color: #fff;
|
|
239
|
-
content: '';
|
|
240
|
-
}
|
|
241
|
-
.shy-strength-meter-bar[data-v-eda28c94]::before {
|
|
242
|
-
left: 20%;
|
|
243
|
-
}
|
|
244
|
-
.shy-strength-meter-bar[data-v-eda28c94]::after {
|
|
245
|
-
right: 20%;
|
|
246
|
-
}
|
|
247
|
-
.shy-strength-meter-bar--fill[data-v-eda28c94] {
|
|
248
|
-
position: absolute;
|
|
249
|
-
width: 0;
|
|
250
|
-
height: inherit;
|
|
251
|
-
background-color: transparent;
|
|
252
|
-
border-radius: inherit;
|
|
253
|
-
transition: width 0.5s ease-in-out, background 0.25s;
|
|
254
|
-
}
|
|
255
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-eda28c94] {
|
|
256
|
-
width: 20%;
|
|
257
|
-
background-color: #e74242;
|
|
258
|
-
}
|
|
259
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-eda28c94] {
|
|
260
|
-
width: 40%;
|
|
261
|
-
background-color: #ED6F6F;
|
|
262
|
-
}
|
|
263
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-eda28c94] {
|
|
264
|
-
width: 60%;
|
|
265
|
-
background-color: #EFBD47;
|
|
266
|
-
}
|
|
267
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-eda28c94] {
|
|
268
|
-
width: 80%;
|
|
269
|
-
background-color: rgba(85, 209, 135, 0.5);
|
|
694
|
+
.shy-icon-picker-popover {
|
|
695
|
+
width: 300px;
|
|
270
696
|
}
|
|
271
|
-
.shy-
|
|
272
|
-
|
|
273
|
-
background-color: #55D187;
|
|
697
|
+
.shy-icon-picker-popover .ant-popover-inner-content {
|
|
698
|
+
padding: 0;
|
|
274
699
|
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
.shy-countdown-input .ant-input-group-addon {
|
|
700
|
+
.shy-icon-picker-popover .scrollbar {
|
|
701
|
+
height: 220px;
|
|
702
|
+
}.shy-countdown-input .ant-input-group-addon {
|
|
279
703
|
padding-right: 0;
|
|
280
704
|
background-color: transparent;
|
|
281
705
|
border: none;
|
|
282
706
|
}
|
|
283
707
|
.shy-countdown-input .ant-input-group-addon button {
|
|
284
708
|
font-size: 14px;
|
|
285
|
-
}
|
|
286
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
287
|
-
/* stylelint-disable */
|
|
288
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
289
|
-
.table-plus[data-v-22afe612] {
|
|
709
|
+
}.table-plus[data-v-7465b460] {
|
|
290
710
|
width: 30px;
|
|
291
711
|
height: 30px;
|
|
292
712
|
font-size: 24px;
|
|
@@ -297,21 +717,21 @@ span.iconify {
|
|
|
297
717
|
line-height: 30px;
|
|
298
718
|
cursor: pointer;
|
|
299
719
|
}
|
|
300
|
-
.table-children[data-v-
|
|
720
|
+
.table-children[data-v-7465b460] .ant-form-item {
|
|
301
721
|
margin-bottom: 0 !important;
|
|
302
722
|
}
|
|
303
|
-
.delete-wrapper[data-v-
|
|
723
|
+
.delete-wrapper[data-v-7465b460] {
|
|
304
724
|
height: 100%;
|
|
305
725
|
}
|
|
306
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
726
|
+
.delete-wrapper:hover .delete-item[data-v-7465b460] {
|
|
307
727
|
display: flex;
|
|
308
728
|
justify-content: center;
|
|
309
729
|
align-items: center;
|
|
310
730
|
}
|
|
311
|
-
.delete-wrapper:hover .delete-index[data-v-
|
|
731
|
+
.delete-wrapper:hover .delete-index[data-v-7465b460] {
|
|
312
732
|
display: none;
|
|
313
733
|
}
|
|
314
|
-
.delete-wrapper .delete-item[data-v-
|
|
734
|
+
.delete-wrapper .delete-item[data-v-7465b460] {
|
|
315
735
|
background-color: red;
|
|
316
736
|
border-radius: 50%;
|
|
317
737
|
width: 30px;
|
|
@@ -320,13 +740,9 @@ span.iconify {
|
|
|
320
740
|
display: none;
|
|
321
741
|
cursor: pointer;
|
|
322
742
|
}
|
|
323
|
-
.delete-wrapper .delete-index[data-v-
|
|
743
|
+
.delete-wrapper .delete-index[data-v-7465b460] {
|
|
324
744
|
display: inline-block;
|
|
325
|
-
}
|
|
326
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
327
|
-
/* stylelint-disable */
|
|
328
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
329
|
-
@media screen and (max-height: 600px) {
|
|
745
|
+
}@media screen and (max-height: 600px) {
|
|
330
746
|
.ant-modal {
|
|
331
747
|
top: 60px;
|
|
332
748
|
}
|
|
@@ -417,11 +833,7 @@ span.iconify {
|
|
|
417
833
|
}
|
|
418
834
|
.ant-modal-confirm .ant-modal-body {
|
|
419
835
|
padding: 24px !important;
|
|
420
|
-
}
|
|
421
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
422
|
-
/* stylelint-disable */
|
|
423
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
424
|
-
.scroll-container {
|
|
836
|
+
}.scroll-container {
|
|
425
837
|
width: 100%;
|
|
426
838
|
height: 100%;
|
|
427
839
|
}
|
|
@@ -431,11 +843,7 @@ span.iconify {
|
|
|
431
843
|
}
|
|
432
844
|
.scroll-container .scrollbar__view {
|
|
433
845
|
box-sizing: border-box;
|
|
434
|
-
}
|
|
435
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
436
|
-
/* stylelint-disable */
|
|
437
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
438
|
-
.shy-basic-modal-close {
|
|
846
|
+
}.shy-basic-modal-close {
|
|
439
847
|
display: flex;
|
|
440
848
|
align-items: center;
|
|
441
849
|
height: 95%;
|
|
@@ -459,11 +867,7 @@ span.iconify {
|
|
|
459
867
|
}
|
|
460
868
|
.shy-basic-modal-close span:last-child:hover {
|
|
461
869
|
color: #ED6F6F;
|
|
462
|
-
}
|
|
463
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
464
|
-
/* stylelint-disable */
|
|
465
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
466
|
-
.shy-basic-help {
|
|
870
|
+
}.shy-basic-help {
|
|
467
871
|
display: inline-block;
|
|
468
872
|
margin-left: 6px;
|
|
469
873
|
font-size: 14px;
|
|
@@ -475,53 +879,128 @@ span.iconify {
|
|
|
475
879
|
}
|
|
476
880
|
.shy-basic-help__wrap p {
|
|
477
881
|
margin-bottom: 0;
|
|
882
|
+
}.shy-basic-title[data-v-fdc837af] {
|
|
883
|
+
position: relative;
|
|
884
|
+
display: flex;
|
|
885
|
+
padding-left: 7px;
|
|
886
|
+
font-size: 16px;
|
|
887
|
+
font-weight: 500;
|
|
888
|
+
line-height: 24px;
|
|
889
|
+
color: rgba(0, 0, 0, 0.85);
|
|
890
|
+
cursor: pointer;
|
|
891
|
+
user-select: none;
|
|
892
|
+
}
|
|
893
|
+
.shy-basic-title-normal[data-v-fdc837af] {
|
|
894
|
+
font-size: 14px;
|
|
895
|
+
font-weight: 500;
|
|
896
|
+
}
|
|
897
|
+
.shy-basic-title-show-span[data-v-fdc837af]::before {
|
|
898
|
+
position: absolute;
|
|
899
|
+
top: 4px;
|
|
900
|
+
left: 0;
|
|
901
|
+
margin-right: 4px;
|
|
902
|
+
width: 3px;
|
|
903
|
+
height: 16px;
|
|
904
|
+
background-color: #006eff;
|
|
905
|
+
content: '';
|
|
906
|
+
}
|
|
907
|
+
.shy-basic-title-help[data-v-fdc837af] {
|
|
908
|
+
margin-left: 10px;
|
|
909
|
+
}.shy-basic-form {
|
|
910
|
+
display: flex;
|
|
911
|
+
justify-content: space-between;
|
|
912
|
+
}
|
|
913
|
+
.shy-basic-form-action {
|
|
914
|
+
width: 200px !important;
|
|
915
|
+
}
|
|
916
|
+
.shy-basic-form-input {
|
|
917
|
+
flex: 1;
|
|
918
|
+
}
|
|
919
|
+
.shy-basic-form-toggle {
|
|
920
|
+
position: relative;
|
|
921
|
+
display: flex;
|
|
922
|
+
justify-content: center;
|
|
923
|
+
}
|
|
924
|
+
.shy-basic-form-toggle-left__line {
|
|
925
|
+
position: absolute;
|
|
926
|
+
top: 50%;
|
|
927
|
+
left: 0;
|
|
928
|
+
display: block;
|
|
929
|
+
margin-top: -0.5px;
|
|
930
|
+
width: calc(50% - 16px);
|
|
931
|
+
height: 1px;
|
|
932
|
+
background: #f0f0f0;
|
|
933
|
+
content: '';
|
|
934
|
+
}
|
|
935
|
+
.shy-basic-form-toggle-right__line {
|
|
936
|
+
position: absolute;
|
|
937
|
+
top: 50%;
|
|
938
|
+
right: 0;
|
|
939
|
+
display: block;
|
|
940
|
+
margin-top: -0.5px;
|
|
941
|
+
width: calc(50% - 16px);
|
|
942
|
+
height: 1px;
|
|
943
|
+
background: #f0f0f0;
|
|
944
|
+
content: '';
|
|
945
|
+
}
|
|
946
|
+
.shy-basic-form-toggle-icon {
|
|
947
|
+
display: flex;
|
|
948
|
+
justify-content: center;
|
|
949
|
+
align-items: center;
|
|
950
|
+
width: 32px;
|
|
951
|
+
height: 12px;
|
|
952
|
+
border: 1px solid #f0f0f0;
|
|
953
|
+
border-radius: 6px;
|
|
954
|
+
transition: all 0.2s;
|
|
955
|
+
cursor: pointer;
|
|
956
|
+
}
|
|
957
|
+
.shy-basic-form-toggle-icon.expend {
|
|
958
|
+
transform: rotate(180deg);
|
|
959
|
+
}
|
|
960
|
+
.shy-basic-form .ant-form-item-label label::after {
|
|
961
|
+
margin: 0 6px 0 2px;
|
|
962
|
+
}
|
|
963
|
+
.shy-basic-form .ant-form-item-with-help {
|
|
964
|
+
margin-bottom: 0;
|
|
965
|
+
}
|
|
966
|
+
.shy-basic-form .ant-form-item:not(.ant-form-item-with-help) {
|
|
967
|
+
margin-bottom: 20px;
|
|
968
|
+
}
|
|
969
|
+
.shy-basic-form .ant-form-item.suffix-item .ant-form-item-children {
|
|
970
|
+
display: flex;
|
|
971
|
+
}
|
|
972
|
+
.shy-basic-form .ant-form-item.suffix-item .ant-form-item-control {
|
|
973
|
+
margin-top: 4px;
|
|
478
974
|
}
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
padding-left: 7px;
|
|
486
|
-
font-size: 16px;
|
|
487
|
-
font-weight: 500;
|
|
488
|
-
line-height: 24px;
|
|
489
|
-
color: rgba(0, 0, 0, 0.85);
|
|
490
|
-
cursor: pointer;
|
|
491
|
-
user-select: none;
|
|
975
|
+
.shy-basic-form .ant-form-item.suffix-item .suffix {
|
|
976
|
+
display: inline-flex;
|
|
977
|
+
align-items: center;
|
|
978
|
+
padding-left: 6px;
|
|
979
|
+
margin-top: 1px;
|
|
980
|
+
line-height: 1;
|
|
492
981
|
}
|
|
493
|
-
.shy-basic-
|
|
982
|
+
.shy-basic-form .ant-form-explain {
|
|
494
983
|
font-size: 14px;
|
|
495
|
-
font-weight: 500;
|
|
496
984
|
}
|
|
497
|
-
.shy-basic-
|
|
498
|
-
|
|
499
|
-
top: 4px;
|
|
500
|
-
left: 0;
|
|
501
|
-
margin-right: 4px;
|
|
502
|
-
width: 3px;
|
|
503
|
-
height: 16px;
|
|
504
|
-
background-color: #006eff;
|
|
505
|
-
content: '';
|
|
985
|
+
.shy-basic-form--compact .ant-form-item {
|
|
986
|
+
margin-bottom: 8px !important;
|
|
506
987
|
}
|
|
507
|
-
.shy-
|
|
508
|
-
|
|
988
|
+
.shy-form-action .ant-form-item-control-input-content {
|
|
989
|
+
display: flex;
|
|
990
|
+
justify-content: flex-end;
|
|
991
|
+
width: 100%;
|
|
992
|
+
flex: 1;
|
|
509
993
|
}
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
.shy-search[data-v-a0f20f9d] {
|
|
994
|
+
.shy-form-action .ant-form-item-control-input-content button {
|
|
995
|
+
margin: 0 5px;
|
|
996
|
+
}.shy-search[data-v-6d3f2554] {
|
|
514
997
|
position: relative;
|
|
515
998
|
display: flex;
|
|
516
999
|
align-items: center;
|
|
517
1000
|
margin-bottom: 15px;
|
|
518
1001
|
flex: 1 1 0%;
|
|
519
1002
|
justify-self: stretch;
|
|
520
|
-
}
|
|
521
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
522
|
-
/* stylelint-disable */
|
|
523
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
524
|
-
.context-menu {
|
|
1003
|
+
}.context-menu {
|
|
525
1004
|
position: fixed;
|
|
526
1005
|
top: 0;
|
|
527
1006
|
left: 0;
|
|
@@ -580,14 +1059,9 @@ span.iconify {
|
|
|
580
1059
|
color: rgba(0, 0, 0, 0.85);
|
|
581
1060
|
background-color: #f5f5f5;
|
|
582
1061
|
}
|
|
583
|
-
.context-menu .ant-menu-submenu-title,
|
|
584
|
-
.context-menu .ant-menu-item {
|
|
1062
|
+
.context-menu .ant-menu-submenu-title, .context-menu .ant-menu-item {
|
|
585
1063
|
padding: 0 !important;
|
|
586
|
-
}
|
|
587
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
588
|
-
/* stylelint-disable */
|
|
589
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
590
|
-
.shy-tree {
|
|
1064
|
+
}.shy-tree {
|
|
591
1065
|
padding: 20px;
|
|
592
1066
|
background-color: #fff;
|
|
593
1067
|
}
|
|
@@ -623,128 +1097,7 @@ span.iconify {
|
|
|
623
1097
|
.shy-tree__action {
|
|
624
1098
|
margin-left: 4px;
|
|
625
1099
|
visibility: hidden;
|
|
626
|
-
}
|
|
627
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
628
|
-
/* stylelint-disable */
|
|
629
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
630
|
-
.wrapper[data-v-c8b3688d] {
|
|
631
|
-
display: flex;
|
|
632
|
-
}
|
|
633
|
-
.tree[data-v-c8b3688d] {
|
|
634
|
-
flex: none;
|
|
635
|
-
}
|
|
636
|
-
.table-wrapper[data-v-c8b3688d] {
|
|
637
|
-
flex: 1 1 0%;
|
|
638
|
-
overflow: hidden;
|
|
639
|
-
}
|
|
640
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
641
|
-
/* stylelint-disable */
|
|
642
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
643
|
-
[data-v-ae47630a] .ant-input-group-addon {
|
|
644
|
-
padding: 0;
|
|
645
|
-
}
|
|
646
|
-
.btn-wrapper[data-v-ae47630a] {
|
|
647
|
-
padding: 0 5px;
|
|
648
|
-
display: flex;
|
|
649
|
-
align-items: center;
|
|
650
|
-
justify-content: center;
|
|
651
|
-
cursor: pointer;
|
|
652
|
-
}
|
|
653
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
654
|
-
/* stylelint-disable */
|
|
655
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
656
|
-
.shy-basic-form {
|
|
657
|
-
display: flex;
|
|
658
|
-
justify-content: space-between;
|
|
659
|
-
}
|
|
660
|
-
.shy-basic-form-action {
|
|
661
|
-
width: 200px !important;
|
|
662
|
-
}
|
|
663
|
-
.shy-basic-form-input {
|
|
664
|
-
flex: 1;
|
|
665
|
-
}
|
|
666
|
-
.shy-basic-form-toggle {
|
|
667
|
-
position: relative;
|
|
668
|
-
display: flex;
|
|
669
|
-
justify-content: center;
|
|
670
|
-
}
|
|
671
|
-
.shy-basic-form-toggle-left__line {
|
|
672
|
-
position: absolute;
|
|
673
|
-
top: 50%;
|
|
674
|
-
left: 0;
|
|
675
|
-
display: block;
|
|
676
|
-
margin-top: -0.5px;
|
|
677
|
-
width: calc(50% - 16px);
|
|
678
|
-
height: 1px;
|
|
679
|
-
background: #f0f0f0;
|
|
680
|
-
content: '';
|
|
681
|
-
}
|
|
682
|
-
.shy-basic-form-toggle-right__line {
|
|
683
|
-
position: absolute;
|
|
684
|
-
top: 50%;
|
|
685
|
-
right: 0;
|
|
686
|
-
display: block;
|
|
687
|
-
margin-top: -0.5px;
|
|
688
|
-
width: calc(50% - 16px);
|
|
689
|
-
height: 1px;
|
|
690
|
-
background: #f0f0f0;
|
|
691
|
-
content: '';
|
|
692
|
-
}
|
|
693
|
-
.shy-basic-form-toggle-icon {
|
|
694
|
-
display: flex;
|
|
695
|
-
justify-content: center;
|
|
696
|
-
align-items: center;
|
|
697
|
-
width: 32px;
|
|
698
|
-
height: 12px;
|
|
699
|
-
border: 1px solid #f0f0f0;
|
|
700
|
-
border-radius: 6px;
|
|
701
|
-
transition: all 0.2s;
|
|
702
|
-
cursor: pointer;
|
|
703
|
-
}
|
|
704
|
-
.shy-basic-form-toggle-icon.expend {
|
|
705
|
-
transform: rotate(180deg);
|
|
706
|
-
}
|
|
707
|
-
.shy-basic-form .ant-form-item-label label::after {
|
|
708
|
-
margin: 0 6px 0 2px;
|
|
709
|
-
}
|
|
710
|
-
.shy-basic-form .ant-form-item-with-help {
|
|
711
|
-
margin-bottom: 0;
|
|
712
|
-
}
|
|
713
|
-
.shy-basic-form .ant-form-item:not(.ant-form-item-with-help) {
|
|
714
|
-
margin-bottom: 20px;
|
|
715
|
-
}
|
|
716
|
-
.shy-basic-form .ant-form-item.suffix-item .ant-form-item-children {
|
|
717
|
-
display: flex;
|
|
718
|
-
}
|
|
719
|
-
.shy-basic-form .ant-form-item.suffix-item .ant-form-item-control {
|
|
720
|
-
margin-top: 4px;
|
|
721
|
-
}
|
|
722
|
-
.shy-basic-form .ant-form-item.suffix-item .suffix {
|
|
723
|
-
display: inline-flex;
|
|
724
|
-
align-items: center;
|
|
725
|
-
padding-left: 6px;
|
|
726
|
-
margin-top: 1px;
|
|
727
|
-
line-height: 1;
|
|
728
|
-
}
|
|
729
|
-
.shy-basic-form .ant-form-explain {
|
|
730
|
-
font-size: 14px;
|
|
731
|
-
}
|
|
732
|
-
.shy-basic-form--compact .ant-form-item {
|
|
733
|
-
margin-bottom: 8px !important;
|
|
734
|
-
}
|
|
735
|
-
.shy-form-action .ant-form-item-control-input-content {
|
|
736
|
-
display: flex;
|
|
737
|
-
justify-content: flex-end;
|
|
738
|
-
width: 100%;
|
|
739
|
-
flex: 1;
|
|
740
|
-
}
|
|
741
|
-
.shy-form-action .ant-form-item-control-input-content button {
|
|
742
|
-
margin: 0 5px;
|
|
743
|
-
}
|
|
744
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
745
|
-
/* stylelint-disable */
|
|
746
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
747
|
-
.shy-page-footer[data-v-b4695833] {
|
|
1100
|
+
}.shy-page-footer[data-v-44a47dbd] {
|
|
748
1101
|
position: fixed;
|
|
749
1102
|
right: 0;
|
|
750
1103
|
bottom: 0;
|
|
@@ -759,13 +1112,9 @@ span.iconify {
|
|
|
759
1112
|
line-height: 44px;
|
|
760
1113
|
border-top: 1px solid #E4E7ED;
|
|
761
1114
|
}
|
|
762
|
-
.shy-page-footer__left[data-v-
|
|
1115
|
+
.shy-page-footer__left[data-v-44a47dbd] {
|
|
763
1116
|
flex: 1 1;
|
|
764
|
-
}
|
|
765
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
766
|
-
/* stylelint-disable */
|
|
767
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
768
|
-
.shy-page-wrapper {
|
|
1117
|
+
}.shy-page-wrapper {
|
|
769
1118
|
position: relative;
|
|
770
1119
|
}
|
|
771
1120
|
.shy-page-wrapper .shy-page-wrapper-content {
|
|
@@ -779,18 +1128,10 @@ span.iconify {
|
|
|
779
1128
|
}
|
|
780
1129
|
.shy-page-wrapper--dense .shy-page-wrapper-content {
|
|
781
1130
|
margin: 0;
|
|
782
|
-
}
|
|
783
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
784
|
-
/* stylelint-disable */
|
|
785
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
786
|
-
.shy-basic-table-header-cell__help {
|
|
1131
|
+
}.shy-basic-table-header-cell__help {
|
|
787
1132
|
margin-left: 8px;
|
|
788
1133
|
color: rgba(0, 0, 0, 0.65) !important;
|
|
789
|
-
}
|
|
790
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
791
|
-
/* stylelint-disable */
|
|
792
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
793
|
-
.edit-cell-align-left {
|
|
1134
|
+
}.edit-cell-align-left {
|
|
794
1135
|
text-align: left;
|
|
795
1136
|
}
|
|
796
1137
|
.edit-cell-align-left input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
|
|
@@ -847,11 +1188,7 @@ span.iconify {
|
|
|
847
1188
|
}
|
|
848
1189
|
.shy-editable-cell:hover .shy-editable-cell__normal-icon {
|
|
849
1190
|
display: inline-block;
|
|
850
|
-
}
|
|
851
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
852
|
-
/* stylelint-disable */
|
|
853
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
854
|
-
.table-column-drag-icon {
|
|
1191
|
+
}.table-column-drag-icon {
|
|
855
1192
|
margin: 0 5px;
|
|
856
1193
|
cursor: move;
|
|
857
1194
|
}
|
|
@@ -873,19 +1210,14 @@ span.iconify {
|
|
|
873
1210
|
.shy-basic-column-setting__check-item .ant-checkbox-wrapper:hover {
|
|
874
1211
|
color: #006eff;
|
|
875
1212
|
}
|
|
876
|
-
.shy-basic-column-setting__fixed-left,
|
|
877
|
-
.shy-basic-column-setting__fixed-right {
|
|
1213
|
+
.shy-basic-column-setting__fixed-left, .shy-basic-column-setting__fixed-right {
|
|
878
1214
|
color: rgba(0, 0, 0, 0.45);
|
|
879
1215
|
cursor: pointer;
|
|
880
1216
|
}
|
|
881
|
-
.shy-basic-column-setting__fixed-left.active,
|
|
882
|
-
.shy-basic-column-setting__fixed-right.active,
|
|
883
|
-
.shy-basic-column-setting__fixed-left:hover,
|
|
884
|
-
.shy-basic-column-setting__fixed-right:hover {
|
|
1217
|
+
.shy-basic-column-setting__fixed-left.active, .shy-basic-column-setting__fixed-right.active, .shy-basic-column-setting__fixed-left:hover, .shy-basic-column-setting__fixed-right:hover {
|
|
885
1218
|
color: #006eff;
|
|
886
1219
|
}
|
|
887
|
-
.shy-basic-column-setting__fixed-left.disabled,
|
|
888
|
-
.shy-basic-column-setting__fixed-right.disabled {
|
|
1220
|
+
.shy-basic-column-setting__fixed-left.disabled, .shy-basic-column-setting__fixed-right.disabled {
|
|
889
1221
|
color: rgba(0, 0, 0, 0.25);
|
|
890
1222
|
cursor: not-allowed;
|
|
891
1223
|
}
|
|
@@ -906,21 +1238,13 @@ span.iconify {
|
|
|
906
1238
|
}
|
|
907
1239
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
908
1240
|
height: 220px;
|
|
909
|
-
}
|
|
910
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
911
|
-
/* stylelint-disable */
|
|
912
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
913
|
-
.table-settings > * {
|
|
1241
|
+
}.table-settings > * {
|
|
914
1242
|
margin-right: 12px;
|
|
915
1243
|
}
|
|
916
1244
|
.table-settings svg {
|
|
917
1245
|
width: 1.3em;
|
|
918
1246
|
height: 1.3em;
|
|
919
|
-
}
|
|
920
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
921
|
-
/* stylelint-disable */
|
|
922
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
923
|
-
.shy-basic-table-header__button {
|
|
1247
|
+
}.shy-basic-table-header__button {
|
|
924
1248
|
display: flex;
|
|
925
1249
|
justify-content: flex-start;
|
|
926
1250
|
align-items: center;
|
|
@@ -936,11 +1260,7 @@ span.iconify {
|
|
|
936
1260
|
}
|
|
937
1261
|
.shy-basic-table-header__toolbar > * {
|
|
938
1262
|
margin-right: 8px;
|
|
939
|
-
}
|
|
940
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
941
|
-
/* stylelint-disable */
|
|
942
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
943
|
-
.shy-basic-table-action {
|
|
1263
|
+
}.shy-basic-table-action {
|
|
944
1264
|
display: flex;
|
|
945
1265
|
align-items: center;
|
|
946
1266
|
}
|
|
@@ -966,8 +1286,7 @@ span.iconify {
|
|
|
966
1286
|
.shy-basic-table-action button.ant-btn-circle span {
|
|
967
1287
|
margin: auto !important;
|
|
968
1288
|
}
|
|
969
|
-
.shy-basic-table-action .ant-divider,
|
|
970
|
-
.shy-basic-table-action .ant-divider-vertical {
|
|
1289
|
+
.shy-basic-table-action .ant-divider, .shy-basic-table-action .ant-divider-vertical {
|
|
971
1290
|
margin: 0 2px;
|
|
972
1291
|
}
|
|
973
1292
|
.shy-basic-table-action .icon-more {
|
|
@@ -976,11 +1295,7 @@ span.iconify {
|
|
|
976
1295
|
.shy-basic-table-action .icon-more svg {
|
|
977
1296
|
font-size: 1.1em;
|
|
978
1297
|
font-weight: 700;
|
|
979
|
-
}
|
|
980
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
981
|
-
/* stylelint-disable */
|
|
982
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
983
|
-
.shy-basic-table-img .ant-image {
|
|
1298
|
+
}.shy-basic-table-img .ant-image {
|
|
984
1299
|
margin-right: 4px;
|
|
985
1300
|
cursor: zoom-in;
|
|
986
1301
|
}
|
|
@@ -989,16 +1304,9 @@ span.iconify {
|
|
|
989
1304
|
}
|
|
990
1305
|
.shy-basic-table-img .img-div {
|
|
991
1306
|
display: inline-grid;
|
|
992
|
-
}
|
|
993
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
994
|
-
/* stylelint-disable */
|
|
995
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
996
|
-
|
|
997
|
-
.app-iconify[data-v-1ab38c8b] {
|
|
1307
|
+
}.app-iconify[data-v-b15bfa99] {
|
|
998
1308
|
vertical-align: middle;
|
|
999
|
-
}
|
|
1000
|
-
[data-theme='dark'] .ant-table-tbody > tr:hover.ant-table-row-selected > td,
|
|
1001
|
-
[data-theme='dark'] .ant-table-tbody > tr.ant-table-row-selected td {
|
|
1309
|
+
}[data-theme='dark'] .ant-table-tbody > tr:hover.ant-table-row-selected > td, [data-theme='dark'] .ant-table-tbody > tr.ant-table-row-selected td {
|
|
1002
1310
|
background-color: #262626;
|
|
1003
1311
|
}
|
|
1004
1312
|
[data-theme='light'] .shy-basic-table > .ant-table-wrapper {
|
|
@@ -1069,11 +1377,25 @@ span.iconify {
|
|
|
1069
1377
|
}
|
|
1070
1378
|
.shy-basic-table--inset .ant-table-wrapper {
|
|
1071
1379
|
padding: 0;
|
|
1380
|
+
}.wrapper[data-v-dbd84c9c] {
|
|
1381
|
+
display: flex;
|
|
1382
|
+
}
|
|
1383
|
+
.tree[data-v-dbd84c9c] {
|
|
1384
|
+
flex: none;
|
|
1385
|
+
}
|
|
1386
|
+
.table-wrapper[data-v-dbd84c9c] {
|
|
1387
|
+
flex: 1 1 0%;
|
|
1388
|
+
overflow: hidden;
|
|
1389
|
+
}[data-v-fb4fe18d] .ant-input-group-addon {
|
|
1390
|
+
padding: 0;
|
|
1072
1391
|
}
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1392
|
+
.btn-wrapper[data-v-fb4fe18d] {
|
|
1393
|
+
padding: 0 5px;
|
|
1394
|
+
display: flex;
|
|
1395
|
+
align-items: center;
|
|
1396
|
+
justify-content: center;
|
|
1397
|
+
cursor: pointer;
|
|
1398
|
+
}.shy-basic-drawer-footer {
|
|
1077
1399
|
position: absolute;
|
|
1078
1400
|
bottom: 0;
|
|
1079
1401
|
padding: 0 12px 0 20px;
|
|
@@ -1084,11 +1406,7 @@ span.iconify {
|
|
|
1084
1406
|
}
|
|
1085
1407
|
.shy-basic-drawer-footer > * {
|
|
1086
1408
|
margin-right: 8px;
|
|
1087
|
-
}
|
|
1088
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1089
|
-
/* stylelint-disable */
|
|
1090
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1091
|
-
.shy-basic-drawer-header {
|
|
1409
|
+
}.shy-basic-drawer-header {
|
|
1092
1410
|
display: flex;
|
|
1093
1411
|
align-items: center;
|
|
1094
1412
|
height: 100%;
|
|
@@ -1105,11 +1423,7 @@ span.iconify {
|
|
|
1105
1423
|
}
|
|
1106
1424
|
.shy-basic-drawer-header__toolbar {
|
|
1107
1425
|
padding-right: 50px;
|
|
1108
|
-
}
|
|
1109
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1110
|
-
/* stylelint-disable */
|
|
1111
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1112
|
-
.shy-basic-drawer .ant-drawer-wrapper-body {
|
|
1426
|
+
}.shy-basic-drawer .ant-drawer-wrapper-body {
|
|
1113
1427
|
overflow: hidden;
|
|
1114
1428
|
}
|
|
1115
1429
|
.shy-basic-drawer .ant-drawer-close:hover {
|
|
@@ -1149,73 +1463,48 @@ span.iconify {
|
|
|
1149
1463
|
}
|
|
1150
1464
|
.shy-basic-drawer__detail .ant-drawer-body {
|
|
1151
1465
|
height: calc(100% - 40px);
|
|
1152
|
-
}
|
|
1153
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1154
|
-
/* stylelint-disable */
|
|
1155
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1156
|
-
/*!
|
|
1157
|
-
* Cropper.js v1.5.13
|
|
1158
|
-
* https://fengyuanchen.github.io/cropperjs
|
|
1159
|
-
*
|
|
1160
|
-
* Copyright 2015-present Chen Fengyuan
|
|
1161
|
-
* Released under the MIT license
|
|
1162
|
-
*
|
|
1163
|
-
* Date: 2022-11-20T05:30:43.444Z
|
|
1164
|
-
*/
|
|
1165
|
-
|
|
1166
|
-
.cropper-container {
|
|
1466
|
+
}.cropper-container {
|
|
1167
1467
|
direction: ltr;
|
|
1168
1468
|
font-size: 0;
|
|
1169
1469
|
line-height: 0;
|
|
1170
1470
|
position: relative;
|
|
1171
1471
|
-ms-touch-action: none;
|
|
1172
|
-
|
|
1472
|
+
touch-action: none;
|
|
1173
1473
|
-webkit-user-select: none;
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1474
|
+
-moz-user-select: none;
|
|
1475
|
+
-ms-user-select: none;
|
|
1476
|
+
user-select: none;
|
|
1177
1477
|
}
|
|
1178
|
-
|
|
1179
1478
|
.cropper-container img {
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
.cropper-wrap-box,
|
|
1193
|
-
.cropper-canvas,
|
|
1194
|
-
.cropper-drag-box,
|
|
1195
|
-
.cropper-crop-box,
|
|
1196
|
-
.cropper-modal {
|
|
1479
|
+
-webkit-backface-visibility: hidden;
|
|
1480
|
+
backface-visibility: hidden;
|
|
1481
|
+
display: block;
|
|
1482
|
+
height: 100%;
|
|
1483
|
+
image-orientation: 0deg;
|
|
1484
|
+
max-height: none !important;
|
|
1485
|
+
max-width: none !important;
|
|
1486
|
+
min-height: 0 !important;
|
|
1487
|
+
min-width: 0 !important;
|
|
1488
|
+
width: 100%;
|
|
1489
|
+
}
|
|
1490
|
+
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
|
|
1197
1491
|
bottom: 0;
|
|
1198
1492
|
left: 0;
|
|
1199
1493
|
position: absolute;
|
|
1200
1494
|
right: 0;
|
|
1201
1495
|
top: 0;
|
|
1202
1496
|
}
|
|
1203
|
-
|
|
1204
|
-
.cropper-wrap-box,
|
|
1205
|
-
.cropper-canvas {
|
|
1497
|
+
.cropper-wrap-box, .cropper-canvas {
|
|
1206
1498
|
overflow: hidden;
|
|
1207
1499
|
}
|
|
1208
|
-
|
|
1209
1500
|
.cropper-drag-box {
|
|
1210
1501
|
background-color: #fff;
|
|
1211
1502
|
opacity: 0;
|
|
1212
1503
|
}
|
|
1213
|
-
|
|
1214
1504
|
.cropper-modal {
|
|
1215
1505
|
background-color: #000;
|
|
1216
1506
|
opacity: 0.5;
|
|
1217
1507
|
}
|
|
1218
|
-
|
|
1219
1508
|
.cropper-view-box {
|
|
1220
1509
|
display: block;
|
|
1221
1510
|
height: 100%;
|
|
@@ -1224,32 +1513,28 @@ span.iconify {
|
|
|
1224
1513
|
overflow: hidden;
|
|
1225
1514
|
width: 100%;
|
|
1226
1515
|
}
|
|
1227
|
-
|
|
1228
1516
|
.cropper-dashed {
|
|
1229
1517
|
border: 0 dashed #eee;
|
|
1230
1518
|
display: block;
|
|
1231
1519
|
opacity: 0.5;
|
|
1232
1520
|
position: absolute;
|
|
1233
1521
|
}
|
|
1234
|
-
|
|
1235
1522
|
.cropper-dashed.dashed-h {
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1523
|
+
border-bottom-width: 1px;
|
|
1524
|
+
border-top-width: 1px;
|
|
1525
|
+
height: calc(100% / 3);
|
|
1526
|
+
left: 0;
|
|
1527
|
+
top: calc(100% / 3);
|
|
1528
|
+
width: 100%;
|
|
1529
|
+
}
|
|
1244
1530
|
.cropper-dashed.dashed-v {
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1531
|
+
border-left-width: 1px;
|
|
1532
|
+
border-right-width: 1px;
|
|
1533
|
+
height: 100%;
|
|
1534
|
+
left: calc(100% / 3);
|
|
1535
|
+
top: 0;
|
|
1536
|
+
width: calc(100% / 3);
|
|
1537
|
+
}
|
|
1253
1538
|
.cropper-center {
|
|
1254
1539
|
display: block;
|
|
1255
1540
|
height: 0;
|
|
@@ -1259,221 +1544,175 @@ span.iconify {
|
|
|
1259
1544
|
top: 50%;
|
|
1260
1545
|
width: 0;
|
|
1261
1546
|
}
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
position: absolute;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1547
|
+
.cropper-center::before, .cropper-center::after {
|
|
1548
|
+
background-color: #eee;
|
|
1549
|
+
content: " ";
|
|
1550
|
+
display: block;
|
|
1551
|
+
position: absolute;
|
|
1552
|
+
}
|
|
1271
1553
|
.cropper-center::before {
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1554
|
+
height: 1px;
|
|
1555
|
+
left: -3px;
|
|
1556
|
+
top: 0;
|
|
1557
|
+
width: 7px;
|
|
1558
|
+
}
|
|
1278
1559
|
.cropper-center::after {
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
.cropper-face,
|
|
1286
|
-
.cropper-line,
|
|
1287
|
-
.cropper-point {
|
|
1560
|
+
height: 7px;
|
|
1561
|
+
left: 0;
|
|
1562
|
+
top: -3px;
|
|
1563
|
+
width: 1px;
|
|
1564
|
+
}
|
|
1565
|
+
.cropper-face, .cropper-line, .cropper-point {
|
|
1288
1566
|
display: block;
|
|
1289
1567
|
height: 100%;
|
|
1290
1568
|
opacity: 0.1;
|
|
1291
1569
|
position: absolute;
|
|
1292
1570
|
width: 100%;
|
|
1293
1571
|
}
|
|
1294
|
-
|
|
1295
1572
|
.cropper-face {
|
|
1296
1573
|
background-color: #fff;
|
|
1297
1574
|
left: 0;
|
|
1298
1575
|
top: 0;
|
|
1299
1576
|
}
|
|
1300
|
-
|
|
1301
1577
|
.cropper-line {
|
|
1302
1578
|
background-color: #39f;
|
|
1303
1579
|
}
|
|
1304
|
-
|
|
1305
1580
|
.cropper-line.line-e {
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1581
|
+
cursor: ew-resize;
|
|
1582
|
+
right: -3px;
|
|
1583
|
+
top: 0;
|
|
1584
|
+
width: 5px;
|
|
1585
|
+
}
|
|
1312
1586
|
.cropper-line.line-n {
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1587
|
+
cursor: ns-resize;
|
|
1588
|
+
height: 5px;
|
|
1589
|
+
left: 0;
|
|
1590
|
+
top: -3px;
|
|
1591
|
+
}
|
|
1319
1592
|
.cropper-line.line-w {
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1593
|
+
cursor: ew-resize;
|
|
1594
|
+
left: -3px;
|
|
1595
|
+
top: 0;
|
|
1596
|
+
width: 5px;
|
|
1597
|
+
}
|
|
1326
1598
|
.cropper-line.line-s {
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1599
|
+
bottom: -3px;
|
|
1600
|
+
cursor: ns-resize;
|
|
1601
|
+
height: 5px;
|
|
1602
|
+
left: 0;
|
|
1603
|
+
}
|
|
1333
1604
|
.cropper-point {
|
|
1334
1605
|
background-color: #39f;
|
|
1335
1606
|
height: 5px;
|
|
1336
1607
|
opacity: 0.75;
|
|
1337
1608
|
width: 5px;
|
|
1338
1609
|
}
|
|
1339
|
-
|
|
1340
1610
|
.cropper-point.point-e {
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1611
|
+
cursor: ew-resize;
|
|
1612
|
+
margin-top: -3px;
|
|
1613
|
+
right: -3px;
|
|
1614
|
+
top: 50%;
|
|
1615
|
+
}
|
|
1347
1616
|
.cropper-point.point-n {
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1617
|
+
cursor: ns-resize;
|
|
1618
|
+
left: 50%;
|
|
1619
|
+
margin-left: -3px;
|
|
1620
|
+
top: -3px;
|
|
1621
|
+
}
|
|
1354
1622
|
.cropper-point.point-w {
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1623
|
+
cursor: ew-resize;
|
|
1624
|
+
left: -3px;
|
|
1625
|
+
margin-top: -3px;
|
|
1626
|
+
top: 50%;
|
|
1627
|
+
}
|
|
1361
1628
|
.cropper-point.point-s {
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1629
|
+
bottom: -3px;
|
|
1630
|
+
cursor: s-resize;
|
|
1631
|
+
left: 50%;
|
|
1632
|
+
margin-left: -3px;
|
|
1633
|
+
}
|
|
1368
1634
|
.cropper-point.point-ne {
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1635
|
+
cursor: nesw-resize;
|
|
1636
|
+
right: -3px;
|
|
1637
|
+
top: -3px;
|
|
1638
|
+
}
|
|
1374
1639
|
.cropper-point.point-nw {
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1640
|
+
cursor: nwse-resize;
|
|
1641
|
+
left: -3px;
|
|
1642
|
+
top: -3px;
|
|
1643
|
+
}
|
|
1380
1644
|
.cropper-point.point-sw {
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1645
|
+
bottom: -3px;
|
|
1646
|
+
cursor: nesw-resize;
|
|
1647
|
+
left: -3px;
|
|
1648
|
+
}
|
|
1386
1649
|
.cropper-point.point-se {
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1650
|
+
bottom: -3px;
|
|
1651
|
+
cursor: nwse-resize;
|
|
1652
|
+
height: 20px;
|
|
1653
|
+
opacity: 1;
|
|
1654
|
+
right: -3px;
|
|
1655
|
+
width: 20px;
|
|
1656
|
+
}
|
|
1395
1657
|
@media (min-width: 768px) {
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
width: 15px;
|
|
1658
|
+
.cropper-point.point-se {
|
|
1659
|
+
height: 15px;
|
|
1660
|
+
width: 15px;
|
|
1400
1661
|
}
|
|
1401
|
-
|
|
1402
|
-
|
|
1662
|
+
}
|
|
1403
1663
|
@media (min-width: 992px) {
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
width: 10px;
|
|
1664
|
+
.cropper-point.point-se {
|
|
1665
|
+
height: 10px;
|
|
1666
|
+
width: 10px;
|
|
1408
1667
|
}
|
|
1409
|
-
|
|
1410
|
-
|
|
1668
|
+
}
|
|
1411
1669
|
@media (min-width: 1200px) {
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
width: 5px;
|
|
1670
|
+
.cropper-point.point-se {
|
|
1671
|
+
height: 5px;
|
|
1672
|
+
opacity: 0.75;
|
|
1673
|
+
width: 5px;
|
|
1417
1674
|
}
|
|
1418
|
-
|
|
1419
|
-
|
|
1675
|
+
}
|
|
1420
1676
|
.cropper-point.point-se::before {
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1677
|
+
background-color: #39f;
|
|
1678
|
+
bottom: -50%;
|
|
1679
|
+
content: " ";
|
|
1680
|
+
display: block;
|
|
1681
|
+
height: 200%;
|
|
1682
|
+
opacity: 0;
|
|
1683
|
+
position: absolute;
|
|
1684
|
+
right: -50%;
|
|
1685
|
+
width: 200%;
|
|
1686
|
+
}
|
|
1432
1687
|
.cropper-invisible {
|
|
1433
1688
|
opacity: 0;
|
|
1434
1689
|
}
|
|
1435
|
-
|
|
1436
1690
|
.cropper-bg {
|
|
1437
1691
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
|
|
1438
1692
|
}
|
|
1439
|
-
|
|
1440
1693
|
.cropper-hide {
|
|
1441
1694
|
display: block;
|
|
1442
1695
|
height: 0;
|
|
1443
1696
|
position: absolute;
|
|
1444
1697
|
width: 0;
|
|
1445
1698
|
}
|
|
1446
|
-
|
|
1447
1699
|
.cropper-hidden {
|
|
1448
1700
|
display: none !important;
|
|
1449
1701
|
}
|
|
1450
|
-
|
|
1451
1702
|
.cropper-move {
|
|
1452
1703
|
cursor: move;
|
|
1453
1704
|
}
|
|
1454
|
-
|
|
1455
1705
|
.cropper-crop {
|
|
1456
1706
|
cursor: crosshair;
|
|
1457
1707
|
}
|
|
1458
|
-
|
|
1459
|
-
.cropper-disabled .cropper-drag-box,
|
|
1460
|
-
.cropper-disabled .cropper-face,
|
|
1461
|
-
.cropper-disabled .cropper-line,
|
|
1462
|
-
.cropper-disabled .cropper-point {
|
|
1708
|
+
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
|
|
1463
1709
|
cursor: not-allowed;
|
|
1464
|
-
}
|
|
1465
|
-
.shy-cropper-image--circled .cropper-view-box,
|
|
1466
|
-
.shy-cropper-image--circled .cropper-face {
|
|
1710
|
+
}.shy-cropper-image--circled .cropper-view-box, .shy-cropper-image--circled .cropper-face {
|
|
1467
1711
|
border-radius: 50%;
|
|
1468
|
-
}
|
|
1469
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1470
|
-
/* stylelint-disable */
|
|
1471
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1472
|
-
.shy-cropper-am {
|
|
1712
|
+
}.shy-cropper-am {
|
|
1473
1713
|
display: flex;
|
|
1474
1714
|
}
|
|
1475
|
-
.shy-cropper-am-left,
|
|
1476
|
-
.shy-cropper-am-right {
|
|
1715
|
+
.shy-cropper-am-left, .shy-cropper-am-right {
|
|
1477
1716
|
height: 340px;
|
|
1478
1717
|
}
|
|
1479
1718
|
.shy-cropper-am-left {
|
|
@@ -1514,25 +1753,21 @@ span.iconify {
|
|
|
1514
1753
|
padding-top: 8px;
|
|
1515
1754
|
margin-top: 8px;
|
|
1516
1755
|
border-top: 1px solid #E4E7ED;
|
|
1517
|
-
}
|
|
1518
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1519
|
-
/* stylelint-disable */
|
|
1520
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1521
|
-
.shy-cropper-avatar[data-v-d163dca1] {
|
|
1756
|
+
}.shy-cropper-avatar[data-v-763b4191] {
|
|
1522
1757
|
display: inline-block;
|
|
1523
1758
|
text-align: center;
|
|
1524
1759
|
}
|
|
1525
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
1760
|
+
.shy-cropper-avatar-image-wrapper[data-v-763b4191] {
|
|
1526
1761
|
overflow: hidden;
|
|
1527
1762
|
cursor: pointer;
|
|
1528
1763
|
background: #fff;
|
|
1529
1764
|
border: 1px solid #E4E7ED;
|
|
1530
1765
|
border-radius: 50%;
|
|
1531
1766
|
}
|
|
1532
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
1767
|
+
.shy-cropper-avatar-image-wrapper img[data-v-763b4191] {
|
|
1533
1768
|
width: 100%;
|
|
1534
1769
|
}
|
|
1535
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
1770
|
+
.shy-cropper-avatar-image-mask[data-v-763b4191] {
|
|
1536
1771
|
position: absolute;
|
|
1537
1772
|
width: inherit;
|
|
1538
1773
|
height: inherit;
|
|
@@ -1543,19 +1778,15 @@ span.iconify {
|
|
|
1543
1778
|
transition: opacity 0.4s;
|
|
1544
1779
|
cursor: pointer;
|
|
1545
1780
|
}
|
|
1546
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
1781
|
+
.shy-cropper-avatar-image-mask[data-v-763b4191] svg {
|
|
1547
1782
|
margin: auto;
|
|
1548
1783
|
}
|
|
1549
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
1784
|
+
.shy-cropper-avatar-image-mask[data-v-763b4191]:hover {
|
|
1550
1785
|
opacity: 40;
|
|
1551
1786
|
}
|
|
1552
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
1787
|
+
.shy-cropper-avatar-upload-btn[data-v-763b4191] {
|
|
1553
1788
|
margin: 10px auto;
|
|
1554
|
-
}
|
|
1555
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1556
|
-
/* stylelint-disable */
|
|
1557
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1558
|
-
.full-loading[data-v-33b23b82] {
|
|
1789
|
+
}.full-loading[data-v-ee545744] {
|
|
1559
1790
|
position: fixed;
|
|
1560
1791
|
top: 0;
|
|
1561
1792
|
left: 0;
|
|
@@ -1567,18 +1798,15 @@ span.iconify {
|
|
|
1567
1798
|
align-items: center;
|
|
1568
1799
|
background-color: rgba(240, 242, 245, 0.4);
|
|
1569
1800
|
}
|
|
1570
|
-
.full-loading.absolute[data-v-
|
|
1801
|
+
.full-loading.absolute[data-v-ee545744] {
|
|
1571
1802
|
position: absolute;
|
|
1572
1803
|
top: 0;
|
|
1573
1804
|
left: 0;
|
|
1574
1805
|
z-index: 300;
|
|
1575
1806
|
}
|
|
1576
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
1807
|
+
html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
1577
1808
|
background-color: rgba(0, 0, 0, 0.45);
|
|
1578
1809
|
}
|
|
1579
|
-
.full-loading.dark[data-v-
|
|
1810
|
+
.full-loading.dark[data-v-ee545744] {
|
|
1580
1811
|
background-color: rgba(0, 0, 0, 0.45);
|
|
1581
|
-
}
|
|
1582
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
1583
|
-
/* stylelint-disable */
|
|
1584
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1812
|
+
}
|