@giteeteam/apps-team-components 0.4.3 → 0.4.4
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/dist/cells/actors/BaseField.d.ts +17 -17
- package/dist/cells/actors/index.d.ts +4 -4
- package/dist/cells/annex/index.d.ts +7 -7
- package/dist/cells/assignee/index.d.ts +23 -23
- package/dist/cells/bind-workspace/BaseField.d.ts +15 -15
- package/dist/cells/bind-workspace/index.d.ts +12 -12
- package/dist/cells/board/index.d.ts +22 -22
- package/dist/cells/card-type/index.d.ts +6 -6
- package/dist/cells/checkbox/BaseField.d.ts +14 -14
- package/dist/cells/created-at/index.d.ts +7 -7
- package/dist/cells/created-by/index.d.ts +9 -9
- package/dist/cells/data-quote/index.d.ts +8 -8
- package/dist/cells/data-quote/util.d.ts +9 -9
- package/dist/cells/date/BaseField.d.ts +21 -21
- package/dist/cells/date/index.d.ts +6 -6
- package/dist/cells/date-range/BaseField.d.ts +19 -19
- package/dist/cells/date-range/index.d.ts +6 -6
- package/dist/cells/dropdown/BaseField.d.ts +30 -30
- package/dist/cells/dropdown/index.d.ts +22 -22
- package/dist/cells/editor/BaseField.d.ts +29 -29
- package/dist/cells/editor/Field.d.ts +16 -16
- package/dist/cells/editor/config/autoformatRules.d.ts +3 -3
- package/dist/cells/editor/config/index.d.ts +5 -5
- package/dist/cells/editor/config/pluginOptions.d.ts +10 -10
- package/dist/cells/editor/config/withDeserializeHTML.d.ts +64 -64
- package/dist/cells/editor/config/withStyledDraggables.d.ts +2 -2
- package/dist/cells/editor/config/withStyledPlaceHolders.d.ts +2 -2
- package/dist/cells/editor/elements/ImageElement.d.ts +3 -3
- package/dist/cells/editor/elements/MentionElement.d.ts +3 -3
- package/dist/cells/editor/elements/index.d.ts +2 -2
- package/dist/cells/editor/hooks.d.ts +11 -11
- package/dist/cells/editor/index.d.ts +15 -15
- package/dist/cells/editor/plugins/Fullscreen.d.ts +7 -7
- package/dist/cells/editor/plugins/ToolbarButton.d.ts +3 -3
- package/dist/cells/editor/plugins/ToolbarFont.d.ts +12 -12
- package/dist/cells/editor/plugins/ToolbarFontColor.d.ts +7 -7
- package/dist/cells/editor/plugins/ToolbarHistory.d.ts +7 -7
- package/dist/cells/editor/plugins/ToolbarLink.d.ts +4 -4
- package/dist/cells/editor/plugins/ToolbarTable.d.ts +4 -4
- package/dist/cells/editor/plugins/ToolbarUpload.d.ts +4 -4
- package/dist/cells/editor/plugins/Toolbars.d.ts +11 -11
- package/dist/cells/editor/plugins/font-bg-color/createFontBgColorPlugin.d.ts +3 -3
- package/dist/cells/editor/plugins/font-bg-color/defaults.d.ts +2 -2
- package/dist/cells/editor/plugins/font-bg-color/getFontDeserialize.d.ts +2 -2
- package/dist/cells/editor/plugins/font-bg-color/index.d.ts +3 -3
- package/dist/cells/editor/plugins/font-color/createFontColorPlugin.d.ts +3 -3
- package/dist/cells/editor/plugins/font-color/defaults.d.ts +2 -2
- package/dist/cells/editor/plugins/font-color/getFontDeserialize.d.ts +2 -2
- package/dist/cells/editor/plugins/font-color/index.d.ts +3 -3
- package/dist/cells/editor/plugins/font-family/createFontFamilyPlugin.d.ts +3 -3
- package/dist/cells/editor/plugins/font-family/defaults.d.ts +2 -2
- package/dist/cells/editor/plugins/font-family/getFontDeserialize.d.ts +2 -2
- package/dist/cells/editor/plugins/font-family/index.d.ts +3 -3
- package/dist/cells/editor/plugins/font-line-height/createFontLineHeightPlugin.d.ts +3 -3
- package/dist/cells/editor/plugins/font-line-height/defaults.d.ts +2 -2
- package/dist/cells/editor/plugins/font-line-height/getFontDeserialize.d.ts +2 -2
- package/dist/cells/editor/plugins/font-line-height/index.d.ts +3 -3
- package/dist/cells/editor/plugins/font-size/createFontSizePlugin.d.ts +3 -3
- package/dist/cells/editor/plugins/font-size/defaults.d.ts +2 -2
- package/dist/cells/editor/plugins/font-size/getFontDeserialize.d.ts +2 -2
- package/dist/cells/editor/plugins/font-size/index.d.ts +3 -3
- package/dist/cells/editor/plugins/image/createImagePlugin.d.ts +3 -3
- package/dist/cells/editor/plugins/image/getImageDeserialize.d.ts +2 -2
- package/dist/cells/editor/plugins/image/index.d.ts +3 -3
- package/dist/cells/editor/plugins/image/insertImage.d.ts +2 -2
- package/dist/cells/editor/plugins/image/withImageUpload.d.ts +3 -3
- package/dist/cells/editor/plugins/index.d.ts +6 -6
- package/dist/cells/editor/utils.d.ts +13 -13
- package/dist/cells/file/BaseField.d.ts +15 -15
- package/dist/cells/file/UploadFile.d.ts +19 -19
- package/dist/cells/file/index.d.ts +13 -13
- package/dist/cells/formula/BaseField.d.ts +10 -10
- package/dist/cells/formula/index.d.ts +9 -9
- package/dist/cells/item-group/index.d.ts +22 -22
- package/dist/cells/item-type/index.d.ts +23 -23
- package/dist/cells/key/index.d.ts +6 -6
- package/dist/cells/long-text/BaseField.d.ts +17 -17
- package/dist/cells/long-text/index.d.ts +15 -15
- package/dist/cells/name/index.d.ts +14 -14
- package/dist/cells/number/BaseField.d.ts +24 -24
- package/dist/cells/number/index.d.ts +23 -23
- package/dist/cells/priority/index.d.ts +16 -16
- package/dist/cells/radio/BaseField.d.ts +14 -14
- package/dist/cells/script/BaseField.d.ts +8 -8
- package/dist/cells/script/index.d.ts +7 -7
- package/dist/cells/security-level/BaseField.d.ts +19 -19
- package/dist/cells/sprint/index.d.ts +22 -22
- package/dist/cells/status/Field.d.ts +26 -26
- package/dist/cells/status/Transition.d.ts +15 -15
- package/dist/cells/status/TransitionButton.d.ts +27 -27
- package/dist/cells/status/TransitionPanel.d.ts +15 -15
- package/dist/cells/status/View.d.ts +10 -10
- package/dist/cells/status/hooks.d.ts +3 -3
- package/dist/cells/status/index.d.ts +4 -4
- package/dist/cells/story-point/index.d.ts +23 -23
- package/dist/cells/tableCellMapping.d.ts +23 -23
- package/dist/cells/tag/BaseField.d.ts +22 -22
- package/dist/cells/tag/tag-multiple-select/PopoverPanel.d.ts +4 -4
- package/dist/cells/tag/tag-multiple-select/TagPopoverSelect.d.ts +4 -4
- package/dist/cells/text/BaseField.d.ts +16 -16
- package/dist/cells/text/index.d.ts +16 -16
- package/dist/cells/time/BaseField.d.ts +15 -15
- package/dist/cells/time/index.d.ts +6 -6
- package/dist/cells/time-range/BaseField.d.ts +20 -20
- package/dist/cells/time-range/index.d.ts +7 -7
- package/dist/cells/tree/BaseField.d.ts +15 -15
- package/dist/cells/tree/utils.d.ts +2 -2
- package/dist/cells/updated-at/index.d.ts +7 -7
- package/dist/cells/updated-by/index.d.ts +9 -9
- package/dist/cells/user/BaseField.d.ts +27 -27
- package/dist/cells/user/index.d.ts +21 -21
- package/dist/cells/version/index.d.ts +22 -22
- package/dist/cells/workspace/index.d.ts +22 -22
- package/dist/common/EmptyField.d.ts +6 -6
- package/dist/common/FieldErrorBoundary.d.ts +14 -14
- package/dist/common/OverflowTooltip.d.ts +23 -23
- package/dist/common/UploadFile.d.ts +19 -19
- package/dist/common/base-table/ChildCardInlineCreator.d.ts +9 -9
- package/dist/common/base-table/index.d.ts +16 -16
- package/dist/common/columns-settings/ColumnsSettings.d.ts +5 -5
- package/dist/common/columns-settings/ColumnsSettingsItem.d.ts +4 -4
- package/dist/common/data-source/context.d.ts +2 -2
- package/dist/common/filters/filter-query/FilterPanel.d.ts +4 -4
- package/dist/common/filters/filter-query/IqlExpression.d.ts +6 -6
- package/dist/common/filters/filter-query/QuerySelector.d.ts +4 -4
- package/dist/common/filters/filter-query/utils.d.ts +18 -18
- package/dist/common/form-field/FormField.d.ts +15 -15
- package/dist/common/form-field/pure-field/FieldLayout.d.ts +5 -5
- package/dist/common/form-field/pure-field/FormikEnhance.d.ts +1 -1
- package/dist/common/form-field/pure-field/PureField.d.ts +8 -8
- package/dist/common/formik-field-touched/FormikFieldTouched.d.ts +2 -2
- package/dist/common/index.d.ts +16 -16
- package/dist/common/item/IssueActionDropdown.d.ts +18 -18
- package/dist/common/item-icon/ItemIcon.d.ts +8 -8
- package/dist/common/plugin/PluginComponents.d.ts +17 -17
- package/dist/common/plugin/PluginErrorContainer.d.ts +15 -15
- package/dist/common/plugin/PluginLoadComponent.d.ts +27 -27
- package/dist/common/search-select/PopoverPanel.d.ts +4 -4
- package/dist/common/search-select/SearchPopoverSelect.d.ts +4 -4
- package/dist/common/status-selector/index.d.ts +9 -9
- package/dist/common/structure/hooks.d.ts +30 -30
- package/dist/common/structure/index.d.ts +11 -11
- package/dist/common/structure/table-components/TableActionMenu.d.ts +18 -18
- package/dist/common/structure/table-components/TableColumnSettings.d.ts +13 -13
- package/dist/common/structure/table-components/TableEmpty.d.ts +6 -6
- package/dist/common/structure/table-components/TableTitleCell.d.ts +16 -16
- package/dist/common/structure/table-components/index.d.ts +11 -11
- package/dist/common/structure/table-components/tableCellMapping.d.ts +23 -23
- package/dist/common/structure/table-components/useCacheColumns.d.ts +13 -13
- package/dist/common/structure/table-components/useTableColumns.d.ts +22 -22
- package/dist/common/structure/table-components/useTableMenu.d.ts +42 -42
- package/dist/common/structure-table/Table.d.ts +4 -4
- package/dist/common/structure-table/components/Action.d.ts +15 -15
- package/dist/common/structure-table/components/Collapse.d.ts +12 -12
- package/dist/common/structure-table/components/CollapseIcon.d.ts +6 -6
- package/dist/common/structure-table/components/DraggableRow.d.ts +5 -5
- package/dist/common/structure-table/components/Handle.d.ts +3 -3
- package/dist/common/structure-table/components/Row.d.ts +25 -25
- package/dist/common/structure-table/components/index.d.ts +6 -6
- package/dist/common/structure-table/index.d.ts +1 -1
- package/dist/common/user-field/UserAvatar.d.ts +13 -13
- package/dist/common/user-field/UserField.d.ts +15 -15
- package/dist/common/user-field/index.d.ts +2 -2
- package/dist/common/utils.d.ts +41 -41
- package/dist/common/workflow/View.d.ts +11 -11
- package/dist/common/workflow/config.d.ts +87 -87
- package/dist/common/workflow/nodes/StartNode.d.ts +10 -10
- package/dist/common/workflow/nodes/TaskNode.d.ts +12 -12
- package/dist/common/workflow/nodes/index.d.ts +2 -2
- package/dist/fields/base-component/BaseLabel.d.ts +10 -10
- package/dist/fields/base-component/utils.d.ts +4 -4
- package/dist/fields/data-quote/util.d.ts +9 -9
- package/dist/fields/item-activity/BaseField.d.ts +7 -7
- package/dist/fields/item-activity/Comment.d.ts +7 -7
- package/dist/fields/item-level/hooks.d.ts +15 -15
- package/dist/fields/item-level/utils.d.ts +25 -25
- package/dist/icons/index.d.ts +48 -48
- package/dist/index.d.ts +49 -49
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/ParentMessage.d.ts +7 -7
- package/dist/lib/apis/filter/iql.d.ts +6 -6
- package/dist/lib/apis/forest.d.ts +2 -2
- package/dist/lib/apis/groups/index.d.ts +21 -21
- package/dist/lib/apis/roles/index.d.ts +12 -12
- package/dist/lib/apis/screen/fields.d.ts +21 -21
- package/dist/lib/apis/screen/fieldsBehavior.d.ts +10 -10
- package/dist/lib/apis/screen/index.d.ts +20 -20
- package/dist/lib/contexts/LibraryProvider.d.ts +18 -18
- package/dist/lib/contexts/currentUserAndRoles.d.ts +15 -15
- package/dist/lib/contexts/index.d.ts +7 -7
- package/dist/lib/contexts/token.d.ts +13 -13
- package/dist/lib/contexts/users.d.ts +11 -11
- package/dist/lib/contexts/values.d.ts +6 -6
- package/dist/lib/customFields/hooks.d.ts +24 -24
- package/dist/lib/dataQuoteStore.d.ts +2 -2
- package/dist/lib/date.d.ts +19 -19
- package/dist/lib/dayjs.d.ts +4 -4
- package/dist/lib/env.d.ts +2 -2
- package/dist/lib/error/index.d.ts +2 -2
- package/dist/lib/error/log.d.ts +13 -13
- package/dist/lib/error/utils.d.ts +13 -13
- package/dist/lib/events.d.ts +11 -11
- package/dist/lib/fetch.d.ts +50 -50
- package/dist/lib/filters/filter-query/utils.d.ts +18 -18
- package/dist/lib/forest.d.ts +60 -60
- package/dist/lib/global.d.ts +1114 -1114
- package/dist/lib/hooks/index.d.ts +13 -13
- package/dist/lib/hooks/useCurrentUser.d.ts +3 -3
- package/dist/lib/hooks/useCustomFields.d.ts +9 -9
- package/dist/lib/hooks/useDataQuoteStore.d.ts +7 -7
- package/dist/lib/hooks/useFieldTypes.d.ts +9 -9
- package/dist/lib/hooks/useFields.d.ts +12 -12
- package/dist/lib/hooks/useI18n.d.ts +1 -1
- package/dist/lib/hooks/useItemsInfinite.d.ts +48 -48
- package/dist/lib/hooks/useRemoteComponents.d.ts +25 -25
- package/dist/lib/hooks/useTenants.d.ts +7 -7
- package/dist/lib/hooks/useToken.d.ts +3 -3
- package/dist/lib/hooks/useUsers.d.ts +8 -8
- package/dist/lib/hooks/useWatchItemUpdate.d.ts +32 -32
- package/dist/lib/hooks/useWorkspaces.d.ts +8 -8
- package/dist/lib/i18n.d.ts +24 -24
- package/dist/lib/iql.d.ts +31 -31
- package/dist/lib/item/hooks.d.ts +31 -31
- package/dist/lib/item/utils.d.ts +34 -34
- package/dist/lib/kanban/hooks.d.ts +8 -8
- package/dist/lib/locales.d.ts +4 -4
- package/dist/lib/models.d.ts +59 -59
- package/dist/lib/parse.d.ts +3 -3
- package/dist/lib/path.d.ts +4 -4
- package/dist/lib/proxima-sdk/components/index.d.ts +2 -2
- package/dist/lib/proxima-sdk/hooks/index.d.ts +4 -4
- package/dist/lib/proxima-sdk/index.d.ts +5 -5
- package/dist/lib/proxima-sdk/lib/index.d.ts +9 -9
- package/dist/lib/proxima-sdk/schema/index.d.ts +2 -2
- package/dist/lib/regExp.d.ts +11 -11
- package/dist/lib/storage.d.ts +7 -7
- package/dist/lib/store.d.ts +14 -14
- package/dist/lib/types/index.d.ts +3 -3
- package/dist/lib/types/parse-models.d.ts +6 -6
- package/dist/lib/useInitialRecoilState.d.ts +3 -3
- package/dist/lib/useParseQuery.d.ts +53 -53
- package/dist/lib/usePluginManifest.d.ts +33 -33
- package/dist/lib/useUser.d.ts +62 -62
- package/dist/lib/useWatchApp.d.ts +4 -4
- package/dist/lib/useWorkspace.d.ts +1 -1
- package/dist/lib/users.d.ts +3 -3
- package/dist/lib/workflow.d.ts +123 -123
- package/dist/lib/workspace.d.ts +2 -2
- package/dist/locales/en/en_US.d.ts +45 -45
- package/dist/locales/en/package/application.d.ts +73 -73
- package/dist/locales/en/package/automation.d.ts +303 -303
- package/dist/locales/en/package/date.d.ts +54 -54
- package/dist/locales/en/package/fields.d.ts +409 -409
- package/dist/locales/en/package/filters.d.ts +89 -89
- package/dist/locales/en/package/formField.d.ts +157 -157
- package/dist/locales/en/package/global.d.ts +318 -318
- package/dist/locales/en/package/item.d.ts +489 -489
- package/dist/locales/en/package/itemTypes.d.ts +154 -154
- package/dist/locales/en/package/lib.d.ts +127 -127
- package/dist/locales/en/package/message.d.ts +251 -251
- package/dist/locales/en/package/pages.d.ts +67 -67
- package/dist/locales/en/package/permission.d.ts +471 -471
- package/dist/locales/en/package/placeholder.d.ts +179 -179
- package/dist/locales/en/package/plugin.d.ts +20 -20
- package/dist/locales/en/package/report.d.ts +150 -150
- package/dist/locales/en/package/reportPlugin.d.ts +183 -183
- package/dist/locales/en/package/screen.d.ts +121 -121
- package/dist/locales/en/package/sections.d.ts +60 -60
- package/dist/locales/en/package/settings.d.ts +194 -194
- package/dist/locales/en/package/sprint.d.ts +52 -52
- package/dist/locales/en/package/users.d.ts +58 -58
- package/dist/locales/en/package/validate.d.ts +138 -138
- package/dist/locales/en/package/views.d.ts +383 -383
- package/dist/locales/en/package/workflow.d.ts +245 -245
- package/dist/locales/en/package/workspace.d.ts +343 -343
- package/dist/locales/zh/package/application.d.ts +73 -73
- package/dist/locales/zh/package/automation.d.ts +303 -303
- package/dist/locales/zh/package/date.d.ts +54 -54
- package/dist/locales/zh/package/fields.d.ts +409 -409
- package/dist/locales/zh/package/filters.d.ts +89 -89
- package/dist/locales/zh/package/formField.d.ts +162 -162
- package/dist/locales/zh/package/global.d.ts +318 -318
- package/dist/locales/zh/package/item.d.ts +489 -489
- package/dist/locales/zh/package/itemTypes.d.ts +153 -153
- package/dist/locales/zh/package/lib.d.ts +127 -127
- package/dist/locales/zh/package/message.d.ts +251 -251
- package/dist/locales/zh/package/pages.d.ts +67 -67
- package/dist/locales/zh/package/permission.d.ts +470 -470
- package/dist/locales/zh/package/placeholder.d.ts +172 -172
- package/dist/locales/zh/package/plugin.d.ts +20 -20
- package/dist/locales/zh/package/report.d.ts +150 -150
- package/dist/locales/zh/package/reportPlugin.d.ts +183 -183
- package/dist/locales/zh/package/screen.d.ts +116 -116
- package/dist/locales/zh/package/sections.d.ts +63 -63
- package/dist/locales/zh/package/settings.d.ts +192 -192
- package/dist/locales/zh/package/sprint.d.ts +52 -52
- package/dist/locales/zh/package/users.d.ts +58 -58
- package/dist/locales/zh/package/validate.d.ts +138 -138
- package/dist/locales/zh/package/views.d.ts +380 -380
- package/dist/locales/zh/package/workflow.d.ts +245 -245
- package/dist/locales/zh/package/workspace.d.ts +344 -344
- package/dist/locales/zh/zh_CN.d.ts +46 -46
- package/dist/main.css +335 -333
- package/dist/main.css.map +1 -1
- package/dist/osui/index.d.ts +8 -8
- package/package.json +3 -3
package/dist/main.css
CHANGED
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
156
156
|
|
|
157
157
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
158
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
158
159
|
.ant-picker-status-error.ant-picker,
|
|
159
160
|
.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
|
|
160
161
|
background-color: #fff;
|
|
@@ -1323,7 +1324,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
1323
1324
|
/* stylelint-disable */
|
|
1324
1325
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1325
1326
|
|
|
1326
|
-
.item-
|
|
1327
|
+
.item-icon__682db503 {
|
|
1327
1328
|
width: 16px;
|
|
1328
1329
|
height: 16px;
|
|
1329
1330
|
margin-right: 5px;
|
|
@@ -1339,45 +1340,45 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1339
1340
|
padding: 0;
|
|
1340
1341
|
padding-bottom: 8px;
|
|
1341
1342
|
}
|
|
1342
|
-
.
|
|
1343
|
+
.panel__c1bda545 {
|
|
1343
1344
|
color: #2e405e;
|
|
1344
1345
|
border-radius: 4px;
|
|
1345
1346
|
}
|
|
1346
|
-
.
|
|
1347
|
+
.panel__c1bda545 .search__a48d8089 {
|
|
1347
1348
|
padding: 15px;
|
|
1348
1349
|
}
|
|
1349
|
-
.
|
|
1350
|
+
.panel__c1bda545 .tips__f8790e17 {
|
|
1350
1351
|
padding: 0 15px;
|
|
1351
1352
|
font-size: 12px;
|
|
1352
1353
|
cursor: default;
|
|
1353
1354
|
margin-bottom: 5px;
|
|
1354
1355
|
}
|
|
1355
|
-
.
|
|
1356
|
+
.panel__c1bda545 .tips__f8790e17 .clear__8f6af190 {
|
|
1356
1357
|
margin-left: 10px;
|
|
1357
1358
|
color: #0c62ff;
|
|
1358
1359
|
}
|
|
1359
|
-
.
|
|
1360
|
+
.panel__c1bda545 .list__a7948e51 {
|
|
1360
1361
|
list-style: none;
|
|
1361
1362
|
padding: 0;
|
|
1362
1363
|
margin: 0;
|
|
1363
1364
|
height: 260px;
|
|
1364
1365
|
overflow: auto;
|
|
1365
1366
|
}
|
|
1366
|
-
.
|
|
1367
|
+
.panel__c1bda545 .list__a7948e51 li {
|
|
1367
1368
|
padding: 0 15px;
|
|
1368
1369
|
height: 32px;
|
|
1369
1370
|
line-height: 32px;
|
|
1370
1371
|
display: flex;
|
|
1371
1372
|
}
|
|
1372
|
-
.
|
|
1373
|
+
.panel__c1bda545 .list__a7948e51 li .seleted-icon__ab4341e4 {
|
|
1373
1374
|
float: right;
|
|
1374
1375
|
line-height: 32px;
|
|
1375
1376
|
color: #0c62ff;
|
|
1376
1377
|
}
|
|
1377
|
-
.
|
|
1378
|
+
.panel__c1bda545 .list__a7948e51 li:hover {
|
|
1378
1379
|
background: #f4f4f5;
|
|
1379
1380
|
}
|
|
1380
|
-
.
|
|
1381
|
+
.panel__c1bda545 .list__a7948e51 li .tooltip-overflow {
|
|
1381
1382
|
flex: 1;
|
|
1382
1383
|
}
|
|
1383
1384
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -1387,7 +1388,7 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1387
1388
|
.search-popover-select-panel {
|
|
1388
1389
|
color: #2e405e;
|
|
1389
1390
|
}
|
|
1390
|
-
.
|
|
1391
|
+
.selected__d8d08ece {
|
|
1391
1392
|
width: 100%;
|
|
1392
1393
|
border-radius: 4px;
|
|
1393
1394
|
height: 32px;
|
|
@@ -1396,7 +1397,7 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1396
1397
|
padding-right: 20px;
|
|
1397
1398
|
position: relative;
|
|
1398
1399
|
}
|
|
1399
|
-
.
|
|
1400
|
+
.selected__d8d08ece .value-box__4664eb14 {
|
|
1400
1401
|
padding-left: 10px;
|
|
1401
1402
|
width: 100%;
|
|
1402
1403
|
white-space: nowrap;
|
|
@@ -1404,7 +1405,7 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1404
1405
|
overflow: hidden;
|
|
1405
1406
|
text-overflow: ellipsis;
|
|
1406
1407
|
}
|
|
1407
|
-
.
|
|
1408
|
+
.selected__d8d08ece .value-box__4664eb14 .selected-value__110662eb {
|
|
1408
1409
|
background: #f4f4f5;
|
|
1409
1410
|
margin-right: 10px;
|
|
1410
1411
|
padding: 5px;
|
|
@@ -1413,33 +1414,33 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1413
1414
|
font-size: 14px;
|
|
1414
1415
|
color: #2e405e;
|
|
1415
1416
|
}
|
|
1416
|
-
.
|
|
1417
|
+
.selected__d8d08ece .value-box__4664eb14 .placeholder__c6c89118 {
|
|
1417
1418
|
color: #989898;
|
|
1418
1419
|
}
|
|
1419
|
-
.
|
|
1420
|
+
.selected__d8d08ece .value-box__4664eb14 .close-icon__436edf63 {
|
|
1420
1421
|
margin-left: 3px;
|
|
1421
1422
|
font-size: 12px;
|
|
1422
1423
|
width: 12px;
|
|
1423
1424
|
}
|
|
1424
|
-
.
|
|
1425
|
+
.selected__d8d08ece .more-info__9537b045 {
|
|
1425
1426
|
width: 10px;
|
|
1426
1427
|
position: absolute;
|
|
1427
1428
|
right: 10px;
|
|
1428
1429
|
top: 10px;
|
|
1429
1430
|
display: inline-block;
|
|
1430
1431
|
}
|
|
1431
|
-
.down-
|
|
1432
|
+
.down-icon__4feeb3ed {
|
|
1432
1433
|
position: absolute;
|
|
1433
1434
|
line-height: 32px;
|
|
1434
1435
|
}
|
|
1435
|
-
.add-
|
|
1436
|
+
.add-icon__333f3dc4 {
|
|
1436
1437
|
font-size: 18px;
|
|
1437
1438
|
}
|
|
1438
1439
|
/* stylelint-disable no-duplicate-selectors */
|
|
1439
1440
|
/* stylelint-disable */
|
|
1440
1441
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1441
1442
|
|
|
1442
|
-
.table-action-
|
|
1443
|
+
.table-action-icon__625e8bd8 {
|
|
1443
1444
|
display: flex;
|
|
1444
1445
|
width: 12px;
|
|
1445
1446
|
padding: 15px 8px;
|
|
@@ -1458,54 +1459,54 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1458
1459
|
-webkit-tap-highlight-color: transparent;
|
|
1459
1460
|
}
|
|
1460
1461
|
@media (hover: hover) {
|
|
1461
|
-
.table-action-
|
|
1462
|
+
.table-action-icon__625e8bd8:hover {
|
|
1462
1463
|
background-color: var(--action-background, rgba(0, 0, 0, 0.05));
|
|
1463
1464
|
}
|
|
1464
|
-
.table-action-
|
|
1465
|
+
.table-action-icon__625e8bd8:hover svg {
|
|
1465
1466
|
fill: #6f7b88;
|
|
1466
1467
|
}
|
|
1467
1468
|
}
|
|
1468
|
-
.table-action-
|
|
1469
|
+
.table-action-icon__625e8bd8 svg {
|
|
1469
1470
|
flex: 0 0 auto;
|
|
1470
1471
|
margin: auto;
|
|
1471
1472
|
height: 100%;
|
|
1472
1473
|
overflow: visible;
|
|
1473
1474
|
fill: #919eab;
|
|
1474
1475
|
}
|
|
1475
|
-
.table-action-
|
|
1476
|
+
.table-action-icon__625e8bd8:active {
|
|
1476
1477
|
background-color: var(--background, rgba(0, 0, 0, 0.05));
|
|
1477
1478
|
}
|
|
1478
|
-
.table-action-
|
|
1479
|
+
.table-action-icon__625e8bd8:active svg {
|
|
1479
1480
|
fill: var(--fill, #788491);
|
|
1480
1481
|
}
|
|
1481
|
-
.table-action-
|
|
1482
|
+
.table-action-icon__625e8bd8:focus-visible {
|
|
1482
1483
|
outline: none;
|
|
1483
1484
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0px 0px 2px #4c9ffe;
|
|
1484
1485
|
}
|
|
1485
|
-
.table-action-
|
|
1486
|
+
.table-action-icon__625e8bd8.disabled__b8b2049c {
|
|
1486
1487
|
cursor: inherit !important;
|
|
1487
1488
|
}
|
|
1488
|
-
.table-action-
|
|
1489
|
-
.table-action-
|
|
1489
|
+
.table-action-icon__625e8bd8.disabled__b8b2049c:hover,
|
|
1490
|
+
.table-action-icon__625e8bd8.disabled__b8b2049c:active {
|
|
1490
1491
|
background-color: transparent;
|
|
1491
1492
|
}
|
|
1492
1493
|
/* stylelint-disable no-duplicate-selectors */
|
|
1493
1494
|
/* stylelint-disable */
|
|
1494
1495
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1495
1496
|
|
|
1496
|
-
.collapse-
|
|
1497
|
+
.collapse-handle__fe4c346f {
|
|
1497
1498
|
margin-right: 0.5em;
|
|
1498
1499
|
transition: transform 0.15s ease-out;
|
|
1499
1500
|
transform: rotate(0deg);
|
|
1500
1501
|
}
|
|
1501
|
-
.collapse-
|
|
1502
|
+
.collapse-handle__fe4c346f.collapsed__2e88ef02 {
|
|
1502
1503
|
transform: rotate(-90deg);
|
|
1503
1504
|
}
|
|
1504
1505
|
/* stylelint-disable no-duplicate-selectors */
|
|
1505
1506
|
/* stylelint-disable */
|
|
1506
1507
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1507
1508
|
|
|
1508
|
-
.hover-
|
|
1509
|
+
.hover-style__5c18820d {
|
|
1509
1510
|
border: 1px solid #F1F2F4;
|
|
1510
1511
|
box-sizing: border-box;
|
|
1511
1512
|
padding: 0 8px !important;
|
|
@@ -1515,10 +1516,10 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1515
1516
|
justify-content: space-between;
|
|
1516
1517
|
align-items: center;
|
|
1517
1518
|
}
|
|
1518
|
-
.
|
|
1519
|
+
.roow__58325825.handle__121ce179 .over-line__34ad62a0 {
|
|
1519
1520
|
transition: margin-lef 0.3s ease-in-out;
|
|
1520
1521
|
}
|
|
1521
|
-
.
|
|
1522
|
+
.roow__58325825.clone__95ae6db8 {
|
|
1522
1523
|
left: 250px !important;
|
|
1523
1524
|
width: 300px !important;
|
|
1524
1525
|
padding-left: 30px;
|
|
@@ -1531,56 +1532,56 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1531
1532
|
-webkit-line-clamp: 1;
|
|
1532
1533
|
line-height: 48px;
|
|
1533
1534
|
}
|
|
1534
|
-
.
|
|
1535
|
+
.roow__58325825.clone__95ae6db8 .count__d801c107 {
|
|
1535
1536
|
transform: translate(-100%, -100%);
|
|
1536
1537
|
}
|
|
1537
|
-
.
|
|
1538
|
+
.roow__58325825.dragging__7735d5c9 {
|
|
1538
1539
|
box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
|
|
1539
1540
|
}
|
|
1540
|
-
.
|
|
1541
|
+
.roow__58325825.active__241967e3:not(.above__e2fe67ee) .over-line__34ad62a0 {
|
|
1541
1542
|
bottom: 0;
|
|
1542
1543
|
}
|
|
1543
|
-
.
|
|
1544
|
+
.roow__58325825.active__241967e3.above__e2fe67ee .over-line__34ad62a0 {
|
|
1544
1545
|
top: 0;
|
|
1545
1546
|
}
|
|
1546
|
-
.
|
|
1547
|
+
.roow__58325825 .over-line__34ad62a0 {
|
|
1547
1548
|
position: absolute;
|
|
1548
1549
|
height: 3px;
|
|
1549
1550
|
background-color: #ccc;
|
|
1550
1551
|
left: 0;
|
|
1551
1552
|
}
|
|
1552
|
-
.
|
|
1553
|
+
.roow__58325825 .collapse-btn__d949a3de {
|
|
1553
1554
|
margin-left: var(--spacing);
|
|
1554
1555
|
}
|
|
1555
|
-
.
|
|
1556
|
+
.roow__58325825 .draggable-btn__9ac74891 {
|
|
1556
1557
|
height: 100%;
|
|
1557
1558
|
opacity: 0;
|
|
1558
1559
|
border-radius: 0;
|
|
1559
1560
|
padding: 10px 0px;
|
|
1560
1561
|
}
|
|
1561
|
-
.
|
|
1562
|
-
.
|
|
1563
|
-
.
|
|
1562
|
+
.roow__58325825.BaseTable__row:hover .draggable-btn__9ac74891,
|
|
1563
|
+
.roow__58325825.BaseTable__row--hovered .draggable-btn__9ac74891,
|
|
1564
|
+
.roow__58325825:hover .draggable-btn__9ac74891 {
|
|
1564
1565
|
opacity: 1;
|
|
1565
1566
|
background-color: #fff;
|
|
1566
1567
|
}
|
|
1567
|
-
.
|
|
1568
|
+
.roow__58325825 .BaseTable__expand-icon {
|
|
1568
1569
|
margin-left: 0 !important;
|
|
1569
1570
|
margin-right: 0.2em;
|
|
1570
1571
|
}
|
|
1571
|
-
.no-sider .
|
|
1572
|
+
.no-sider .roow__58325825.clone__95ae6db8 {
|
|
1572
1573
|
left: 0 !important;
|
|
1573
1574
|
}
|
|
1574
1575
|
/* stylelint-disable no-duplicate-selectors */
|
|
1575
1576
|
/* stylelint-disable */
|
|
1576
1577
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1577
1578
|
|
|
1578
|
-
.upload-drag-
|
|
1579
|
+
.upload-drag-text__5c70345d {
|
|
1579
1580
|
display: flex;
|
|
1580
1581
|
align-items: center;
|
|
1581
1582
|
justify-content: center;
|
|
1582
1583
|
}
|
|
1583
|
-
.upload-drag-
|
|
1584
|
+
.upload-drag-text__5c70345d .upload__822c5f48 {
|
|
1584
1585
|
color: #108cee;
|
|
1585
1586
|
font-size: 20px;
|
|
1586
1587
|
margin-right: 5px;
|
|
@@ -1589,7 +1590,7 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1589
1590
|
/* stylelint-disable */
|
|
1590
1591
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1591
1592
|
|
|
1592
|
-
span.avatar-
|
|
1593
|
+
span.avatar-item__87dc2955.avatar__233e7b8c {
|
|
1593
1594
|
width: 20px;
|
|
1594
1595
|
height: 20px;
|
|
1595
1596
|
border-radius: 50%;
|
|
@@ -1598,7 +1599,7 @@ span.avatar-item__cccda211.avatar__0fe4169a {
|
|
|
1598
1599
|
margin-right: 3px;
|
|
1599
1600
|
vertical-align: middle;
|
|
1600
1601
|
}
|
|
1601
|
-
span.avatar-
|
|
1602
|
+
span.avatar-item__87dc2955.default-avatar__44baaf3e {
|
|
1602
1603
|
display: inline-flex;
|
|
1603
1604
|
align-items: center;
|
|
1604
1605
|
justify-content: center;
|
|
@@ -1614,36 +1615,36 @@ span.avatar-item__cccda211.default-avatar__97e44879 {
|
|
|
1614
1615
|
/* stylelint-disable */
|
|
1615
1616
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1616
1617
|
|
|
1617
|
-
span.user-
|
|
1618
|
+
span.user-field__f41134fb {
|
|
1618
1619
|
color: #091e42;
|
|
1619
1620
|
padding-right: 10px;
|
|
1620
1621
|
padding-right: 5px;
|
|
1621
1622
|
align-items: center;
|
|
1622
1623
|
}
|
|
1623
|
-
span.user-
|
|
1624
|
+
span.user-field__f41134fb .username__6bf0a32a {
|
|
1624
1625
|
line-height: 20px;
|
|
1625
1626
|
font-size: 14px;
|
|
1626
1627
|
padding-top: 2px;
|
|
1627
1628
|
}
|
|
1628
|
-
span.user-
|
|
1629
|
+
span.user-field__f41134fb .disabled {
|
|
1629
1630
|
color: #848C9F;
|
|
1630
1631
|
}
|
|
1631
|
-
span.user-
|
|
1632
|
+
span.user-field__f41134fb .deleted {
|
|
1632
1633
|
text-decoration: line-through;
|
|
1633
1634
|
}
|
|
1634
1635
|
/* stylelint-disable no-duplicate-selectors */
|
|
1635
1636
|
/* stylelint-disable */
|
|
1636
1637
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1637
1638
|
|
|
1638
|
-
.
|
|
1639
|
+
.annex__ed813430 {
|
|
1639
1640
|
width: 100%;
|
|
1640
1641
|
}
|
|
1641
|
-
.upload-drag-
|
|
1642
|
+
.upload-drag-text__32c81126 {
|
|
1642
1643
|
display: flex;
|
|
1643
1644
|
align-items: center;
|
|
1644
1645
|
justify-content: center;
|
|
1645
1646
|
}
|
|
1646
|
-
.upload-drag-
|
|
1647
|
+
.upload-drag-text__32c81126 .upload__d845d53a {
|
|
1647
1648
|
color: #108cee;
|
|
1648
1649
|
font-size: 20px;
|
|
1649
1650
|
margin-right: 5px;
|
|
@@ -1652,7 +1653,7 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1652
1653
|
/* stylelint-disable */
|
|
1653
1654
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1654
1655
|
|
|
1655
|
-
.hover-
|
|
1656
|
+
.hover-style__e6cac2a4 {
|
|
1656
1657
|
border: 1px solid #F1F2F4;
|
|
1657
1658
|
box-sizing: border-box;
|
|
1658
1659
|
padding: 0 8px !important;
|
|
@@ -1662,7 +1663,7 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1662
1663
|
justify-content: space-between;
|
|
1663
1664
|
align-items: center;
|
|
1664
1665
|
}
|
|
1665
|
-
.field-
|
|
1666
|
+
.field-value__ac819a35:hover[data-hideHover='false'] {
|
|
1666
1667
|
border: 1px solid #F1F2F4;
|
|
1667
1668
|
box-sizing: border-box;
|
|
1668
1669
|
padding: 0 8px !important;
|
|
@@ -1672,19 +1673,19 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1672
1673
|
justify-content: space-between;
|
|
1673
1674
|
align-items: center;
|
|
1674
1675
|
}
|
|
1675
|
-
.field-
|
|
1676
|
+
.field-value__ac819a35:hover[data-hideHover='false'] .hover-icon__7a65ca48 {
|
|
1676
1677
|
display: inline-block;
|
|
1677
1678
|
}
|
|
1678
|
-
.field-
|
|
1679
|
+
.field-value__ac819a35 .hover-icon__7a65ca48 {
|
|
1679
1680
|
display: none;
|
|
1680
1681
|
}
|
|
1681
|
-
.field-
|
|
1682
|
+
.field-value__ac819a35 .ant-select {
|
|
1682
1683
|
width: 100%;
|
|
1683
1684
|
}
|
|
1684
|
-
.field-
|
|
1685
|
+
.field-value__ac819a35 .deleted__81205f32 {
|
|
1685
1686
|
text-decoration: line-through;
|
|
1686
1687
|
}
|
|
1687
|
-
.field-
|
|
1688
|
+
.field-value__ac819a35 .disabled__ed42e949 {
|
|
1688
1689
|
color: #848C9F;
|
|
1689
1690
|
}
|
|
1690
1691
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -1759,13 +1760,13 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1759
1760
|
/* stylelint-disable */
|
|
1760
1761
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1761
1762
|
|
|
1762
|
-
.
|
|
1763
|
+
.dropdown__0f416e84 {
|
|
1763
1764
|
width: 100%;
|
|
1764
1765
|
}
|
|
1765
|
-
.
|
|
1766
|
+
.dropdown__0f416e84 .select__c0eb0bfc {
|
|
1766
1767
|
width: 100%;
|
|
1767
1768
|
}
|
|
1768
|
-
.
|
|
1769
|
+
.pointer__f52e0b93 {
|
|
1769
1770
|
cursor: pointer;
|
|
1770
1771
|
color: #0c62ff;
|
|
1771
1772
|
}
|
|
@@ -1773,25 +1774,25 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1773
1774
|
/* stylelint-disable */
|
|
1774
1775
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1775
1776
|
|
|
1776
|
-
.check-
|
|
1777
|
+
.check-box__ae69966a .ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
|
1777
1778
|
margin-left: 0;
|
|
1778
1779
|
}
|
|
1779
1780
|
/* stylelint-disable no-duplicate-selectors */
|
|
1780
1781
|
/* stylelint-disable */
|
|
1781
1782
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1782
1783
|
|
|
1783
|
-
.tag-
|
|
1784
|
+
.tag-overlay__bf7893f6 {
|
|
1784
1785
|
max-width: 300px;
|
|
1785
1786
|
}
|
|
1786
|
-
.tag-
|
|
1787
|
+
.tag-overlay__bf7893f6 .ant-tag {
|
|
1787
1788
|
margin-bottom: 5px;
|
|
1788
1789
|
cursor: pointer;
|
|
1789
1790
|
white-space: break-spaces;
|
|
1790
1791
|
}
|
|
1791
|
-
.tag-
|
|
1792
|
+
.tag-overlay__bf7893f6 .ant-tag:last-child {
|
|
1792
1793
|
margin-right: 0px;
|
|
1793
1794
|
}
|
|
1794
|
-
.tag-
|
|
1795
|
+
.tag-overlay__bf7893f6 .custom-disabled {
|
|
1795
1796
|
pointer-events: none;
|
|
1796
1797
|
color: #ccc;
|
|
1797
1798
|
}
|
|
@@ -1799,7 +1800,7 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1799
1800
|
/* stylelint-disable */
|
|
1800
1801
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1801
1802
|
|
|
1802
|
-
.hover-
|
|
1803
|
+
.hover-style__abcab677 {
|
|
1803
1804
|
border: 1px solid #F1F2F4;
|
|
1804
1805
|
box-sizing: border-box;
|
|
1805
1806
|
padding: 0 8px !important;
|
|
@@ -1809,24 +1810,24 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1809
1810
|
justify-content: space-between;
|
|
1810
1811
|
align-items: center;
|
|
1811
1812
|
}
|
|
1812
|
-
.field-
|
|
1813
|
+
.field-date__932db105 {
|
|
1813
1814
|
width: 100%;
|
|
1814
1815
|
}
|
|
1815
|
-
.field-
|
|
1816
|
+
.field-date__932db105 .ant-picker {
|
|
1816
1817
|
padding: 0;
|
|
1817
1818
|
}
|
|
1818
|
-
.field-
|
|
1819
|
+
.field-date__932db105 .ant-picker-suffix {
|
|
1819
1820
|
position: absolute;
|
|
1820
1821
|
right: 11px;
|
|
1821
1822
|
cursor: pointer;
|
|
1822
1823
|
}
|
|
1823
|
-
.field-
|
|
1824
|
+
.field-date__932db105 .ant-picker-clear {
|
|
1824
1825
|
right: 11px;
|
|
1825
1826
|
}
|
|
1826
|
-
.field-
|
|
1827
|
+
.field-date__932db105 .ant-picker-input > input {
|
|
1827
1828
|
padding: 4px 11px 4px;
|
|
1828
1829
|
}
|
|
1829
|
-
.field-
|
|
1830
|
+
.field-value__2f2bd11e:hover[data-hideHover='false'] {
|
|
1830
1831
|
border: 1px solid #F1F2F4;
|
|
1831
1832
|
box-sizing: border-box;
|
|
1832
1833
|
padding: 0 8px !important;
|
|
@@ -1836,10 +1837,10 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1836
1837
|
justify-content: space-between;
|
|
1837
1838
|
align-items: center;
|
|
1838
1839
|
}
|
|
1839
|
-
.field-
|
|
1840
|
+
.field-value__2f2bd11e:hover[data-hideHover='false'] .hover-icon__07329a9d {
|
|
1840
1841
|
display: inline-block;
|
|
1841
1842
|
}
|
|
1842
|
-
.field-
|
|
1843
|
+
.field-value__2f2bd11e .hover-icon__07329a9d {
|
|
1843
1844
|
display: none;
|
|
1844
1845
|
}
|
|
1845
1846
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -1926,14 +1927,14 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1926
1927
|
/* stylelint-disable */
|
|
1927
1928
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1928
1929
|
|
|
1929
|
-
.range-picker-
|
|
1930
|
+
.range-picker-config__c7c94cfa .ant-picker-range-separator {
|
|
1930
1931
|
white-space: nowrap;
|
|
1931
1932
|
}
|
|
1932
1933
|
/* stylelint-disable no-duplicate-selectors */
|
|
1933
1934
|
/* stylelint-disable */
|
|
1934
1935
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1935
1936
|
|
|
1936
|
-
.hover-
|
|
1937
|
+
.hover-style__0620874b {
|
|
1937
1938
|
border: 1px solid #F1F2F4;
|
|
1938
1939
|
box-sizing: border-box;
|
|
1939
1940
|
padding: 0 8px !important;
|
|
@@ -1943,10 +1944,10 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1943
1944
|
justify-content: space-between;
|
|
1944
1945
|
align-items: center;
|
|
1945
1946
|
}
|
|
1946
|
-
.
|
|
1947
|
+
.dropdown__3ed314fc {
|
|
1947
1948
|
width: 100%;
|
|
1948
1949
|
}
|
|
1949
|
-
.
|
|
1950
|
+
.dropdown__3ed314fc:hover[data-hideHover='false'] {
|
|
1950
1951
|
border: 1px solid #F1F2F4;
|
|
1951
1952
|
box-sizing: border-box;
|
|
1952
1953
|
padding: 0 8px !important;
|
|
@@ -1956,20 +1957,20 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1956
1957
|
justify-content: space-between;
|
|
1957
1958
|
align-items: center;
|
|
1958
1959
|
}
|
|
1959
|
-
.
|
|
1960
|
+
.dropdown__3ed314fc:hover[data-hideHover='false'] .hover-icon__3769000c {
|
|
1960
1961
|
display: inline-block;
|
|
1961
1962
|
}
|
|
1962
|
-
.
|
|
1963
|
+
.dropdown__3ed314fc .hover-icon__3769000c {
|
|
1963
1964
|
display: none;
|
|
1964
1965
|
}
|
|
1965
|
-
.
|
|
1966
|
+
.dropdown__3ed314fc .ant-select {
|
|
1966
1967
|
width: 100%;
|
|
1967
1968
|
}
|
|
1968
1969
|
/* stylelint-disable no-duplicate-selectors */
|
|
1969
1970
|
/* stylelint-disable */
|
|
1970
1971
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1971
1972
|
|
|
1972
|
-
.toolbar-
|
|
1973
|
+
.toolbar-btn__34d900a7 {
|
|
1973
1974
|
display: flex;
|
|
1974
1975
|
justify-content: center;
|
|
1975
1976
|
align-items: center;
|
|
@@ -1982,44 +1983,44 @@ span.user-field__2c4c07dd .deleted {
|
|
|
1982
1983
|
user-select: none;
|
|
1983
1984
|
color: #2e2e2e;
|
|
1984
1985
|
}
|
|
1985
|
-
.toolbar-
|
|
1986
|
+
.toolbar-btn__34d900a7:hover {
|
|
1986
1987
|
color: #0066cc;
|
|
1987
1988
|
}
|
|
1988
|
-
.toolbar-
|
|
1989
|
+
.toolbar-btn__34d900a7 svg {
|
|
1989
1990
|
height: 14px;
|
|
1990
1991
|
}
|
|
1991
|
-
.
|
|
1992
|
+
.active__86d231b0 {
|
|
1992
1993
|
color: #0066cc;
|
|
1993
1994
|
}
|
|
1994
1995
|
/* stylelint-disable no-duplicate-selectors */
|
|
1995
1996
|
/* stylelint-disable */
|
|
1996
1997
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1997
1998
|
|
|
1998
|
-
.link-
|
|
1999
|
+
.link-popover__e73fe6f0 {
|
|
1999
2000
|
width: 220px;
|
|
2000
2001
|
}
|
|
2001
|
-
.link-
|
|
2002
|
+
.link-popover__e73fe6f0 .btn-group__ecba4a60 {
|
|
2002
2003
|
text-align: end;
|
|
2003
2004
|
margin-top: 20px;
|
|
2004
2005
|
}
|
|
2005
|
-
.link-
|
|
2006
|
+
.link-popover__e73fe6f0 .btn-group__ecba4a60 button:last-child {
|
|
2006
2007
|
margin-left: 15px;
|
|
2007
2008
|
}
|
|
2008
2009
|
/* stylelint-disable no-duplicate-selectors */
|
|
2009
2010
|
/* stylelint-disable */
|
|
2010
2011
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2011
2012
|
|
|
2012
|
-
.
|
|
2013
|
+
.tabs__c87cae02 {
|
|
2013
2014
|
width: 300px;
|
|
2014
2015
|
height: 200px;
|
|
2015
2016
|
}
|
|
2016
|
-
.
|
|
2017
|
+
.tabs__c87cae02 .ant-upload {
|
|
2017
2018
|
height: 130px;
|
|
2018
2019
|
}
|
|
2019
|
-
.
|
|
2020
|
+
.tabs__c87cae02 .tab-url__231b4da1 {
|
|
2020
2021
|
padding: 10px;
|
|
2021
2022
|
}
|
|
2022
|
-
.
|
|
2023
|
+
.tabs__c87cae02 .tab-url__231b4da1 .btn__868bc8cf {
|
|
2023
2024
|
margin-top: 10px;
|
|
2024
2025
|
float: right;
|
|
2025
2026
|
}
|
|
@@ -2054,13 +2055,13 @@ div.BaseTable__row-cell {
|
|
|
2054
2055
|
/* stylelint-disable */
|
|
2055
2056
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2056
2057
|
|
|
2057
|
-
.
|
|
2058
|
+
.btn__342bb948 {
|
|
2058
2059
|
margin-top: 10px;
|
|
2059
2060
|
}
|
|
2060
|
-
.
|
|
2061
|
+
.btn__342bb948 .save__10bb5beb {
|
|
2061
2062
|
margin-right: 5px;
|
|
2062
2063
|
}
|
|
2063
|
-
.
|
|
2064
|
+
.mask__6f0a1b83 {
|
|
2064
2065
|
position: absolute;
|
|
2065
2066
|
left: 0;
|
|
2066
2067
|
right: 0;
|
|
@@ -2068,11 +2069,11 @@ div.BaseTable__row-cell {
|
|
|
2068
2069
|
bottom: 0;
|
|
2069
2070
|
z-index: 2;
|
|
2070
2071
|
}
|
|
2071
|
-
.
|
|
2072
|
+
.wrapper__05184038 {
|
|
2072
2073
|
width: 100%;
|
|
2073
2074
|
position: relative;
|
|
2074
2075
|
}
|
|
2075
|
-
.
|
|
2076
|
+
.wrapper__05184038 .edit__accf290f {
|
|
2076
2077
|
position: absolute;
|
|
2077
2078
|
right: 0;
|
|
2078
2079
|
color: #7487f2;
|
|
@@ -2080,41 +2081,41 @@ div.BaseTable__row-cell {
|
|
|
2080
2081
|
top: -34px;
|
|
2081
2082
|
cursor: pointer;
|
|
2082
2083
|
}
|
|
2083
|
-
.
|
|
2084
|
+
.wrapper__05184038 .inner-edit {
|
|
2084
2085
|
height: 100%;
|
|
2085
2086
|
border: 1px solid #d9d9d9;
|
|
2086
2087
|
}
|
|
2087
|
-
.
|
|
2088
|
+
.wrapper__05184038 .inner-edit > div:nth-child(2) {
|
|
2088
2089
|
min-height: 80px !important;
|
|
2089
2090
|
}
|
|
2090
|
-
.
|
|
2091
|
-
.
|
|
2091
|
+
.wrapper__05184038 .inner-edit,
|
|
2092
|
+
.wrapper__05184038 .inner-read {
|
|
2092
2093
|
width: 100%;
|
|
2093
2094
|
outline: 0;
|
|
2094
2095
|
}
|
|
2095
|
-
.
|
|
2096
|
-
.
|
|
2096
|
+
.wrapper__05184038 .inner-edit > div:first-child,
|
|
2097
|
+
.wrapper__05184038 .inner-read > div:first-child {
|
|
2097
2098
|
width: 100%;
|
|
2098
2099
|
margin: 0;
|
|
2099
2100
|
padding: 0;
|
|
2100
2101
|
}
|
|
2101
|
-
.
|
|
2102
|
+
.wrapper__05184038 .inner-read p {
|
|
2102
2103
|
padding-top: 0;
|
|
2103
2104
|
}
|
|
2104
|
-
.
|
|
2105
|
+
.wrapper__05184038 .inner-read > div:last-child {
|
|
2105
2106
|
padding: 0;
|
|
2106
2107
|
}
|
|
2107
2108
|
/* stylelint-disable no-duplicate-selectors */
|
|
2108
2109
|
/* stylelint-disable */
|
|
2109
2110
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2110
2111
|
|
|
2111
|
-
.upload-drag-
|
|
2112
|
+
.upload-drag-text__d8bf9e23 {
|
|
2112
2113
|
display: flex;
|
|
2113
2114
|
align-items: center;
|
|
2114
2115
|
justify-content: center;
|
|
2115
2116
|
white-space: nowrap;
|
|
2116
2117
|
}
|
|
2117
|
-
.upload-drag-
|
|
2118
|
+
.upload-drag-text__d8bf9e23 .upload__fff47775 {
|
|
2118
2119
|
color: #108cee;
|
|
2119
2120
|
font-size: 20px;
|
|
2120
2121
|
margin-right: 5px;
|
|
@@ -2123,14 +2124,14 @@ div.BaseTable__row-cell {
|
|
|
2123
2124
|
/* stylelint-disable */
|
|
2124
2125
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2125
2126
|
|
|
2126
|
-
.
|
|
2127
|
+
.formula__339d36e1 .ant-btn.ant-btn-link {
|
|
2127
2128
|
padding: 0;
|
|
2128
2129
|
}
|
|
2129
|
-
.formula-
|
|
2130
|
+
.formula-field__280084fe {
|
|
2130
2131
|
display: flex!important;
|
|
2131
2132
|
}
|
|
2132
|
-
.formula-
|
|
2133
|
-
.formula-
|
|
2133
|
+
.formula-field__280084fe .addonBefore_class__73e39405,
|
|
2134
|
+
.formula-field__280084fe .addonAfter_class__6ceeed76 {
|
|
2134
2135
|
line-height: 30px;
|
|
2135
2136
|
margin-right: 0px;
|
|
2136
2137
|
}
|
|
@@ -2138,7 +2139,7 @@ div.BaseTable__row-cell {
|
|
|
2138
2139
|
/* stylelint-disable */
|
|
2139
2140
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2140
2141
|
|
|
2141
|
-
.hover-
|
|
2142
|
+
.hover-style__c3504e10 {
|
|
2142
2143
|
border: 1px solid #F1F2F4;
|
|
2143
2144
|
box-sizing: border-box;
|
|
2144
2145
|
padding: 0 8px !important;
|
|
@@ -2148,7 +2149,7 @@ div.BaseTable__row-cell {
|
|
|
2148
2149
|
justify-content: space-between;
|
|
2149
2150
|
align-items: center;
|
|
2150
2151
|
}
|
|
2151
|
-
.field-
|
|
2152
|
+
.field-value__99312ecc:hover[data-hideHover='false'] {
|
|
2152
2153
|
border: 1px solid #F1F2F4;
|
|
2153
2154
|
box-sizing: border-box;
|
|
2154
2155
|
padding: 0 8px !important;
|
|
@@ -2162,7 +2163,7 @@ div.BaseTable__row-cell {
|
|
|
2162
2163
|
/* stylelint-disable */
|
|
2163
2164
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2164
2165
|
|
|
2165
|
-
.hover-
|
|
2166
|
+
.hover-style__108bb57b {
|
|
2166
2167
|
border: 1px solid #F1F2F4;
|
|
2167
2168
|
box-sizing: border-box;
|
|
2168
2169
|
padding: 0 8px !important;
|
|
@@ -2172,18 +2173,18 @@ div.BaseTable__row-cell {
|
|
|
2172
2173
|
justify-content: space-between;
|
|
2173
2174
|
align-items: center;
|
|
2174
2175
|
}
|
|
2175
|
-
.
|
|
2176
|
+
.number_field__5316218b {
|
|
2176
2177
|
display: flex !important;
|
|
2177
2178
|
}
|
|
2178
|
-
.
|
|
2179
|
-
.
|
|
2179
|
+
.number_field__5316218b .addonBefore_class__57224087,
|
|
2180
|
+
.number_field__5316218b .addonAfter_class__381d6b6c {
|
|
2180
2181
|
line-height: 30px;
|
|
2181
2182
|
margin-right: 0px;
|
|
2182
2183
|
}
|
|
2183
|
-
.
|
|
2184
|
+
.number_field__5316218b .ant-input-group {
|
|
2184
2185
|
display: flex;
|
|
2185
2186
|
}
|
|
2186
|
-
.field-
|
|
2187
|
+
.field-value__9112264c:hover[data-hideHover='false'] {
|
|
2187
2188
|
border: 1px solid #F1F2F4;
|
|
2188
2189
|
box-sizing: border-box;
|
|
2189
2190
|
padding: 0 8px !important;
|
|
@@ -2193,7 +2194,7 @@ div.BaseTable__row-cell {
|
|
|
2193
2194
|
justify-content: space-between;
|
|
2194
2195
|
align-items: center;
|
|
2195
2196
|
}
|
|
2196
|
-
.field-
|
|
2197
|
+
.field-value__9112264c:hover[data-hideHover='false'] .hover-icon__522cf840 {
|
|
2197
2198
|
width: 24px;
|
|
2198
2199
|
display: flex;
|
|
2199
2200
|
flex-direction: column;
|
|
@@ -2201,22 +2202,22 @@ div.BaseTable__row-cell {
|
|
|
2201
2202
|
border-left: 1px solid #F1F2F4;
|
|
2202
2203
|
margin-right: -8px;
|
|
2203
2204
|
}
|
|
2204
|
-
.field-
|
|
2205
|
+
.field-value__9112264c:hover[data-hideHover='false'] .hover-icon__522cf840 .icon__687e4db3 {
|
|
2205
2206
|
width: 16px;
|
|
2206
2207
|
transform: scale(0.6);
|
|
2207
2208
|
}
|
|
2208
|
-
.field-
|
|
2209
|
+
.field-value__9112264c:hover[data-hideHover='false'] .split-line__a4d7d6ed {
|
|
2209
2210
|
width: 100%;
|
|
2210
2211
|
border-bottom: 1px solid #F1F2F4;
|
|
2211
2212
|
}
|
|
2212
|
-
.field-
|
|
2213
|
+
.field-value__9112264c .hover-icon__522cf840 {
|
|
2213
2214
|
display: none;
|
|
2214
2215
|
}
|
|
2215
2216
|
/* stylelint-disable no-duplicate-selectors */
|
|
2216
2217
|
/* stylelint-disable */
|
|
2217
2218
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2218
2219
|
|
|
2219
|
-
.hover-
|
|
2220
|
+
.hover-style__eab1708c {
|
|
2220
2221
|
border: 1px solid #F1F2F4;
|
|
2221
2222
|
box-sizing: border-box;
|
|
2222
2223
|
padding: 0 8px !important;
|
|
@@ -2226,49 +2227,49 @@ div.BaseTable__row-cell {
|
|
|
2226
2227
|
justify-content: space-between;
|
|
2227
2228
|
align-items: center;
|
|
2228
2229
|
}
|
|
2229
|
-
div.
|
|
2230
|
+
div.pointer__37ea12d0 {
|
|
2230
2231
|
cursor: pointer;
|
|
2231
2232
|
}
|
|
2232
|
-
.
|
|
2233
|
+
.empty__1e114fcf {
|
|
2233
2234
|
color: #909aaa;
|
|
2234
2235
|
}
|
|
2235
|
-
.
|
|
2236
|
+
.empty__1e114fcf .empty-icon__e121d93d {
|
|
2236
2237
|
padding-right: 5px;
|
|
2237
2238
|
font-size: 20px;
|
|
2238
2239
|
}
|
|
2239
|
-
.empty-
|
|
2240
|
+
.empty-tip__a0dfe7eb {
|
|
2240
2241
|
padding-left: 15px;
|
|
2241
2242
|
color: #909aaa;
|
|
2242
2243
|
}
|
|
2243
|
-
.
|
|
2244
|
+
.checked__721dcb42 {
|
|
2244
2245
|
background-color: var(--select-item-selected-bg);
|
|
2245
2246
|
}
|
|
2246
|
-
.cell-
|
|
2247
|
-
.
|
|
2247
|
+
.cell-box__e122632c,
|
|
2248
|
+
.empty__1e114fcf {
|
|
2248
2249
|
display: flex;
|
|
2249
2250
|
align-items: center;
|
|
2250
2251
|
line-height: unset;
|
|
2251
2252
|
}
|
|
2252
|
-
.cell-
|
|
2253
|
-
.
|
|
2253
|
+
.cell-box__e122632c .ant-dropdown-menu-title-content,
|
|
2254
|
+
.empty__1e114fcf .ant-dropdown-menu-title-content {
|
|
2254
2255
|
max-width: 150px;
|
|
2255
2256
|
display: flex;
|
|
2256
2257
|
align-items: center;
|
|
2257
2258
|
}
|
|
2258
|
-
.cell-
|
|
2259
|
+
.cell-box__e122632c .color-icon__b8e68efc {
|
|
2259
2260
|
margin-right: 5px;
|
|
2260
2261
|
font-size: 12px;
|
|
2261
2262
|
}
|
|
2262
|
-
.
|
|
2263
|
+
.icon__81e4b15d {
|
|
2263
2264
|
padding-left: 3px;
|
|
2264
2265
|
color: var(--theme-text-color-secondary);
|
|
2265
2266
|
}
|
|
2266
|
-
div.
|
|
2267
|
+
div.spin__9da4c122 {
|
|
2267
2268
|
width: 150px;
|
|
2268
2269
|
height: 50px;
|
|
2269
2270
|
line-height: 60px;
|
|
2270
2271
|
}
|
|
2271
|
-
.header-
|
|
2272
|
+
.header-cell__e0e780aa {
|
|
2272
2273
|
padding: 0 8px;
|
|
2273
2274
|
font-size: 12px;
|
|
2274
2275
|
border-radius: 4px;
|
|
@@ -2280,38 +2281,38 @@ div.spin__2ecef7af {
|
|
|
2280
2281
|
color: #213053;
|
|
2281
2282
|
background-color: #F5F6F8;
|
|
2282
2283
|
}
|
|
2283
|
-
.header-
|
|
2284
|
+
.header-cell__e0e780aa .color-icon__b8e68efc {
|
|
2284
2285
|
font-size: 10px;
|
|
2285
2286
|
margin-right: 5px;
|
|
2286
2287
|
}
|
|
2287
|
-
.header-
|
|
2288
|
+
.header-cell__e0e780aa .down-icon__7fbedf2d {
|
|
2288
2289
|
margin-left: 2px;
|
|
2289
2290
|
}
|
|
2290
|
-
.header-
|
|
2291
|
+
.header-cell__e0e780aa .down-icon__7fbedf2d svg {
|
|
2291
2292
|
vertical-align: inherit;
|
|
2292
2293
|
}
|
|
2293
|
-
.header-
|
|
2294
|
+
.header-cell__e0e780aa span {
|
|
2294
2295
|
line-height: 24px;
|
|
2295
2296
|
}
|
|
2296
2297
|
/* stylelint-disable no-duplicate-selectors */
|
|
2297
2298
|
/* stylelint-disable */
|
|
2298
2299
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2299
2300
|
|
|
2300
|
-
.
|
|
2301
|
+
.script__672e1146 {
|
|
2301
2302
|
width: 100%;
|
|
2302
2303
|
}
|
|
2303
2304
|
/* stylelint-disable no-duplicate-selectors */
|
|
2304
2305
|
/* stylelint-disable */
|
|
2305
2306
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2306
2307
|
|
|
2307
|
-
.field-
|
|
2308
|
+
.field-value__d95a8088.security__5401c432 .ant-select {
|
|
2308
2309
|
width: 100%;
|
|
2309
2310
|
}
|
|
2310
2311
|
/* stylelint-disable no-duplicate-selectors */
|
|
2311
2312
|
/* stylelint-disable */
|
|
2312
2313
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2313
2314
|
|
|
2314
|
-
.hover-
|
|
2315
|
+
.hover-style__96bca38c {
|
|
2315
2316
|
border: 1px solid #F1F2F4;
|
|
2316
2317
|
box-sizing: border-box;
|
|
2317
2318
|
padding: 0 8px !important;
|
|
@@ -2324,10 +2325,10 @@ div.spin__2ecef7af {
|
|
|
2324
2325
|
.ant-tooltip {
|
|
2325
2326
|
max-width: 380px;
|
|
2326
2327
|
}
|
|
2327
|
-
.tip-
|
|
2328
|
+
.tip-line__27ce1fb2 {
|
|
2328
2329
|
margin-bottom: 0;
|
|
2329
2330
|
}
|
|
2330
|
-
.field-
|
|
2331
|
+
.field-layout__b9837c3d.status-view__91fd46dd {
|
|
2331
2332
|
position: relative;
|
|
2332
2333
|
cursor: pointer;
|
|
2333
2334
|
border-top: 1px solid #ddd;
|
|
@@ -2335,18 +2336,18 @@ div.spin__2ecef7af {
|
|
|
2335
2336
|
margin-top: 10px;
|
|
2336
2337
|
font-size: 12px;
|
|
2337
2338
|
}
|
|
2338
|
-
.field-
|
|
2339
|
+
.field-layout__b9837c3d.status-view__91fd46dd .status-view-watch__55b86b8f {
|
|
2339
2340
|
margin-right: 5px;
|
|
2340
2341
|
vertical-align: middle;
|
|
2341
2342
|
width: 12px;
|
|
2342
2343
|
height: 12px;
|
|
2343
2344
|
}
|
|
2344
|
-
.field-
|
|
2345
|
+
.field-layout__b9837c3d .chart-wrap__1fddf5c3 {
|
|
2345
2346
|
width: 100%;
|
|
2346
2347
|
height: 100%;
|
|
2347
2348
|
min-height: 300px;
|
|
2348
2349
|
}
|
|
2349
|
-
.field-
|
|
2350
|
+
.field-layout__b9837c3d .flow-state__fd3ef38d {
|
|
2350
2351
|
padding: 0 8px;
|
|
2351
2352
|
height: 22px;
|
|
2352
2353
|
background: #cdcdcd;
|
|
@@ -2358,85 +2359,85 @@ div.spin__2ecef7af {
|
|
|
2358
2359
|
min-width: 52px;
|
|
2359
2360
|
text-align: center;
|
|
2360
2361
|
}
|
|
2361
|
-
.field-
|
|
2362
|
+
.field-layout__b9837c3d .field-value__94078d09 {
|
|
2362
2363
|
box-sizing: border-box;
|
|
2363
2364
|
}
|
|
2364
|
-
.field-
|
|
2365
|
+
.field-layout__b9837c3d .field-value__94078d09 .flow-name__08d9c08d:hover {
|
|
2365
2366
|
opacity: 0.8;
|
|
2366
2367
|
cursor: pointer;
|
|
2367
2368
|
}
|
|
2368
|
-
.field-
|
|
2369
|
+
.field-layout__b9837c3d .workflow-content__1724ad0f {
|
|
2369
2370
|
max-width: 200px;
|
|
2370
2371
|
text-align: left;
|
|
2371
2372
|
}
|
|
2372
|
-
.field-
|
|
2373
|
+
.field-layout__b9837c3d .workflow-content__1724ad0f .flow-state__fd3ef38d {
|
|
2373
2374
|
display: flex;
|
|
2374
2375
|
align-items: center;
|
|
2375
2376
|
justify-content: center;
|
|
2376
2377
|
min-width: 62px;
|
|
2377
2378
|
padding: 0 8px;
|
|
2378
2379
|
}
|
|
2379
|
-
.field-
|
|
2380
|
+
.field-layout__b9837c3d .workflow-content__1724ad0f .flow-state__fd3ef38d .caret-down__ab8a918b {
|
|
2380
2381
|
margin-left: 0;
|
|
2381
2382
|
padding-left: 2px;
|
|
2382
2383
|
line-height: 10px;
|
|
2383
2384
|
}
|
|
2384
|
-
.field-
|
|
2385
|
+
.field-layout__b9837c3d .workflow-content__1724ad0f .flow-next__f850b382 .flow-btn__3cf6f55e {
|
|
2385
2386
|
background: #eff0f2;
|
|
2386
2387
|
margin-right: 8px;
|
|
2387
2388
|
margin-top: 4px;
|
|
2388
2389
|
color: #2e405e;
|
|
2389
2390
|
border: none;
|
|
2390
2391
|
}
|
|
2391
|
-
.field-
|
|
2392
|
+
.field-layout__b9837c3d .workflow-content__1724ad0f .flow-next__f850b382 .flow-btn__3cf6f55e:last-child {
|
|
2392
2393
|
margin-right: 0;
|
|
2393
2394
|
}
|
|
2394
|
-
.field-
|
|
2395
|
+
.field-layout__b9837c3d .workflow-content__1724ad0f .flow-next__f850b382 .loading-icon__5807da1d {
|
|
2395
2396
|
font-size: 14px;
|
|
2396
2397
|
color: #333;
|
|
2397
2398
|
left: 84px;
|
|
2398
2399
|
top: 14px;
|
|
2399
2400
|
}
|
|
2400
|
-
.field-
|
|
2401
|
+
.field-layout__b9837c3d .workflow-content__1724ad0f .no-state__f4236a7b {
|
|
2401
2402
|
color: #909aaa;
|
|
2402
2403
|
background: var(--theme-bg-color-base);
|
|
2403
2404
|
}
|
|
2404
|
-
.field-
|
|
2405
|
+
.field-layout__b9837c3d .state-btn__ff744666 {
|
|
2405
2406
|
line-height: 22px;
|
|
2406
2407
|
height: 22px;
|
|
2407
2408
|
}
|
|
2408
|
-
.flow-
|
|
2409
|
+
.flow-next__f850b382 {
|
|
2409
2410
|
max-height: 260px;
|
|
2410
2411
|
overflow: auto;
|
|
2411
2412
|
padding-top: 10px;
|
|
2412
2413
|
}
|
|
2413
|
-
.flow-
|
|
2414
|
+
.flow-btn__3cf6f55e {
|
|
2414
2415
|
display: flex;
|
|
2415
2416
|
cursor: pointer;
|
|
2416
2417
|
margin: 0;
|
|
2417
2418
|
padding: 5px 10px;
|
|
2418
2419
|
}
|
|
2419
|
-
.flow-
|
|
2420
|
-
.flow-
|
|
2420
|
+
.flow-btn__3cf6f55e .state-box__0dd9f993,
|
|
2421
|
+
.flow-btn__3cf6f55e .tooltip__49015049 {
|
|
2421
2422
|
width: 80px;
|
|
2422
2423
|
}
|
|
2423
|
-
.flow-
|
|
2424
|
+
.flow-btn__3cf6f55e .state-box__0dd9f993 {
|
|
2424
2425
|
display: flex;
|
|
2425
2426
|
}
|
|
2426
|
-
.flow-
|
|
2427
|
+
.flow-btn__3cf6f55e .state-box__0dd9f993 span {
|
|
2427
2428
|
padding-right: 8px;
|
|
2428
2429
|
}
|
|
2429
|
-
.flow-
|
|
2430
|
+
.flow-btn__3cf6f55e .icon__b43d74e1 {
|
|
2430
2431
|
padding: 0 6px;
|
|
2431
2432
|
color: #848C9F;
|
|
2432
2433
|
}
|
|
2433
|
-
.flow-
|
|
2434
|
+
.flow-btn__3cf6f55e:hover {
|
|
2434
2435
|
background-color: var(--select-item-selected-bg);
|
|
2435
2436
|
}
|
|
2436
|
-
button.flow-
|
|
2437
|
+
button.flow-state__fd3ef38d > span {
|
|
2437
2438
|
display: -webkit-box;
|
|
2438
2439
|
}
|
|
2439
|
-
.flow-
|
|
2440
|
+
.flow-state__fd3ef38d {
|
|
2440
2441
|
padding: 0 18px 0 8px;
|
|
2441
2442
|
height: 24px;
|
|
2442
2443
|
background: #cdcdcd;
|
|
@@ -2449,29 +2450,29 @@ button.flow-state__58719c04 > span {
|
|
|
2449
2450
|
text-align: center;
|
|
2450
2451
|
box-shadow: none !important;
|
|
2451
2452
|
}
|
|
2452
|
-
.flow-
|
|
2453
|
+
.flow-state__fd3ef38d span {
|
|
2453
2454
|
text-decoration: none !important;
|
|
2454
2455
|
}
|
|
2455
|
-
.state-
|
|
2456
|
+
.state-popover__4d1241a0 div.ant-popover-inner-content {
|
|
2456
2457
|
padding: 0;
|
|
2457
2458
|
}
|
|
2458
|
-
.no-
|
|
2459
|
+
.no-permission__3859e30b {
|
|
2459
2460
|
display: block;
|
|
2460
2461
|
font-size: 12px;
|
|
2461
2462
|
padding: 20px 10px 10px;
|
|
2462
2463
|
width: 120px;
|
|
2463
2464
|
color: #2e405e;
|
|
2464
2465
|
}
|
|
2465
|
-
div.
|
|
2466
|
+
div.spin__381c0ab1 {
|
|
2466
2467
|
width: 150px;
|
|
2467
2468
|
height: 50px;
|
|
2468
2469
|
line-height: 65px;
|
|
2469
2470
|
}
|
|
2470
|
-
div.
|
|
2471
|
+
div.pointer__457afe54 {
|
|
2471
2472
|
opacity: 1;
|
|
2472
2473
|
cursor: pointer;
|
|
2473
2474
|
}
|
|
2474
|
-
div.not-
|
|
2475
|
+
div.not-allowed__4d7e426b {
|
|
2475
2476
|
opacity: 0.3;
|
|
2476
2477
|
cursor: not-allowed;
|
|
2477
2478
|
}
|
|
@@ -2479,7 +2480,7 @@ div.not-allowed__55a4d4f9 {
|
|
|
2479
2480
|
/* stylelint-disable */
|
|
2480
2481
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2481
2482
|
|
|
2482
|
-
.hover-
|
|
2483
|
+
.hover-style__311284a3 {
|
|
2483
2484
|
border: 1px solid #F1F2F4;
|
|
2484
2485
|
box-sizing: border-box;
|
|
2485
2486
|
padding: 0 8px !important;
|
|
@@ -2489,26 +2490,26 @@ div.not-allowed__55a4d4f9 {
|
|
|
2489
2490
|
justify-content: space-between;
|
|
2490
2491
|
align-items: center;
|
|
2491
2492
|
}
|
|
2492
|
-
.base-
|
|
2493
|
+
.base-tag__bff3ffec {
|
|
2493
2494
|
max-width: 5em;
|
|
2494
2495
|
white-space: normal;
|
|
2495
2496
|
vertical-align: middle;
|
|
2496
2497
|
}
|
|
2497
|
-
.tag-
|
|
2498
|
+
.tag-wrapper__ed658eeb {
|
|
2498
2499
|
white-space: nowrap;
|
|
2499
2500
|
overflow: hidden;
|
|
2500
2501
|
text-overflow: ellipsis;
|
|
2501
2502
|
}
|
|
2502
|
-
.custom-
|
|
2503
|
+
.custom-overlay__8c6bf8a7 {
|
|
2503
2504
|
width: auto !important;
|
|
2504
2505
|
max-width: unset !important;
|
|
2505
2506
|
}
|
|
2506
|
-
.custom-
|
|
2507
|
-
.custom-
|
|
2507
|
+
.custom-overlay__8c6bf8a7 .ant-tooltip-content,
|
|
2508
|
+
.custom-overlay__8c6bf8a7 .ant-tooltip {
|
|
2508
2509
|
width: auto !important;
|
|
2509
2510
|
max-width: unset !important;
|
|
2510
2511
|
}
|
|
2511
|
-
.field-
|
|
2512
|
+
.field-value__dbbb9981:hover[data-hideHover='false'] {
|
|
2512
2513
|
border: 1px solid #F1F2F4;
|
|
2513
2514
|
box-sizing: border-box;
|
|
2514
2515
|
padding: 0 8px !important;
|
|
@@ -2518,21 +2519,21 @@ div.not-allowed__55a4d4f9 {
|
|
|
2518
2519
|
justify-content: space-between;
|
|
2519
2520
|
align-items: center;
|
|
2520
2521
|
}
|
|
2521
|
-
.field-
|
|
2522
|
+
.field-value__dbbb9981:hover[data-hideHover='false'] .hover-icon__d8cd816b {
|
|
2522
2523
|
display: flex;
|
|
2523
2524
|
flex: 1;
|
|
2524
2525
|
}
|
|
2525
|
-
.hover-
|
|
2526
|
+
.hover-icon__d8cd816b {
|
|
2526
2527
|
display: none;
|
|
2527
2528
|
}
|
|
2528
|
-
.hover-
|
|
2529
|
+
.hover-icon__d8cd816b > * {
|
|
2529
2530
|
margin-left: 4px;
|
|
2530
2531
|
}
|
|
2531
2532
|
/* stylelint-disable no-duplicate-selectors */
|
|
2532
2533
|
/* stylelint-disable */
|
|
2533
2534
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
2534
2535
|
|
|
2535
|
-
.time-range-
|
|
2536
|
+
.time-range-config__80504e62 .ant-picker-range-separator {
|
|
2536
2537
|
white-space: nowrap;
|
|
2537
2538
|
}
|
|
2538
2539
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -3781,6 +3782,7 @@ html {
|
|
|
3781
3782
|
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
3782
3783
|
}
|
|
3783
3784
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
3785
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
3784
3786
|
.ant-affix {
|
|
3785
3787
|
position: fixed;
|
|
3786
3788
|
z-index: 10;
|
|
@@ -29249,83 +29251,83 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29249
29251
|
/* stylelint-disable */
|
|
29250
29252
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29251
29253
|
|
|
29252
|
-
.query-
|
|
29254
|
+
.query-expression__9cb84e3f.formik__55ab119b .search-btn__a05771bc {
|
|
29253
29255
|
height: 100%;
|
|
29254
29256
|
}
|
|
29255
|
-
.query-
|
|
29257
|
+
.query-expression__9cb84e3f.formik__55ab119b .form-field-error-message-wrapper {
|
|
29256
29258
|
height: 0;
|
|
29257
29259
|
max-height: none;
|
|
29258
29260
|
min-height: auto;
|
|
29259
29261
|
display: none;
|
|
29260
29262
|
}
|
|
29261
|
-
.query-
|
|
29263
|
+
.query-expression__9cb84e3f .ant-form-item {
|
|
29262
29264
|
margin-bottom: 0;
|
|
29263
29265
|
}
|
|
29264
29266
|
/* stylelint-disable no-duplicate-selectors */
|
|
29265
29267
|
/* stylelint-disable */
|
|
29266
29268
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29267
29269
|
|
|
29268
|
-
.selector-
|
|
29270
|
+
.selector-content__82a3aa12 {
|
|
29269
29271
|
max-height: 250px;
|
|
29270
29272
|
overflow: auto;
|
|
29271
29273
|
margin-right: -20px;
|
|
29272
29274
|
}
|
|
29273
|
-
.selector-
|
|
29275
|
+
.selector-content__82a3aa12 .row__15a088ec {
|
|
29274
29276
|
margin-bottom: 12px;
|
|
29275
29277
|
}
|
|
29276
|
-
.selector-
|
|
29278
|
+
.selector-content__82a3aa12 .row__15a088ec .field-select__be57599e {
|
|
29277
29279
|
width: 164px;
|
|
29278
29280
|
height: 34px;
|
|
29279
29281
|
margin-right: 8px;
|
|
29280
29282
|
}
|
|
29281
|
-
.selector-
|
|
29283
|
+
.selector-content__82a3aa12 .row__15a088ec .field-select__be57599e .ant-select-selection-item {
|
|
29282
29284
|
padding-right: 0;
|
|
29283
29285
|
}
|
|
29284
|
-
.selector-
|
|
29286
|
+
.selector-content__82a3aa12 .row__15a088ec .expression-select__bfa9d3e1 {
|
|
29285
29287
|
width: 120px;
|
|
29286
29288
|
margin-right: 3px;
|
|
29287
29289
|
}
|
|
29288
|
-
.selector-
|
|
29290
|
+
.selector-content__82a3aa12 .row__15a088ec .field-component__daad0405 {
|
|
29289
29291
|
width: 196px;
|
|
29290
29292
|
display: inline-block;
|
|
29291
29293
|
vertical-align: top;
|
|
29292
29294
|
margin-right: 8px;
|
|
29293
29295
|
}
|
|
29294
|
-
.selector-
|
|
29296
|
+
.selector-content__82a3aa12 .row__15a088ec .field-component__daad0405 .field-layout__d84947ef .ant-col__484de2a1.field-value__a053c425 {
|
|
29295
29297
|
padding-left: 0;
|
|
29296
29298
|
}
|
|
29297
|
-
.selector-
|
|
29299
|
+
.selector-content__82a3aa12 .row__15a088ec .field-component__daad0405 .ant-select {
|
|
29298
29300
|
width: 197px;
|
|
29299
29301
|
}
|
|
29300
|
-
.selector-
|
|
29302
|
+
.selector-content__82a3aa12 .row__15a088ec .field-component__daad0405 .block__1908f7aa {
|
|
29301
29303
|
width: 197px;
|
|
29302
29304
|
margin-left: 5px;
|
|
29303
29305
|
height: 32px;
|
|
29304
29306
|
background: #ededed;
|
|
29305
29307
|
display: inline-block;
|
|
29306
29308
|
}
|
|
29307
|
-
.selector-
|
|
29309
|
+
.selector-content__82a3aa12 .row__15a088ec .flex__2e39beb1 {
|
|
29308
29310
|
width: 320px;
|
|
29309
29311
|
}
|
|
29310
|
-
.selector-
|
|
29312
|
+
.selector-content__82a3aa12 .row__15a088ec .flex__2e39beb1 .ant-picker.ant-picker-range {
|
|
29311
29313
|
width: 320px;
|
|
29312
29314
|
}
|
|
29313
|
-
.selector-
|
|
29315
|
+
.selector-content__82a3aa12 .row__15a088ec .delete-icon__3c057ddd svg {
|
|
29314
29316
|
width: 16px;
|
|
29315
29317
|
height: 16px;
|
|
29316
29318
|
}
|
|
29317
|
-
.filter-
|
|
29319
|
+
.filter-selectors__fb65f98c button.query-selector-add {
|
|
29318
29320
|
background: none;
|
|
29319
29321
|
}
|
|
29320
|
-
.filter-
|
|
29322
|
+
.filter-selectors__fb65f98c button.query-selector-add .anticon + span {
|
|
29321
29323
|
margin-left: 3px;
|
|
29322
29324
|
}
|
|
29323
|
-
.filter-
|
|
29324
|
-
.filter-
|
|
29325
|
-
.filter-
|
|
29325
|
+
.filter-selectors__fb65f98c button.query-selector-add,
|
|
29326
|
+
.filter-selectors__fb65f98c button.query-selector-add:hover,
|
|
29327
|
+
.filter-selectors__fb65f98c button.query-selector-add:focus {
|
|
29326
29328
|
color: #0045d9;
|
|
29327
29329
|
}
|
|
29328
|
-
.filter-
|
|
29330
|
+
.filter-selectors__fb65f98c button.query-selector-add:focus {
|
|
29329
29331
|
border: none;
|
|
29330
29332
|
box-shadow: none;
|
|
29331
29333
|
}
|
|
@@ -29333,14 +29335,14 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29333
29335
|
/* stylelint-disable */
|
|
29334
29336
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29335
29337
|
|
|
29336
|
-
.search-filters-
|
|
29338
|
+
.search-filters-panel__73a6ae55 {
|
|
29337
29339
|
width: 560px;
|
|
29338
29340
|
min-height: 50px;
|
|
29339
29341
|
background: #fff;
|
|
29340
29342
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
|
29341
29343
|
border-radius: 4px;
|
|
29342
29344
|
}
|
|
29343
|
-
.search-filters-
|
|
29345
|
+
.search-filters-panel__73a6ae55 .panel-header__d10110f7 {
|
|
29344
29346
|
padding: 16px 20px;
|
|
29345
29347
|
padding-bottom: 8px;
|
|
29346
29348
|
display: flex;
|
|
@@ -29349,32 +29351,32 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29349
29351
|
width: 100%;
|
|
29350
29352
|
position: relative;
|
|
29351
29353
|
}
|
|
29352
|
-
.search-filters-
|
|
29354
|
+
.search-filters-panel__73a6ae55 .panel-title__d1068928 {
|
|
29353
29355
|
font-weight: 500;
|
|
29354
29356
|
font-size: 16px;
|
|
29355
29357
|
flex: 1;
|
|
29356
29358
|
}
|
|
29357
|
-
.search-filters-
|
|
29359
|
+
.search-filters-panel__73a6ae55 .panel-content__c5194ff8 {
|
|
29358
29360
|
padding: 0 20px 16px;
|
|
29359
29361
|
}
|
|
29360
|
-
.search-filters-
|
|
29362
|
+
.search-filters-panel__73a6ae55 .panel-footer__6a7fab5f {
|
|
29361
29363
|
padding: 12px 20px;
|
|
29362
29364
|
border-top: 1px solid;
|
|
29363
29365
|
border-color: #e6e9ef;
|
|
29364
29366
|
display: flex;
|
|
29365
29367
|
justify-content: space-between;
|
|
29366
29368
|
}
|
|
29367
|
-
.search-filters-
|
|
29369
|
+
.search-filters-panel__73a6ae55 .iql-switch-btn__33a71107 {
|
|
29368
29370
|
color: #0045d9;
|
|
29369
29371
|
}
|
|
29370
|
-
.search-filters-
|
|
29372
|
+
.search-filters-panel__73a6ae55 .iql-switch-btn__33a71107:not([disabled]):hover {
|
|
29371
29373
|
background: none;
|
|
29372
29374
|
}
|
|
29373
29375
|
/* stylelint-disable no-duplicate-selectors */
|
|
29374
29376
|
/* stylelint-disable */
|
|
29375
29377
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29376
29378
|
|
|
29377
|
-
.hover-
|
|
29379
|
+
.hover-style__f0155690 {
|
|
29378
29380
|
border: 1px solid #F1F2F4;
|
|
29379
29381
|
box-sizing: border-box;
|
|
29380
29382
|
padding: 0 8px !important;
|
|
@@ -29384,7 +29386,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29384
29386
|
justify-content: space-between;
|
|
29385
29387
|
align-items: center;
|
|
29386
29388
|
}
|
|
29387
|
-
.column-
|
|
29389
|
+
.column-setting__920bed0a {
|
|
29388
29390
|
position: absolute;
|
|
29389
29391
|
z-index: 1;
|
|
29390
29392
|
top: 0;
|
|
@@ -29396,14 +29398,14 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29396
29398
|
justify-content: center;
|
|
29397
29399
|
background: #fff;
|
|
29398
29400
|
}
|
|
29399
|
-
.column-setting-
|
|
29401
|
+
.column-setting-icon__27bb79ee:hover {
|
|
29400
29402
|
color: var(--theme-primary-color);
|
|
29401
29403
|
}
|
|
29402
29404
|
/* stylelint-disable no-duplicate-selectors */
|
|
29403
29405
|
/* stylelint-disable */
|
|
29404
29406
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29405
29407
|
|
|
29406
|
-
.empty-
|
|
29408
|
+
.empty-box__52090da1 {
|
|
29407
29409
|
height: calc(100vh - 400px);
|
|
29408
29410
|
display: flex;
|
|
29409
29411
|
flex-direction: column;
|
|
@@ -29411,14 +29413,14 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29411
29413
|
justify-content: center;
|
|
29412
29414
|
visibility: initial;
|
|
29413
29415
|
}
|
|
29414
|
-
.empty-
|
|
29416
|
+
.empty-box__52090da1 .icon__60003015 {
|
|
29415
29417
|
margin-bottom: 10px;
|
|
29416
29418
|
}
|
|
29417
|
-
.empty-
|
|
29418
|
-
.empty-
|
|
29419
|
+
.empty-box__52090da1 .tip__288180bb,
|
|
29420
|
+
.empty-box__52090da1 .btn__65b2617a {
|
|
29419
29421
|
font-size: 12px;
|
|
29420
29422
|
}
|
|
29421
|
-
.empty-
|
|
29423
|
+
.empty-box__52090da1 .tip__288180bb {
|
|
29422
29424
|
margin-bottom: 5px;
|
|
29423
29425
|
color: #666;
|
|
29424
29426
|
}
|
|
@@ -29426,43 +29428,43 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29426
29428
|
/* stylelint-disable */
|
|
29427
29429
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29428
29430
|
|
|
29429
|
-
.table-title-
|
|
29431
|
+
.table-title-cell__a89cac42 {
|
|
29430
29432
|
display: flex;
|
|
29431
29433
|
flex: 1;
|
|
29432
29434
|
align-items: center;
|
|
29433
29435
|
}
|
|
29434
|
-
.table-title-
|
|
29436
|
+
.table-title-cell__a89cac42:hover {
|
|
29435
29437
|
color: #1890ff;
|
|
29436
29438
|
cursor: pointer;
|
|
29437
29439
|
}
|
|
29438
|
-
.table-title-cell-
|
|
29440
|
+
.table-title-cell-text__bd4b25a1 {
|
|
29439
29441
|
flex: 1;
|
|
29440
29442
|
margin-right: 5px;
|
|
29441
29443
|
}
|
|
29442
|
-
.table-title-cell-
|
|
29444
|
+
.table-title-cell-acitons__a39a655c {
|
|
29443
29445
|
opacity: 0;
|
|
29444
29446
|
}
|
|
29445
|
-
.table-title-
|
|
29447
|
+
.table-title-cell__a89cac42 .more-actions {
|
|
29446
29448
|
font-size: 16px;
|
|
29447
29449
|
padding: 3px 6px;
|
|
29448
29450
|
border-radius: 6px;
|
|
29449
29451
|
display: inline-flex;
|
|
29450
29452
|
transition: opacity 0.2s ease, transform 0.2s ease;
|
|
29451
29453
|
}
|
|
29452
|
-
.table-title-
|
|
29454
|
+
.table-title-cell__a89cac42 .more-actions:hover {
|
|
29453
29455
|
background-color: #F1F2F4;
|
|
29454
29456
|
color: #2e405e;
|
|
29455
29457
|
}
|
|
29456
|
-
.table-title-
|
|
29458
|
+
.table-title-cell__a89cac42 .more-actions .anticon {
|
|
29457
29459
|
transform: scale(1.5);
|
|
29458
29460
|
}
|
|
29459
|
-
.name-itemType-
|
|
29461
|
+
.name-itemType-img__855f7b6b {
|
|
29460
29462
|
width: 16px;
|
|
29461
29463
|
height: 16px;
|
|
29462
29464
|
margin-right: 8px;
|
|
29463
29465
|
}
|
|
29464
|
-
.BaseTable__row--hovered .table-title-cell-
|
|
29465
|
-
.BaseTable__row:hover .table-title-cell-
|
|
29466
|
+
.BaseTable__row--hovered .table-title-cell-acitons__a39a655c,
|
|
29467
|
+
.BaseTable__row:hover .table-title-cell-acitons__a39a655c {
|
|
29466
29468
|
opacity: 0.8;
|
|
29467
29469
|
}
|
|
29468
29470
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -29745,70 +29747,70 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29745
29747
|
/* stylelint-disable */
|
|
29746
29748
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29747
29749
|
|
|
29748
|
-
.list-
|
|
29750
|
+
.list-view__19514e99 {
|
|
29749
29751
|
position: relative;
|
|
29750
29752
|
padding: 0 24px;
|
|
29751
29753
|
}
|
|
29752
|
-
.list-
|
|
29754
|
+
.list-view__19514e99 .BaseTable {
|
|
29753
29755
|
box-shadow: none;
|
|
29754
29756
|
}
|
|
29755
|
-
.list-
|
|
29757
|
+
.list-view__19514e99 .BaseTable__table-main {
|
|
29756
29758
|
outline: none;
|
|
29757
29759
|
border-bottom: 1px solid #eee;
|
|
29758
29760
|
}
|
|
29759
|
-
.list-
|
|
29761
|
+
.list-view__19514e99 .BaseTable__table-frozen-right {
|
|
29760
29762
|
box-shadow: -1px 0 2px 0 #eee;
|
|
29761
29763
|
}
|
|
29762
|
-
.list-
|
|
29764
|
+
.list-view__19514e99 .BaseTable__table-frozen-left {
|
|
29763
29765
|
box-shadow: 1px -3px 2px 0 #eee;
|
|
29764
29766
|
}
|
|
29765
|
-
.list-
|
|
29766
|
-
.list-
|
|
29767
|
+
.list-view__19514e99 .BaseTable__table-main .BaseTable__header,
|
|
29768
|
+
.list-view__19514e99 .BaseTable__header-row {
|
|
29767
29769
|
background-color: inherit;
|
|
29768
29770
|
}
|
|
29769
|
-
.list-
|
|
29771
|
+
.list-view__19514e99 .BaseTable__header-cell-text {
|
|
29770
29772
|
color: #848C9F;
|
|
29771
29773
|
}
|
|
29772
|
-
.list-
|
|
29774
|
+
.list-view__19514e99 .view-column-setting__ad78f775 {
|
|
29773
29775
|
height: 39px;
|
|
29774
29776
|
}
|
|
29775
|
-
.structure-
|
|
29777
|
+
.structure-view__23b37b57 {
|
|
29776
29778
|
display: flex;
|
|
29777
29779
|
flex-direction: column;
|
|
29778
29780
|
height: 100%;
|
|
29779
29781
|
overflow: hidden;
|
|
29780
29782
|
}
|
|
29781
|
-
.structure-
|
|
29783
|
+
.structure-view__23b37b57 .disabled-row {
|
|
29782
29784
|
pointer-events: none;
|
|
29783
29785
|
color: #848C9F;
|
|
29784
29786
|
}
|
|
29785
|
-
.structure-
|
|
29787
|
+
.structure-view__23b37b57 .BaseTable__footer .table-footer__3831bf9c {
|
|
29786
29788
|
padding: 8px 16px;
|
|
29787
29789
|
display: flex;
|
|
29788
29790
|
justify-content: space-between;
|
|
29789
29791
|
}
|
|
29790
|
-
.structure-
|
|
29792
|
+
.structure-view__23b37b57 .BaseTable__table-main .BaseTable__row.gray-row {
|
|
29791
29793
|
opacity: 0.85;
|
|
29792
29794
|
}
|
|
29793
|
-
.structure-
|
|
29795
|
+
.structure-view__23b37b57 .BaseTable__table-frozen-left .BaseTable__row.gray-row div {
|
|
29794
29796
|
opacity: 0.85;
|
|
29795
29797
|
}
|
|
29796
|
-
.structure-
|
|
29797
|
-
.structure-
|
|
29798
|
+
.structure-view__23b37b57 .BaseTable__table-frozen-left .BaseTable__header-cell:first-child,
|
|
29799
|
+
.structure-view__23b37b57 .BaseTable__table-frozen-left .BaseTable__row-cell:first-child {
|
|
29798
29800
|
padding-left: 0;
|
|
29799
29801
|
padding-left: 28px;
|
|
29800
29802
|
}
|
|
29801
|
-
.structure-
|
|
29803
|
+
.structure-view__23b37b57 .BaseTable__table-frozen-left {
|
|
29802
29804
|
margin-left: 0;
|
|
29803
29805
|
}
|
|
29804
|
-
.structure-
|
|
29806
|
+
.structure-view__23b37b57 .BaseTable__table-frozen-left .BaseTable__header-row {
|
|
29805
29807
|
margin-left: 0;
|
|
29806
29808
|
}
|
|
29807
|
-
.structure-
|
|
29809
|
+
.structure-view__23b37b57 .BaseTable__body .BaseTable__row[class*='active__'] {
|
|
29808
29810
|
background: #F5F6F8;
|
|
29809
29811
|
border: solid 1px #F1F2F4;
|
|
29810
29812
|
}
|
|
29811
|
-
.loading-layer-
|
|
29813
|
+
.loading-layer-wrapper__c223abe8 {
|
|
29812
29814
|
display: flex;
|
|
29813
29815
|
align-items: center;
|
|
29814
29816
|
justify-content: center;
|
|
@@ -29817,10 +29819,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29817
29819
|
width: 100%;
|
|
29818
29820
|
height: 100%;
|
|
29819
29821
|
}
|
|
29820
|
-
.structor-
|
|
29822
|
+
.structor-outer__6d9b201c {
|
|
29821
29823
|
height: 100%;
|
|
29822
29824
|
}
|
|
29823
|
-
.name-itemType-
|
|
29825
|
+
.name-itemType-img__cd06f6d3 {
|
|
29824
29826
|
width: 16px;
|
|
29825
29827
|
height: 16px;
|
|
29826
29828
|
margin-right: 8px;
|
|
@@ -29829,32 +29831,32 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29829
29831
|
/* stylelint-disable */
|
|
29830
29832
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
29831
29833
|
|
|
29832
|
-
.
|
|
29834
|
+
.activity__52bd23aa {
|
|
29833
29835
|
width: 100%;
|
|
29834
29836
|
position: relative;
|
|
29835
29837
|
margin-top: 10px;
|
|
29836
29838
|
}
|
|
29837
|
-
.
|
|
29839
|
+
.activity__52bd23aa .panel__fa05cb4b .ant-collapse-content > .ant-collapse-content-box {
|
|
29838
29840
|
padding-top: 1px;
|
|
29839
29841
|
}
|
|
29840
|
-
.
|
|
29842
|
+
.user__a813f1fe {
|
|
29841
29843
|
color: #108cee;
|
|
29842
29844
|
}
|
|
29843
|
-
.comment-
|
|
29845
|
+
.comment-panel__c25e6e52 {
|
|
29844
29846
|
margin-bottom: 50px;
|
|
29845
29847
|
}
|
|
29846
|
-
.comment-
|
|
29848
|
+
.comment-p__d2a4573b .time__4bea0657 {
|
|
29847
29849
|
color: #333;
|
|
29848
29850
|
margin-left: 15px;
|
|
29849
29851
|
}
|
|
29850
|
-
.comment-
|
|
29852
|
+
.comment-p__d2a4573b .reply__132d7eb7 {
|
|
29851
29853
|
padding: 0 6px;
|
|
29852
29854
|
color: #666;
|
|
29853
29855
|
}
|
|
29854
|
-
.comment-
|
|
29856
|
+
.comment-p__d2a4573b .btns__50ea3d0c {
|
|
29855
29857
|
padding-left: 18px;
|
|
29856
29858
|
}
|
|
29857
|
-
.comment-
|
|
29859
|
+
.comment-p__d2a4573b .btns__50ea3d0c button {
|
|
29858
29860
|
padding: 0px 10px;
|
|
29859
29861
|
color: #999;
|
|
29860
29862
|
height: 20px;
|
|
@@ -29862,40 +29864,40 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29862
29864
|
border-radius: 0;
|
|
29863
29865
|
border-right: 1px solid #999;
|
|
29864
29866
|
}
|
|
29865
|
-
.comment-
|
|
29867
|
+
.comment-p__d2a4573b .btns__50ea3d0c button:not(:last-child):hover {
|
|
29866
29868
|
border-right: 1px solid #999;
|
|
29867
29869
|
}
|
|
29868
|
-
.comment-
|
|
29870
|
+
.comment-p__d2a4573b .btns__50ea3d0c button:last-child {
|
|
29869
29871
|
border: 0;
|
|
29870
29872
|
}
|
|
29871
|
-
.comment-
|
|
29873
|
+
.comment-p__d2a4573b .btns__50ea3d0c button:focus {
|
|
29872
29874
|
box-shadow: none;
|
|
29873
29875
|
}
|
|
29874
|
-
.comment-
|
|
29876
|
+
.comment-p__d2a4573b .ant-row {
|
|
29875
29877
|
width: calc(100% - 28px);
|
|
29876
29878
|
margin-left: 28px;
|
|
29877
29879
|
}
|
|
29878
|
-
.children-
|
|
29880
|
+
.children-comment__a6abe72b .reply-content__e0cbdf92 {
|
|
29879
29881
|
margin-left: 28px;
|
|
29880
29882
|
margin-bottom: 10px;
|
|
29881
29883
|
background: #f8f8f8;
|
|
29882
29884
|
border-left: 3px solid #e0e0e0;
|
|
29883
29885
|
}
|
|
29884
|
-
.children-
|
|
29886
|
+
.children-comment__a6abe72b .reply-content__e0cbdf92 .ant-row {
|
|
29885
29887
|
margin-left: 0;
|
|
29886
29888
|
}
|
|
29887
|
-
.
|
|
29889
|
+
.avatar__5c90f8cc {
|
|
29888
29890
|
width: 22px;
|
|
29889
29891
|
height: 22px;
|
|
29890
29892
|
border-radius: 50%;
|
|
29891
29893
|
display: inline-block;
|
|
29892
29894
|
background: #fff center / contain no-repeat;
|
|
29893
29895
|
}
|
|
29894
|
-
.
|
|
29895
|
-
.default-
|
|
29896
|
+
.avatar__5c90f8cc,
|
|
29897
|
+
.default-avatar__b7311b32 {
|
|
29896
29898
|
margin-right: 8px;
|
|
29897
29899
|
}
|
|
29898
|
-
.default-
|
|
29900
|
+
.default-avatar__b7311b32 {
|
|
29899
29901
|
display: inline-flex;
|
|
29900
29902
|
align-items: center;
|
|
29901
29903
|
justify-content: center;
|
|
@@ -29906,7 +29908,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29906
29908
|
font-size: 11px;
|
|
29907
29909
|
color: #fff;
|
|
29908
29910
|
}
|
|
29909
|
-
.comment-
|
|
29911
|
+
.comment-box__92d0742d {
|
|
29910
29912
|
position: relative;
|
|
29911
29913
|
bottom: 0;
|
|
29912
29914
|
left: 0;
|
|
@@ -29915,128 +29917,128 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29915
29917
|
width: 100%;
|
|
29916
29918
|
z-index: 10;
|
|
29917
29919
|
}
|
|
29918
|
-
.comment-
|
|
29920
|
+
.comment-box__92d0742d p {
|
|
29919
29921
|
margin-bottom: 0;
|
|
29920
29922
|
margin-top: 15px;
|
|
29921
29923
|
}
|
|
29922
|
-
.comment-
|
|
29924
|
+
.comment-box__92d0742d p .btn-cancel__e5ab9e5c {
|
|
29923
29925
|
margin-left: 10px;
|
|
29924
29926
|
}
|
|
29925
|
-
.comment-
|
|
29927
|
+
.comment-box__92d0742d div[class^='editor-field-wrapper__'] div[class^='editor-field__'] div:nth-child(2) {
|
|
29926
29928
|
max-height: 300px;
|
|
29927
29929
|
overflow-y: auto;
|
|
29928
29930
|
overflow-x: hidden;
|
|
29929
29931
|
}
|
|
29930
|
-
.comment-
|
|
29932
|
+
.comment-box__92d0742d div[class^='editor-field-wrapper__'] div[class*='fullscreen-editor__'] {
|
|
29931
29933
|
height: calc(100vh - 62px);
|
|
29932
29934
|
}
|
|
29933
|
-
.comment-
|
|
29935
|
+
.comment-box__92d0742d div[class^='editor-field-wrapper__'] div[class*='fullscreen-editor__'] div:nth-child(2) {
|
|
29934
29936
|
max-height: calc(100vh - 105px);
|
|
29935
29937
|
height: calc(100vh - 105px);
|
|
29936
29938
|
}
|
|
29937
|
-
.
|
|
29939
|
+
.tabs__7ffb08b1 {
|
|
29938
29940
|
position: relative;
|
|
29939
29941
|
margin-top: 10px;
|
|
29940
29942
|
}
|
|
29941
|
-
.
|
|
29943
|
+
.tabs__7ffb08b1 .ant-tabs-content-holder {
|
|
29942
29944
|
height: 340px;
|
|
29943
29945
|
overflow: auto;
|
|
29944
29946
|
}
|
|
29945
|
-
.
|
|
29947
|
+
.panel__fa05cb4b .ant-tabs-nav-list .ant-tabs-tab {
|
|
29946
29948
|
display: flex;
|
|
29947
29949
|
padding: 6px 10px;
|
|
29948
29950
|
}
|
|
29949
|
-
.
|
|
29951
|
+
.panel__fa05cb4b .ant-tabs > .ant-tabs-nav::before {
|
|
29950
29952
|
border-bottom: none;
|
|
29951
29953
|
}
|
|
29952
|
-
.
|
|
29954
|
+
.panel__fa05cb4b .ant-tabs-tab + .ant-tabs-tab {
|
|
29953
29955
|
margin-left: 20px;
|
|
29954
29956
|
}
|
|
29955
|
-
.
|
|
29957
|
+
.panel__fa05cb4b .ant-tabs .ant-tabs-nav-wrap {
|
|
29956
29958
|
border-bottom: 2px solid #F1F2F4;
|
|
29957
29959
|
}
|
|
29958
|
-
.sort-
|
|
29960
|
+
.sort-icon__58150a5b {
|
|
29959
29961
|
cursor: pointer;
|
|
29960
29962
|
position: absolute;
|
|
29961
29963
|
right: 0;
|
|
29962
29964
|
top: 8px;
|
|
29963
29965
|
}
|
|
29964
|
-
.sort-
|
|
29966
|
+
.sort-icon__58150a5b .normal-icon__980c7f0e {
|
|
29965
29967
|
color: #6c6969;
|
|
29966
29968
|
}
|
|
29967
|
-
.sort-
|
|
29969
|
+
.sort-icon__58150a5b .icon-checked__e8e3d7df {
|
|
29968
29970
|
color: #108cee;
|
|
29969
29971
|
}
|
|
29970
|
-
.no-
|
|
29972
|
+
.no-data__df440214 {
|
|
29971
29973
|
color: #888;
|
|
29972
29974
|
height: 100px;
|
|
29973
29975
|
line-height: 100px;
|
|
29974
29976
|
text-align: center;
|
|
29975
29977
|
}
|
|
29976
|
-
.
|
|
29978
|
+
.history__47fff819 .watch-btn__5ceffb55 {
|
|
29977
29979
|
padding-left: 0;
|
|
29978
29980
|
}
|
|
29979
|
-
.
|
|
29981
|
+
.history__47fff819 .content-top__7b51dfba {
|
|
29980
29982
|
display: flex;
|
|
29981
29983
|
align-items: center;
|
|
29982
29984
|
margin: 15px 0 5px 0;
|
|
29983
29985
|
}
|
|
29984
|
-
.
|
|
29986
|
+
.history__47fff819 .content-top__7b51dfba .user__a813f1fe {
|
|
29985
29987
|
width: 120px;
|
|
29986
29988
|
}
|
|
29987
|
-
.
|
|
29989
|
+
.history__47fff819 .content-top__7b51dfba .text__9f6f277e {
|
|
29988
29990
|
padding-left: 10px;
|
|
29989
29991
|
padding-right: 20px;
|
|
29990
29992
|
}
|
|
29991
|
-
.
|
|
29992
|
-
.
|
|
29993
|
+
.history__47fff819 .user__a813f1fe,
|
|
29994
|
+
.history__47fff819 .label__30c6631c {
|
|
29993
29995
|
display: inline-block;
|
|
29994
29996
|
text-overflow: ellipsis;
|
|
29995
29997
|
white-space: nowrap;
|
|
29996
29998
|
overflow: hidden;
|
|
29997
29999
|
}
|
|
29998
|
-
.
|
|
30000
|
+
.history__47fff819 .content__dc21ed2b {
|
|
29999
30001
|
margin-left: 29px;
|
|
30000
30002
|
border-left: 3px solid #f2f2f2;
|
|
30001
30003
|
padding: 3px 0 3px 8px;
|
|
30002
30004
|
display: flex;
|
|
30003
30005
|
align-items: center;
|
|
30004
30006
|
}
|
|
30005
|
-
.
|
|
30007
|
+
.history__47fff819 .content__dc21ed2b .label__30c6631c {
|
|
30006
30008
|
color: #797979;
|
|
30007
30009
|
width: 110px;
|
|
30008
30010
|
margin-right: 10px;
|
|
30009
30011
|
flex-shrink: 0;
|
|
30010
30012
|
}
|
|
30011
|
-
.
|
|
30013
|
+
.history__47fff819 .content__dc21ed2b .old-value__0ba24064 {
|
|
30012
30014
|
color: #797979;
|
|
30013
30015
|
}
|
|
30014
|
-
.
|
|
30015
|
-
.
|
|
30016
|
-
.
|
|
30016
|
+
.history__47fff819 .content__dc21ed2b .old-value__0ba24064 div,
|
|
30017
|
+
.history__47fff819 .content__dc21ed2b .old-value__0ba24064 span:not([class^='flow-state']):not([class^='default-avatar']):not([class^='avatar-item']),
|
|
30018
|
+
.history__47fff819 .content__dc21ed2b .old-value__0ba24064 p {
|
|
30017
30019
|
color: #797979;
|
|
30018
30020
|
}
|
|
30019
|
-
.
|
|
30020
|
-
.
|
|
30021
|
+
.history__47fff819 .content__dc21ed2b .new-value__5f2695b3,
|
|
30022
|
+
.history__47fff819 .content__dc21ed2b .old-value__0ba24064 {
|
|
30021
30023
|
max-width: calc(50% - 80px);
|
|
30022
30024
|
max-height: 200px;
|
|
30023
30025
|
overflow: auto;
|
|
30024
30026
|
}
|
|
30025
|
-
.
|
|
30027
|
+
.history__47fff819 .content__dc21ed2b .arrow-right__a076933a {
|
|
30026
30028
|
margin: 0 10px;
|
|
30027
30029
|
flex-shrink: 0;
|
|
30028
30030
|
}
|
|
30029
|
-
.
|
|
30031
|
+
.timeline__68849bec {
|
|
30030
30032
|
padding: 21px 0 30px;
|
|
30031
30033
|
}
|
|
30032
|
-
.
|
|
30034
|
+
.timeline__68849bec .tag__aeec1931 {
|
|
30033
30035
|
display: inline-block;
|
|
30034
30036
|
position: relative;
|
|
30035
30037
|
height: 22px;
|
|
30036
30038
|
line-height: 22px;
|
|
30037
30039
|
border-radius: 4px;
|
|
30038
30040
|
}
|
|
30039
|
-
.
|
|
30041
|
+
.timeline__68849bec .tag-text__33d7112f {
|
|
30040
30042
|
padding: 0 8px;
|
|
30041
30043
|
min-width: 52px;
|
|
30042
30044
|
max-width: 80px;
|
|
@@ -30047,7 +30049,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
30047
30049
|
overflow: hidden;
|
|
30048
30050
|
text-align: center;
|
|
30049
30051
|
}
|
|
30050
|
-
.
|
|
30052
|
+
.timeline__68849bec .tag-time__d3238651 {
|
|
30051
30053
|
position: absolute;
|
|
30052
30054
|
right: 0;
|
|
30053
30055
|
width: 80px;
|
|
@@ -30056,27 +30058,27 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
30056
30058
|
color: #878c96;
|
|
30057
30059
|
text-align: right;
|
|
30058
30060
|
}
|
|
30059
|
-
.
|
|
30061
|
+
.timeline__68849bec .tag-time__d3238651.tag-time-top__18b694c9 {
|
|
30060
30062
|
bottom: calc(100% + 16px);
|
|
30061
30063
|
}
|
|
30062
|
-
.
|
|
30064
|
+
.timeline__68849bec .tag-time__d3238651.tag-time-bottom__50b12453 {
|
|
30063
30065
|
top: calc(100% + 8px);
|
|
30064
30066
|
}
|
|
30065
|
-
.timeline-
|
|
30067
|
+
.timeline-dot__dad4c9dd {
|
|
30066
30068
|
width: 5px;
|
|
30067
30069
|
height: 5px;
|
|
30068
30070
|
border-radius: 100%;
|
|
30069
30071
|
background: #d8d8d8;
|
|
30070
30072
|
}
|
|
30071
|
-
.timeline-
|
|
30073
|
+
.timeline-dot__dad4c9dd.active__7268ac61 {
|
|
30072
30074
|
background: #0c62ff;
|
|
30073
30075
|
}
|
|
30074
|
-
.timeline-
|
|
30076
|
+
.timeline-item__ce09f953 {
|
|
30075
30077
|
display: flex;
|
|
30076
30078
|
flex-direction: column;
|
|
30077
30079
|
padding-top: 2px;
|
|
30078
30080
|
}
|
|
30079
|
-
.timeline-item-
|
|
30081
|
+
.timeline-item-status__c9167e36 {
|
|
30080
30082
|
margin-bottom: 8px;
|
|
30081
30083
|
height: 20px;
|
|
30082
30084
|
line-height: 20px;
|
|
@@ -30084,15 +30086,15 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
30084
30086
|
color: #1e2a3d;
|
|
30085
30087
|
font-size: 14px;
|
|
30086
30088
|
}
|
|
30087
|
-
.timeline-
|
|
30089
|
+
.timeline-item__ce09f953 .username {
|
|
30088
30090
|
color: #4d545e;
|
|
30089
30091
|
}
|
|
30090
|
-
.timeline-item-
|
|
30092
|
+
.timeline-item-info__d8d3ed69 {
|
|
30091
30093
|
display: flex;
|
|
30092
30094
|
justify-content: flex-start;
|
|
30093
30095
|
align-items: center;
|
|
30094
30096
|
}
|
|
30095
|
-
.timeline-item-
|
|
30097
|
+
.timeline-item-date__62dae713 {
|
|
30096
30098
|
margin: 0 0 0 8px;
|
|
30097
30099
|
height: 22px;
|
|
30098
30100
|
line-height: 22px;
|
|
@@ -30100,58 +30102,58 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
30100
30102
|
font-weight: 400;
|
|
30101
30103
|
color: #878c96;
|
|
30102
30104
|
}
|
|
30103
|
-
.
|
|
30105
|
+
.timeline__68849bec .antd-timeline__e6efb82b.ant-timeline-item {
|
|
30104
30106
|
display: flex;
|
|
30105
30107
|
justify-content: flex-start;
|
|
30106
30108
|
padding-bottom: 16px;
|
|
30107
30109
|
}
|
|
30108
|
-
.
|
|
30110
|
+
.timeline__68849bec .antd-timeline__e6efb82b.ant-timeline-item .ant-timeline-item-label {
|
|
30109
30111
|
display: flex;
|
|
30110
30112
|
justify-content: flex-end;
|
|
30111
30113
|
position: relative;
|
|
30112
30114
|
width: 80px;
|
|
30113
30115
|
text-align: left;
|
|
30114
30116
|
}
|
|
30115
|
-
.
|
|
30117
|
+
.timeline__68849bec .antd-timeline__e6efb82b.ant-timeline-item .ant-timeline-item-tail {
|
|
30116
30118
|
top: -10px;
|
|
30117
30119
|
left: 93px;
|
|
30118
30120
|
height: calc(90% + 55px);
|
|
30119
30121
|
border-left: 1px solid #d8d8d8;
|
|
30120
30122
|
box-sizing: content-box;
|
|
30121
30123
|
}
|
|
30122
|
-
.
|
|
30124
|
+
.timeline__68849bec .antd-timeline__e6efb82b.ant-timeline-item .ant-timeline-item-head-custom {
|
|
30123
30125
|
margin: 0;
|
|
30124
30126
|
padding: 0;
|
|
30125
30127
|
left: 93px;
|
|
30126
30128
|
transform: translate(-2px, -50%);
|
|
30127
30129
|
}
|
|
30128
|
-
.
|
|
30130
|
+
.timeline__68849bec .antd-timeline__e6efb82b.ant-timeline-item .ant-timeline-item-content {
|
|
30129
30131
|
left: 12px !important;
|
|
30130
30132
|
width: calc(100% - 180px) !important;
|
|
30131
30133
|
}
|
|
30132
|
-
.editor-
|
|
30134
|
+
.editor-modal__a291e6db .show-editor__3639317b {
|
|
30133
30135
|
display: block;
|
|
30134
30136
|
}
|
|
30135
|
-
.editor-
|
|
30137
|
+
.editor-modal__a291e6db .ant-modal-body {
|
|
30136
30138
|
display: flex;
|
|
30137
30139
|
}
|
|
30138
|
-
.editor-
|
|
30140
|
+
.editor-modal__a291e6db .ant-modal-body > div {
|
|
30139
30141
|
width: 50%;
|
|
30140
30142
|
}
|
|
30141
|
-
.editor-
|
|
30143
|
+
.editor-modal__a291e6db .ant-modal-body > div .field-layout {
|
|
30142
30144
|
height: 500px;
|
|
30143
30145
|
overflow: auto;
|
|
30144
30146
|
margin-bottom: 40px;
|
|
30145
30147
|
border: 1px solid #eee;
|
|
30146
30148
|
padding: 10px;
|
|
30147
30149
|
}
|
|
30148
|
-
p.
|
|
30150
|
+
p.deleted__5135606b {
|
|
30149
30151
|
margin: 0;
|
|
30150
30152
|
height: 36px;
|
|
30151
30153
|
line-height: 36px;
|
|
30152
30154
|
padding-left: 30px;
|
|
30153
30155
|
}
|
|
30154
|
-
.user-
|
|
30156
|
+
.user-box__aa8f47b2 {
|
|
30155
30157
|
display: flex;
|
|
30156
30158
|
align-items: center;
|
|
30157
30159
|
}
|