amis 1.9.1-beta.0 → 1.9.1-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/RootRenderer.js +10 -2
- package/lib/RootRenderer.js.map +2 -2
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.js +6 -9
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/actions/CmptAction.js +4 -4
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/components/Button.d.ts +11 -10
- package/lib/components/Button.js +2 -2
- package/lib/components/Button.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/ContextMenu.d.ts +4 -0
- package/lib/components/ContextMenu.js +23 -7
- package/lib/components/ContextMenu.js.map +2 -2
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/Form.d.ts +22 -0
- package/lib/components/Form.js +44 -0
- package/lib/components/Form.js.map +13 -0
- package/lib/components/FormField.d.ts +65 -0
- package/lib/components/FormField.js +48 -0
- package/lib/components/FormField.js.map +13 -0
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +4 -3
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/InputBoxWithSuggestion.d.ts +280 -0
- package/lib/components/InputBoxWithSuggestion.js +65 -0
- package/lib/components/InputBoxWithSuggestion.js.map +13 -0
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/PickerContainer.d.ts +4 -2
- package/lib/components/PickerContainer.js +28 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/Select.d.ts +195 -202
- package/lib/components/Select.js +7 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Textarea.d.ts +568 -2
- package/lib/components/Textarea.js +129 -1
- package/lib/components/Textarea.js.map +2 -2
- package/lib/components/Toast.js +11 -9
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/UserSelect.d.ts +500 -0
- package/lib/components/UserSelect.js +559 -0
- package/lib/components/UserSelect.js.map +13 -0
- package/lib/components/UserTabSelect.d.ts +320 -0
- package/lib/components/UserTabSelect.js +163 -0
- package/lib/components/UserTabSelect.js.map +13 -0
- package/lib/components/WithRemoteConfig.d.ts +7 -0
- package/lib/components/WithRemoteConfig.js +22 -13
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +26 -1
- package/lib/components/calendar/DaysView.js +60 -19
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +1 -1
- package/lib/components/calendar/TimeView.js +10 -3
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/formula/Picker.js +4 -4
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.d.ts +7 -1
- package/lib/components/icons.js +17 -1
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +3 -1
- package/lib/components/index.js.map +2 -2
- package/lib/components/json-schema/Array.d.ts +3 -0
- package/lib/components/json-schema/Array.js +125 -0
- package/lib/components/json-schema/Array.js.map +13 -0
- package/lib/components/json-schema/Item.d.ts +3 -0
- package/lib/components/json-schema/Item.js +34 -0
- package/lib/components/json-schema/Item.js.map +13 -0
- package/lib/components/json-schema/Object.d.ts +3 -0
- package/lib/components/json-schema/Object.js +178 -0
- package/lib/components/json-schema/Object.js.map +13 -0
- package/lib/components/json-schema/index.d.ts +279 -0
- package/lib/components/json-schema/index.js +16 -0
- package/lib/components/json-schema/index.js.map +13 -0
- package/lib/components/schema-editor/Array.js +2 -2
- package/lib/components/schema-editor/Array.js.map +2 -2
- package/lib/components/schema-editor/Common.d.ts +2 -0
- package/lib/components/schema-editor/Common.js +39 -3
- package/lib/components/schema-editor/Common.js.map +2 -2
- package/lib/components/schema-editor/Object.js +2 -2
- package/lib/components/schema-editor/Object.js.map +2 -2
- package/lib/components/schema-editor/index.d.ts +45 -41
- package/lib/components/schema-editor/index.js +5 -5
- package/lib/components/schema-editor/index.js.map +2 -2
- package/lib/components/table/ItemActionsWrapper.d.ts +10 -0
- package/lib/components/table/ItemActionsWrapper.js +25 -0
- package/lib/components/table/ItemActionsWrapper.js.map +13 -0
- package/lib/components/table/index.d.ts +48 -41
- package/lib/components/table/index.js +46 -18
- package/lib/components/table/index.js.map +2 -2
- package/lib/helper.css +125 -124
- package/lib/helper.css.map +1 -1
- package/lib/hooks/use-validation-resolver.d.ts +1 -0
- package/lib/hooks/use-validation-resolver.js +49 -0
- package/lib/hooks/use-validation-resolver.js.map +13 -0
- package/lib/icons/department.js +17 -0
- package/lib/icons/menu.js +9 -0
- package/lib/icons/post.js +15 -0
- package/lib/icons/role.js +14 -0
- package/lib/icons/user-remove.js +12 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +11 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +12 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +14 -3
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.js +25 -11
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.js +5 -1
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Dialog.js +9 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +5 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/Form/InputDate.d.ts +2 -2
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/JSONSchema.d.ts +23 -0
- package/lib/renderers/Form/JSONSchema.js +44 -0
- package/lib/renderers/Form/JSONSchema.js.map +13 -0
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +2 -3
- package/lib/renderers/Form/JSONSchemaEditor.js +9 -24
- package/lib/renderers/Form/JSONSchemaEditor.js.map +2 -2
- package/lib/renderers/Form/Options.js +11 -5
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Textarea.d.ts +1 -8
- package/lib/renderers/Form/Textarea.js +11 -75
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/UserSelect.d.ts +54 -0
- package/lib/renderers/Form/UserSelect.js +197 -0
- package/lib/renderers/Form/UserSelect.js.map +13 -0
- package/lib/renderers/Form/index.d.ts +1 -1
- package/lib/renderers/Form/index.js +88 -42
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Log.d.ts +28 -0
- package/lib/renderers/Log.js +110 -20
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Page.js +5 -1
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.js +5 -1
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Table-v2/index.d.ts +14 -2
- package/lib/renderers/Table-v2/index.js +33 -3
- package/lib/renderers/Table-v2/index.js.map +2 -2
- package/lib/renderers/Wizard.js +37 -14
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/form.js +65 -45
- package/lib/store/form.js.map +2 -2
- package/lib/themes/ang-ie11.css +576 -24
- package/lib/themes/ang.css +553 -12
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +576 -24
- package/lib/themes/antd.css +553 -12
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +576 -24
- package/lib/themes/cxd.css +553 -12
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +576 -24
- package/lib/themes/dark.css +553 -12
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +576 -24
- package/lib/themes/default.css +553 -12
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +1 -1
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/renderer-event.js.map +2 -2
- package/package.json +2 -1
- package/schema.json +552 -5
- package/scss/_properties.scss +20 -8
- package/scss/components/_input-box.scss +22 -1
- package/scss/components/_json-schema.scss +124 -0
- package/scss/components/_log.scss +37 -5
- package/scss/components/form/_date-range.scss +1 -0
- package/scss/components/form/_select.scss +9 -0
- package/scss/components/form/_transfer.scss +19 -3
- package/scss/components/form/_user-select.scss +422 -0
- package/scss/helper/background/_background-color.scss +125 -124
- package/scss/themes/_common.scss +2 -0
- package/sdk/ang-ie11.css +670 -24
- package/sdk/ang.css +647 -12
- package/sdk/antd-ie11.css +670 -24
- package/sdk/antd.css +647 -12
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +670 -24
- package/sdk/cxd.css +647 -12
- package/sdk/dark-ie11.css +670 -24
- package/sdk/dark.css +647 -12
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css +125 -124
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +11 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +670 -24
- package/sdk/sdk.css +647 -12
- package/sdk/sdk.js +1653 -1637
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/RootRenderer.tsx +27 -15
- package/src/Schema.ts +5 -1
- package/src/SchemaRenderer.tsx +1 -4
- package/src/actions/CmptAction.ts +4 -4
- package/src/components/Button.tsx +3 -0
- package/src/components/Checkbox.tsx +2 -1
- package/src/components/ContextMenu.tsx +25 -7
- package/src/components/Form.tsx +70 -0
- package/src/components/FormField.tsx +127 -0
- package/src/components/InputBox.tsx +4 -1
- package/src/components/InputBoxWithSuggestion.tsx +113 -0
- package/src/components/PickerContainer.tsx +20 -5
- package/src/components/Select.tsx +18 -10
- package/src/components/Textarea.tsx +234 -2
- package/src/components/Toast.tsx +19 -18
- package/src/components/UserSelect.tsx +850 -0
- package/src/components/UserTabSelect.tsx +261 -0
- package/src/components/WithRemoteConfig.tsx +35 -11
- package/src/components/calendar/DaysView.tsx +117 -49
- package/src/components/calendar/TimeView.tsx +11 -6
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/icons.tsx +17 -1
- package/src/components/index.tsx +3 -1
- package/src/components/json-schema/Array.tsx +216 -0
- package/src/components/json-schema/Item.tsx +47 -0
- package/src/components/json-schema/Object.tsx +339 -0
- package/src/components/json-schema/index.tsx +44 -0
- package/src/components/schema-editor/Array.tsx +3 -1
- package/src/components/schema-editor/Common.tsx +61 -4
- package/src/components/schema-editor/Object.tsx +3 -1
- package/src/components/schema-editor/index.tsx +12 -5
- package/src/components/table/ItemActionsWrapper.tsx +32 -0
- package/src/components/table/index.tsx +115 -58
- package/src/hooks/use-validation-resolver.ts +45 -0
- package/src/icons/department.svg +17 -0
- package/src/icons/menu.svg +2 -0
- package/src/icons/post.svg +15 -0
- package/src/icons/role.svg +14 -0
- package/src/icons/user-remove.svg +12 -0
- package/src/index.tsx +2 -0
- package/src/locale/de-DE.ts +11 -1
- package/src/locale/en-US.ts +12 -1
- package/src/locale/zh-CN.ts +14 -3
- package/src/renderers/Action.tsx +10 -9
- package/src/renderers/CRUD.tsx +5 -1
- package/src/renderers/Dialog.tsx +9 -3
- package/src/renderers/Drawer.tsx +5 -1
- package/src/renderers/Form/InputDate.tsx +9 -4
- package/src/renderers/Form/JSONSchema.tsx +56 -0
- package/src/renderers/Form/JSONSchemaEditor.tsx +8 -27
- package/src/renderers/Form/Options.tsx +17 -7
- package/src/renderers/Form/Textarea.tsx +7 -117
- package/src/renderers/Form/UserSelect.tsx +263 -0
- package/src/renderers/Form/index.tsx +28 -18
- package/src/renderers/Form/wrapControl.tsx +0 -1
- package/src/renderers/Log.tsx +213 -19
- package/src/renderers/Page.tsx +6 -1
- package/src/renderers/Service.tsx +5 -1
- package/src/renderers/Table-v2/index.tsx +65 -2
- package/src/renderers/Wizard.tsx +24 -10
- package/src/store/form.ts +24 -17
- package/src/utils/api.ts +1 -1
- package/src/utils/renderer-event.ts +0 -2
package/sdk/cxd-ie11.css
CHANGED
@@ -34175,23 +34175,29 @@ readers do not read off random characters that represent icons */
|
|
34175
34175
|
|
34176
34176
|
.amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > thead > tr > th {
|
34177
34177
|
padding: calc(
|
34178
|
-
(
|
34179
|
-
|
34178
|
+
(
|
34179
|
+
3.8125rem - 0.75rem *
|
34180
|
+
20 / 12
|
34181
|
+
) / 2
|
34180
34182
|
) 0.75rem;
|
34181
34183
|
}
|
34182
34184
|
|
34183
34185
|
.amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tbody > tr > td,
|
34184
34186
|
.amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tbody > tr > th {
|
34185
34187
|
padding: calc(
|
34186
|
-
(
|
34187
|
-
|
34188
|
+
(
|
34189
|
+
3.8125rem - 0.75rem *
|
34190
|
+
20 / 12
|
34191
|
+
) / 2
|
34188
34192
|
) 0.75rem;
|
34189
34193
|
}
|
34190
34194
|
|
34191
34195
|
.amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tfoot > tr > td {
|
34192
34196
|
padding: calc(
|
34193
|
-
(
|
34194
|
-
|
34197
|
+
(
|
34198
|
+
3.8125rem - 0.75rem *
|
34199
|
+
20 / 12
|
34200
|
+
) / 2
|
34195
34201
|
) 0.75rem;
|
34196
34202
|
}
|
34197
34203
|
|
@@ -34201,23 +34207,29 @@ readers do not read off random characters that represent icons */
|
|
34201
34207
|
|
34202
34208
|
.amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > thead > tr > th {
|
34203
34209
|
padding: calc(
|
34204
|
-
(
|
34205
|
-
|
34210
|
+
(
|
34211
|
+
2.0625rem - 0.75rem *
|
34212
|
+
20 / 12
|
34213
|
+
) / 2
|
34206
34214
|
) 0.25rem;
|
34207
34215
|
}
|
34208
34216
|
|
34209
34217
|
.amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tbody > tr > td,
|
34210
34218
|
.amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tbody > tr > th {
|
34211
34219
|
padding: calc(
|
34212
|
-
(
|
34213
|
-
|
34220
|
+
(
|
34221
|
+
2.0625rem - 0.75rem *
|
34222
|
+
20 / 12
|
34223
|
+
) / 2
|
34214
34224
|
) 0.25rem;
|
34215
34225
|
}
|
34216
34226
|
|
34217
34227
|
.amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tfoot > tr > td {
|
34218
34228
|
padding: calc(
|
34219
|
-
(
|
34220
|
-
|
34229
|
+
(
|
34230
|
+
2.0625rem - 0.75rem *
|
34231
|
+
20 / 12
|
34232
|
+
) / 2
|
34221
34233
|
) 0.25rem;
|
34222
34234
|
}
|
34223
34235
|
|
@@ -34312,8 +34324,10 @@ readers do not read off random characters that represent icons */
|
|
34312
34324
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th {
|
34313
34325
|
background: #f7f7f9;
|
34314
34326
|
padding: calc(
|
34315
|
-
(
|
34316
|
-
|
34327
|
+
(
|
34328
|
+
2.5625rem - 0.75rem *
|
34329
|
+
20 / 12
|
34330
|
+
) / 2
|
34317
34331
|
) 0.625rem;
|
34318
34332
|
font-size: 0.875rem;
|
34319
34333
|
color: #333;
|
@@ -34372,8 +34386,10 @@ readers do not read off random characters that represent icons */
|
|
34372
34386
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td,
|
34373
34387
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th {
|
34374
34388
|
padding: calc(
|
34375
|
-
(
|
34376
|
-
|
34389
|
+
(
|
34390
|
+
2.5625rem - 0.75rem *
|
34391
|
+
20 / 12
|
34392
|
+
) / 2
|
34377
34393
|
) 0.625rem;
|
34378
34394
|
}
|
34379
34395
|
|
@@ -35451,8 +35467,10 @@ readers do not read off random characters that represent icons */
|
|
35451
35467
|
|
35452
35468
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr > td {
|
35453
35469
|
padding: calc(
|
35454
|
-
(
|
35455
|
-
|
35470
|
+
(
|
35471
|
+
2.5625rem - 0.75rem *
|
35472
|
+
20 / 12
|
35473
|
+
) / 2
|
35456
35474
|
) 0.625rem;
|
35457
35475
|
background: #f7f7f9;
|
35458
35476
|
}
|
@@ -38183,7 +38201,8 @@ readers do not read off random characters that represent icons */
|
|
38183
38201
|
cursor: inherit;
|
38184
38202
|
}
|
38185
38203
|
|
38186
|
-
.amis-scope .cxd-InputBox.is-error
|
38204
|
+
.amis-scope .cxd-InputBox.is-error,
|
38205
|
+
.amis-scope .is-error > .cxd-InputBox {
|
38187
38206
|
border-color: #f33e3e;
|
38188
38207
|
background: #ffffff;
|
38189
38208
|
}
|
@@ -38245,6 +38264,153 @@ readers do not read off random characters that represent icons */
|
|
38245
38264
|
cursor: pointer;
|
38246
38265
|
}
|
38247
38266
|
|
38267
|
+
.amis-scope .cxd-InputBox-caret {
|
38268
|
+
transition: transform 0s ease-out;
|
38269
|
+
margin: 5px;
|
38270
|
+
display: flex;
|
38271
|
+
color: #84868c;
|
38272
|
+
}
|
38273
|
+
|
38274
|
+
.amis-scope .cxd-InputBox-caret:hover {
|
38275
|
+
color: #84868c;
|
38276
|
+
}
|
38277
|
+
|
38278
|
+
.amis-scope .cxd-InputBox-caret > svg {
|
38279
|
+
width: 0.625rem;
|
38280
|
+
height: 0.625rem;
|
38281
|
+
top: 0;
|
38282
|
+
}
|
38283
|
+
|
38284
|
+
.amis-scope .cxd-InputBox.is-active .cxd-InputBox-caret {
|
38285
|
+
transform: rotate(180deg);
|
38286
|
+
}
|
38287
|
+
|
38288
|
+
.amis-scope .cxd-JSONSchemaMember {
|
38289
|
+
display: flex;
|
38290
|
+
flex-direction: row;
|
38291
|
+
flex-wrap: nowrap;
|
38292
|
+
gap: 0.5rem;
|
38293
|
+
}
|
38294
|
+
|
38295
|
+
.amis-scope .cxd-JSONSchemaMember-key {
|
38296
|
+
min-width: 80px;
|
38297
|
+
max-width: 150px;
|
38298
|
+
flex: 1;
|
38299
|
+
}
|
38300
|
+
|
38301
|
+
.amis-scope .cxd-JSONSchemaMember-key > span {
|
38302
|
+
display: flex;
|
38303
|
+
background: #ffffff;
|
38304
|
+
border: 0.0625rem solid #e8e9eb;
|
38305
|
+
border-radius: 0.25rem;
|
38306
|
+
line-height: 1.4285714286;
|
38307
|
+
padding: calc(
|
38308
|
+
(
|
38309
|
+
2rem - 1.4285714286 *
|
38310
|
+
0.875rem - 0.125rem
|
38311
|
+
) / 2
|
38312
|
+
) 0.625rem;
|
38313
|
+
font-size: 0.875rem;
|
38314
|
+
flex-wrap: wrap;
|
38315
|
+
justify-content: flex-start;
|
38316
|
+
align-items: center;
|
38317
|
+
color: #151b26;
|
38318
|
+
}
|
38319
|
+
|
38320
|
+
.amis-scope .cxd-JSONSchemaMember-value {
|
38321
|
+
flex: 1;
|
38322
|
+
margin-left: auto;
|
38323
|
+
display: flex;
|
38324
|
+
gap: 0.5rem;
|
38325
|
+
}
|
38326
|
+
|
38327
|
+
.amis-scope .cxd-JSONSchemaMember-value > a {
|
38328
|
+
display: inline-block;
|
38329
|
+
}
|
38330
|
+
|
38331
|
+
.amis-scope .cxd-JSONSchemaMember-value > div {
|
38332
|
+
flex: 1;
|
38333
|
+
flex-wrap: nowrap;
|
38334
|
+
}
|
38335
|
+
|
38336
|
+
.amis-scope .cxd-JSONSchemaMember + .cxd-JSONSchemaMember {
|
38337
|
+
margin-top: 0.5rem;
|
38338
|
+
}
|
38339
|
+
|
38340
|
+
.amis-scope .cxd-JSONSchemaObject-caret {
|
38341
|
+
display: inline-block;
|
38342
|
+
height: 1.5rem;
|
38343
|
+
text-align: center;
|
38344
|
+
line-height: 1.5rem;
|
38345
|
+
vertical-align: middle;
|
38346
|
+
cursor: pointer;
|
38347
|
+
transform: rotate(0deg);
|
38348
|
+
transition: transform 0s;
|
38349
|
+
color: #999;
|
38350
|
+
margin-top: calc((2rem - 1.25rem) / 2);
|
38351
|
+
}
|
38352
|
+
|
38353
|
+
.amis-scope .cxd-JSONSchemaObject-caret > svg {
|
38354
|
+
width: 10px;
|
38355
|
+
height: 10px;
|
38356
|
+
top: 0;
|
38357
|
+
}
|
38358
|
+
|
38359
|
+
.amis-scope .cxd-JSONSchemaObject-caret.is-collapsed {
|
38360
|
+
transform: rotate(-90deg);
|
38361
|
+
}
|
38362
|
+
|
38363
|
+
.amis-scope .cxd-JSONSchemaObject.is-expanded {
|
38364
|
+
position: relative;
|
38365
|
+
margin-left: 1.25rem;
|
38366
|
+
}
|
38367
|
+
|
38368
|
+
.amis-scope .cxd-JSONSchemaObject.is-expanded:before {
|
38369
|
+
width: 1px;
|
38370
|
+
content: "";
|
38371
|
+
display: block;
|
38372
|
+
position: absolute;
|
38373
|
+
top: 30px;
|
38374
|
+
bottom: 10px;
|
38375
|
+
left: -33px;
|
38376
|
+
border-left: dashed 1px #999;
|
38377
|
+
}
|
38378
|
+
|
38379
|
+
.amis-scope .cxd-JSONSchemaObject.is-expanded .cxd-JSONSchemaMember {
|
38380
|
+
position: relative;
|
38381
|
+
}
|
38382
|
+
|
38383
|
+
.amis-scope .cxd-JSONSchemaObject.is-expanded .cxd-JSONSchemaMember:before {
|
38384
|
+
height: 1px;
|
38385
|
+
content: "";
|
38386
|
+
display: block;
|
38387
|
+
position: absolute;
|
38388
|
+
top: 17px;
|
38389
|
+
width: 25px;
|
38390
|
+
left: -33px;
|
38391
|
+
border-top: dashed 1px #999;
|
38392
|
+
}
|
38393
|
+
|
38394
|
+
.amis-scope .cxd-JSONSchemaObject.is-expanded .cxd-JSONSchemaMember:first-child:before {
|
38395
|
+
left: -20px;
|
38396
|
+
width: 12px;
|
38397
|
+
}
|
38398
|
+
|
38399
|
+
.amis-scope .cxd-JSONSchemaObject.is-expanded > button {
|
38400
|
+
position: relative;
|
38401
|
+
}
|
38402
|
+
|
38403
|
+
.amis-scope .cxd-JSONSchemaObject.is-expanded > button:before {
|
38404
|
+
height: 1px;
|
38405
|
+
content: "";
|
38406
|
+
display: block;
|
38407
|
+
position: absolute;
|
38408
|
+
top: 10px;
|
38409
|
+
width: 25px;
|
38410
|
+
left: -33px;
|
38411
|
+
border-top: dashed 1px #999;
|
38412
|
+
}
|
38413
|
+
|
38248
38414
|
.amis-scope .cxd-SchemaEditorProps {
|
38249
38415
|
width: 100%;
|
38250
38416
|
}
|
@@ -38800,16 +38966,20 @@ readers do not read off random characters that represent icons */
|
|
38800
38966
|
}
|
38801
38967
|
|
38802
38968
|
.amis-scope .cxd-Log {
|
38969
|
+
position: relative;
|
38970
|
+
}
|
38971
|
+
|
38972
|
+
.amis-scope .cxd-Log-body {
|
38803
38973
|
background: #222;
|
38804
38974
|
color: #f1f1f1;
|
38805
|
-
padding: 0.
|
38975
|
+
padding: 0.5rem 0;
|
38806
38976
|
overflow-y: auto;
|
38807
38977
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas,
|
38808
38978
|
"Liberation Mono", "Courier New", monospace;
|
38809
38979
|
}
|
38810
38980
|
|
38811
38981
|
.amis-scope .cxd-Log-line {
|
38812
|
-
padding: 0 0.
|
38982
|
+
padding: 0 0.5rem;
|
38813
38983
|
white-space: pre-wrap;
|
38814
38984
|
word-wrap: break-word;
|
38815
38985
|
}
|
@@ -38823,6 +38993,35 @@ readers do not read off random characters that represent icons */
|
|
38823
38993
|
background: #444;
|
38824
38994
|
}
|
38825
38995
|
|
38996
|
+
.amis-scope .cxd-Log-line-number {
|
38997
|
+
color: #999;
|
38998
|
+
font-style: italic;
|
38999
|
+
margin-right: 5px;
|
39000
|
+
}
|
39001
|
+
|
39002
|
+
.amis-scope .cxd-Log-operation {
|
39003
|
+
position: absolute;
|
39004
|
+
top: 0;
|
39005
|
+
left: -16px;
|
39006
|
+
}
|
39007
|
+
|
39008
|
+
.amis-scope .cxd-Log-operation .cxd-Button {
|
39009
|
+
margin-right: 0.25rem;
|
39010
|
+
}
|
39011
|
+
|
39012
|
+
.amis-scope .cxd-Log-operation-hidden {
|
39013
|
+
background: #f0f2f5;
|
39014
|
+
width: 24px;
|
39015
|
+
height: 48px;
|
39016
|
+
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
39017
|
+
border-radius: 0 2px 2px 0;
|
39018
|
+
padding-top: 14px;
|
39019
|
+
padding-left: 6px;
|
39020
|
+
cursor: pointer;
|
39021
|
+
color: #000;
|
39022
|
+
transition: all 0.3s;
|
39023
|
+
}
|
39024
|
+
|
38826
39025
|
.amis-scope .cxd-Log .ansi-bold {
|
38827
39026
|
font-weight: 700;
|
38828
39027
|
}
|
@@ -41761,6 +41960,10 @@ readers do not read off random characters that represent icons */
|
|
41761
41960
|
color: #000;
|
41762
41961
|
}
|
41763
41962
|
|
41963
|
+
.amis-scope .cxd-Select--block {
|
41964
|
+
display: flex;
|
41965
|
+
}
|
41966
|
+
|
41764
41967
|
.amis-scope .cxd-Select:hover {
|
41765
41968
|
background: #fff;
|
41766
41969
|
border-color: #2468f2;
|
@@ -42107,6 +42310,11 @@ readers do not read off random characters that represent icons */
|
|
42107
42310
|
background: #ffffff;
|
42108
42311
|
}
|
42109
42312
|
|
42313
|
+
.amis-scope .cxd-Select.is-error {
|
42314
|
+
border-color: #f33e3e;
|
42315
|
+
background: #ffffff;
|
42316
|
+
}
|
42317
|
+
|
42110
42318
|
@media (min-width: 576px) {
|
42111
42319
|
.amis-scope .cxd-Form-control--sizeXs > .cxd-Select,
|
42112
42320
|
.amis-scope .cxd-Form-control--sizeSm > .cxd-Select,
|
@@ -43391,6 +43599,7 @@ readers do not read off random characters that represent icons */
|
|
43391
43599
|
outline: none;
|
43392
43600
|
padding: 0;
|
43393
43601
|
background: 0;
|
43602
|
+
flex: 1;
|
43394
43603
|
}
|
43395
43604
|
|
43396
43605
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
|
@@ -46065,6 +46274,10 @@ readers do not read off random characters that represent icons */
|
|
46065
46274
|
flex-grow: 1;
|
46066
46275
|
}
|
46067
46276
|
|
46277
|
+
.amis-scope .cxd-Transfer-select {
|
46278
|
+
overflow: hidden;
|
46279
|
+
}
|
46280
|
+
|
46068
46281
|
.amis-scope .cxd-Transfer-select,
|
46069
46282
|
.amis-scope .cxd-Transfer-result {
|
46070
46283
|
width: 0;
|
@@ -46085,14 +46298,26 @@ readers do not read off random characters that represent icons */
|
|
46085
46298
|
position: relative;
|
46086
46299
|
}
|
46087
46300
|
|
46088
|
-
.amis-scope .cxd-Transfer-select > .cxd-
|
46089
|
-
|
46301
|
+
.amis-scope .cxd-Transfer-select > .cxd-ChainedSelection {
|
46302
|
+
min-height: unset;
|
46303
|
+
overflow: hidden;
|
46090
46304
|
}
|
46091
46305
|
|
46092
|
-
.amis-scope .cxd-Transfer-select {
|
46306
|
+
.amis-scope .cxd-Transfer-select > .cxd-ChainedSelection .cxd-ChainedSelection-col {
|
46307
|
+
height: 100%;
|
46308
|
+
overflow: auto;
|
46309
|
+
min-width: 8.125rem;
|
46310
|
+
}
|
46311
|
+
|
46312
|
+
.amis-scope .cxd-Transfer .cxd-AssociatedSelection {
|
46093
46313
|
overflow: hidden;
|
46094
46314
|
}
|
46095
46315
|
|
46316
|
+
.amis-scope .cxd-Transfer .cxd-AssociatedSelection-left,
|
46317
|
+
.amis-scope .cxd-Transfer .cxd-AssociatedSelection-right {
|
46318
|
+
min-height: unset;
|
46319
|
+
}
|
46320
|
+
|
46096
46321
|
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
46097
46322
|
border-top: 1px solid #e8e9eb;
|
46098
46323
|
}
|
@@ -47462,6 +47687,427 @@ readers do not read off random characters that represent icons */
|
|
47462
47687
|
}
|
47463
47688
|
}
|
47464
47689
|
|
47690
|
+
.amis-scope .cxd-UserSelect {
|
47691
|
+
position: relative;
|
47692
|
+
}
|
47693
|
+
|
47694
|
+
.amis-scope .cxd-UserSelect-popup {
|
47695
|
+
height: 100vh;
|
47696
|
+
}
|
47697
|
+
|
47698
|
+
.amis-scope .cxd-UserSelect-selectPopup {
|
47699
|
+
width: 100vw;
|
47700
|
+
height: 100vh;
|
47701
|
+
z-index: var(3000)1;
|
47702
|
+
}
|
47703
|
+
|
47704
|
+
.amis-scope .cxd-UserSelect-searchBox {
|
47705
|
+
height: 3.25rem;
|
47706
|
+
margin: 0 1rem;
|
47707
|
+
flex: none;
|
47708
|
+
display: flex;
|
47709
|
+
align-items: center;
|
47710
|
+
}
|
47711
|
+
|
47712
|
+
.amis-scope .cxd-UserSelect-search {
|
47713
|
+
background: #f5f7f8;
|
47714
|
+
flex: 1;
|
47715
|
+
}
|
47716
|
+
|
47717
|
+
.amis-scope .cxd-UserSelect-searchResult {
|
47718
|
+
width: 100vw;
|
47719
|
+
flex: 1;
|
47720
|
+
overflow-x: hidden;
|
47721
|
+
overflow-y: auto;
|
47722
|
+
background: #f5f7f8;
|
47723
|
+
}
|
47724
|
+
|
47725
|
+
.amis-scope .cxd-UserSelect-wrap {
|
47726
|
+
width: 100%;
|
47727
|
+
height: 100%;
|
47728
|
+
display: flex;
|
47729
|
+
flex-direction: column;
|
47730
|
+
text-align: left;
|
47731
|
+
}
|
47732
|
+
|
47733
|
+
.amis-scope .cxd-UserSelect-navbar {
|
47734
|
+
position: relative;
|
47735
|
+
height: 44px;
|
47736
|
+
display: flex;
|
47737
|
+
align-items: center;
|
47738
|
+
justify-content: space-between;
|
47739
|
+
background: #fff;
|
47740
|
+
padding-left: 0.75rem;
|
47741
|
+
padding-right: 1rem;
|
47742
|
+
flex: none;
|
47743
|
+
}
|
47744
|
+
|
47745
|
+
.amis-scope .cxd-UserSelect-navbar-title {
|
47746
|
+
position: absolute;
|
47747
|
+
left: 50%;
|
47748
|
+
top: 0;
|
47749
|
+
transform: translateX(-50%);
|
47750
|
+
line-height: 44px;
|
47751
|
+
text-align: center;
|
47752
|
+
}
|
47753
|
+
|
47754
|
+
.amis-scope .cxd-UserSelect-navbar-btnEdit {
|
47755
|
+
color: #2468f2;
|
47756
|
+
font-size: 1rem;
|
47757
|
+
}
|
47758
|
+
|
47759
|
+
.amis-scope .cxd-UserSelect-breadcrumb {
|
47760
|
+
width: 100%;
|
47761
|
+
line-height: 2.75rem;
|
47762
|
+
padding-left: 1rem;
|
47763
|
+
flex: none;
|
47764
|
+
white-space: nowrap;
|
47765
|
+
overflow-x: auto;
|
47766
|
+
}
|
47767
|
+
|
47768
|
+
.amis-scope .cxd-UserSelect-breadcrumb-item {
|
47769
|
+
cursor: pointer;
|
47770
|
+
color: #2468f2;
|
47771
|
+
}
|
47772
|
+
|
47773
|
+
.amis-scope .cxd-UserSelect-breadcrumb-item:last-child {
|
47774
|
+
color: inherit;
|
47775
|
+
}
|
47776
|
+
|
47777
|
+
.amis-scope .cxd-UserSelect-breadcrumb-separator {
|
47778
|
+
margin: 0 0.5rem;
|
47779
|
+
transform: rotate(-90deg) scale(0.5);
|
47780
|
+
}
|
47781
|
+
|
47782
|
+
.amis-scope .cxd-UserSelect-contentBox {
|
47783
|
+
width: 100vw;
|
47784
|
+
overflow: hidden;
|
47785
|
+
position: relative;
|
47786
|
+
flex: 1;
|
47787
|
+
background: #f5f7f8;
|
47788
|
+
}
|
47789
|
+
|
47790
|
+
.amis-scope .cxd-UserSelect-scroll {
|
47791
|
+
height: 100%;
|
47792
|
+
display: flex;
|
47793
|
+
position: absolute;
|
47794
|
+
left: 0;
|
47795
|
+
top: 0;
|
47796
|
+
transition: left 0s ease-in-out;
|
47797
|
+
}
|
47798
|
+
|
47799
|
+
.amis-scope .cxd-UserSelect-memberList-box {
|
47800
|
+
width: 100vw;
|
47801
|
+
margin-top: 1rem;
|
47802
|
+
}
|
47803
|
+
|
47804
|
+
.amis-scope .cxd-UserSelect-memberList,
|
47805
|
+
.amis-scope .cxd-UserSelect-selection {
|
47806
|
+
height: 100%;
|
47807
|
+
list-style: none;
|
47808
|
+
margin: 0 1rem;
|
47809
|
+
padding: 0.5rem 1rem;
|
47810
|
+
box-sizing: border-box;
|
47811
|
+
overflow-x: hidden;
|
47812
|
+
overflow-y: auto;
|
47813
|
+
background: #fff;
|
47814
|
+
}
|
47815
|
+
|
47816
|
+
.amis-scope .cxd-UserSelect-memberList li,
|
47817
|
+
.amis-scope .cxd-UserSelect-selection li {
|
47818
|
+
display: flex;
|
47819
|
+
justify-content: space-between;
|
47820
|
+
align-items: center;
|
47821
|
+
height: 2.625rem;
|
47822
|
+
line-height: 2.625rem;
|
47823
|
+
cursor: pointer;
|
47824
|
+
user-select: none;
|
47825
|
+
padding: 0 1rem;
|
47826
|
+
border-bottom: 0.0625rem solid #f7f7f9;
|
47827
|
+
}
|
47828
|
+
|
47829
|
+
.amis-scope .cxd-UserSelect-memberList li > span,
|
47830
|
+
.amis-scope .cxd-UserSelect-selection li > span {
|
47831
|
+
flex: 1;
|
47832
|
+
}
|
47833
|
+
|
47834
|
+
.amis-scope .cxd-UserSelect-selection {
|
47835
|
+
margin: 0;
|
47836
|
+
padding: 0;
|
47837
|
+
}
|
47838
|
+
|
47839
|
+
.amis-scope .cxd-UserSelect-selection li {
|
47840
|
+
padding: 0;
|
47841
|
+
}
|
47842
|
+
|
47843
|
+
.amis-scope .cxd-UserSelect-memberName {
|
47844
|
+
font-size: 14px;
|
47845
|
+
flex: 2 !important;
|
47846
|
+
text-align: left;
|
47847
|
+
user-select: none;
|
47848
|
+
display: flex;
|
47849
|
+
align-items: center;
|
47850
|
+
white-space: nowrap;
|
47851
|
+
text-overflow: ellipsis;
|
47852
|
+
overflow: hidden;
|
47853
|
+
}
|
47854
|
+
|
47855
|
+
.amis-scope .cxd-UserSelect-label {
|
47856
|
+
flex: 1;
|
47857
|
+
}
|
47858
|
+
|
47859
|
+
.amis-scope .cxd-UserSelect-icon-box {
|
47860
|
+
width: 1.75rem;
|
47861
|
+
height: 1.75rem;
|
47862
|
+
border-radius: 100%;
|
47863
|
+
overflow: hidden;
|
47864
|
+
color: #fff;
|
47865
|
+
display: flex;
|
47866
|
+
align-items: center;
|
47867
|
+
justify-content: center;
|
47868
|
+
}
|
47869
|
+
|
47870
|
+
.amis-scope .cxd-UserSelect-icon-box > svg {
|
47871
|
+
position: static;
|
47872
|
+
}
|
47873
|
+
|
47874
|
+
.amis-scope .cxd-UserSelect-icon-box.role {
|
47875
|
+
background-color: #0bc286;
|
47876
|
+
}
|
47877
|
+
|
47878
|
+
.amis-scope .cxd-UserSelect-icon-box.department {
|
47879
|
+
background-color: #ffab52;
|
47880
|
+
}
|
47881
|
+
|
47882
|
+
.amis-scope .cxd-UserSelect-icon-box.post {
|
47883
|
+
background-color: #528eff;
|
47884
|
+
}
|
47885
|
+
|
47886
|
+
.amis-scope .cxd-UserSelect-userPic {
|
47887
|
+
width: 1.75rem;
|
47888
|
+
height: 1.75rem;
|
47889
|
+
border-radius: 100%;
|
47890
|
+
overflow: hidden;
|
47891
|
+
}
|
47892
|
+
|
47893
|
+
.amis-scope .cxd-UserSelect-userPic-box {
|
47894
|
+
width: 1.75rem;
|
47895
|
+
margin-right: 0.625rem;
|
47896
|
+
flex: none !important;
|
47897
|
+
display: flex;
|
47898
|
+
align-items: center;
|
47899
|
+
}
|
47900
|
+
|
47901
|
+
.amis-scope .cxd-UserSelect-text-userPic {
|
47902
|
+
display: flex;
|
47903
|
+
justify-content: center;
|
47904
|
+
align-items: center;
|
47905
|
+
background-color: #528eff;
|
47906
|
+
text-align: center;
|
47907
|
+
line-height: 1.75rem;
|
47908
|
+
width: 1.75rem;
|
47909
|
+
height: 1.75rem;
|
47910
|
+
border-radius: 50%;
|
47911
|
+
overflow: hidden;
|
47912
|
+
color: #fff;
|
47913
|
+
margin: 0;
|
47914
|
+
}
|
47915
|
+
|
47916
|
+
.amis-scope .cxd-UserSelect-more {
|
47917
|
+
text-align: right;
|
47918
|
+
}
|
47919
|
+
|
47920
|
+
.amis-scope .cxd-UserSelect-more svg {
|
47921
|
+
width: 10px;
|
47922
|
+
height: 10px;
|
47923
|
+
transform: rotateZ(-90deg);
|
47924
|
+
}
|
47925
|
+
|
47926
|
+
.amis-scope .cxd-UserSelect-resultBox {
|
47927
|
+
width: 100vw;
|
47928
|
+
height: 3rem;
|
47929
|
+
display: flex;
|
47930
|
+
align-items: center;
|
47931
|
+
padding: 0 1rem;
|
47932
|
+
flex: none;
|
47933
|
+
overflow: hidden;
|
47934
|
+
box-sizing: border-box;
|
47935
|
+
}
|
47936
|
+
|
47937
|
+
.amis-scope .cxd-UserSelect-selectNum {
|
47938
|
+
flex: none;
|
47939
|
+
}
|
47940
|
+
|
47941
|
+
.amis-scope .cxd-UserSelect-selectList {
|
47942
|
+
width: 100%;
|
47943
|
+
flex: 1;
|
47944
|
+
padding: 0;
|
47945
|
+
overflow-x: scroll;
|
47946
|
+
white-space: nowrap;
|
47947
|
+
cursor: pointer;
|
47948
|
+
display: flex;
|
47949
|
+
align-items: center;
|
47950
|
+
}
|
47951
|
+
|
47952
|
+
.amis-scope .cxd-UserSelect-selectList-item {
|
47953
|
+
list-style: none;
|
47954
|
+
margin-right: 0.5rem;
|
47955
|
+
display: flex;
|
47956
|
+
align-items: center;
|
47957
|
+
background: #f7f7f9;
|
47958
|
+
border-radius: 4px;
|
47959
|
+
padding: 0 0.5rem;
|
47960
|
+
padding-right: 0;
|
47961
|
+
}
|
47962
|
+
|
47963
|
+
.amis-scope .cxd-UserSelect-selectList-item-closeBox {
|
47964
|
+
height: 100%;
|
47965
|
+
margin-left: 0.25rem;
|
47966
|
+
padding: 0 0.375rem;
|
47967
|
+
display: flex;
|
47968
|
+
align-items: center;
|
47969
|
+
}
|
47970
|
+
|
47971
|
+
.amis-scope .cxd-UserSelect-selectList-item-closeBox .icon {
|
47972
|
+
font-size: 8px;
|
47973
|
+
}
|
47974
|
+
|
47975
|
+
.amis-scope .cxd-UserSelect-selectSort-box {
|
47976
|
+
margin-left: 0.625rem;
|
47977
|
+
padding: 0.25rem 0.625rem;
|
47978
|
+
}
|
47979
|
+
|
47980
|
+
.amis-scope .cxd-UserSelect-noRecord {
|
47981
|
+
width: 100vw;
|
47982
|
+
height: 100%;
|
47983
|
+
margin: 0 1rem;
|
47984
|
+
margin-top: 1rem;
|
47985
|
+
display: flex;
|
47986
|
+
align-items: center;
|
47987
|
+
justify-content: center;
|
47988
|
+
background: #fff;
|
47989
|
+
padding: 6.25rem 0;
|
47990
|
+
box-sizing: border-box;
|
47991
|
+
}
|
47992
|
+
|
47993
|
+
.amis-scope .cxd-UserSelect-selectList-pop {
|
47994
|
+
margin: 0;
|
47995
|
+
padding: 0 10px;
|
47996
|
+
}
|
47997
|
+
|
47998
|
+
.amis-scope .cxd-UserSelect-selectList-pop li {
|
47999
|
+
height: 40px;
|
48000
|
+
display: flex;
|
48001
|
+
align-items: center;
|
48002
|
+
}
|
48003
|
+
|
48004
|
+
.amis-scope .cxd-UserSelect-btnSure {
|
48005
|
+
flex: none;
|
48006
|
+
}
|
48007
|
+
|
48008
|
+
.amis-scope .cxd-UserSelect-del {
|
48009
|
+
text-align: right;
|
48010
|
+
flex: none !important;
|
48011
|
+
padding: 0 10px;
|
48012
|
+
}
|
48013
|
+
|
48014
|
+
.amis-scope .cxd-UserSelect-dragBar {
|
48015
|
+
flex: none;
|
48016
|
+
margin-right: 10px;
|
48017
|
+
}
|
48018
|
+
|
48019
|
+
.amis-scope .cxd-UserSelect-checkContent li > label {
|
48020
|
+
flex: 1 !important;
|
48021
|
+
}
|
48022
|
+
|
48023
|
+
.amis-scope .cxd-UserSelect-selectBody {
|
48024
|
+
width: 100%;
|
48025
|
+
background: #f5f7f8;
|
48026
|
+
display: flex;
|
48027
|
+
flex-direction: column;
|
48028
|
+
}
|
48029
|
+
|
48030
|
+
.amis-scope .cxd-UserSelect-searchLoadingBox {
|
48031
|
+
flex: 1;
|
48032
|
+
width: 100vw;
|
48033
|
+
height: 100%;
|
48034
|
+
display: flex;
|
48035
|
+
align-items: center;
|
48036
|
+
justify-content: center;
|
48037
|
+
}
|
48038
|
+
|
48039
|
+
.amis-scope .cxd-UserSelect-spinnerBox {
|
48040
|
+
width: 100vw;
|
48041
|
+
height: 100%;
|
48042
|
+
display: flex;
|
48043
|
+
align-items: center;
|
48044
|
+
justify-content: center;
|
48045
|
+
}
|
48046
|
+
|
48047
|
+
.amis-scope .cxd-UserSelect-selectList-box {
|
48048
|
+
margin-top: 1rem;
|
48049
|
+
background: #fff;
|
48050
|
+
border-radius: 4px;
|
48051
|
+
padding: 0 1rem;
|
48052
|
+
margin: 1rem;
|
48053
|
+
flex: 1;
|
48054
|
+
overflow-y: auto;
|
48055
|
+
}
|
48056
|
+
|
48057
|
+
.amis-scope .cxd-UserSelect-selectList-box .cxd-UserSelect-noRecord {
|
48058
|
+
width: auto;
|
48059
|
+
}
|
48060
|
+
|
48061
|
+
.amis-scope .cxd-UserSelect-select-head {
|
48062
|
+
height: 3rem;
|
48063
|
+
display: flex;
|
48064
|
+
align-items: center;
|
48065
|
+
justify-content: space-between;
|
48066
|
+
}
|
48067
|
+
|
48068
|
+
.amis-scope .cxd-UserSelect-select-head-text {
|
48069
|
+
font-size: 1rem;
|
48070
|
+
color: #151b26;
|
48071
|
+
}
|
48072
|
+
|
48073
|
+
.amis-scope .cxd-UserSelect-select-head-btnClear {
|
48074
|
+
color: #2468f2;
|
48075
|
+
font-size: 1rem;
|
48076
|
+
cursor: pointer;
|
48077
|
+
}
|
48078
|
+
|
48079
|
+
.amis-scope .cxd-UserTabSelect-popup {
|
48080
|
+
width: 100vw;
|
48081
|
+
height: 100vh;
|
48082
|
+
}
|
48083
|
+
|
48084
|
+
.amis-scope .cxd-UserTabSelect-wrap {
|
48085
|
+
display: flex;
|
48086
|
+
flex-direction: column;
|
48087
|
+
}
|
48088
|
+
|
48089
|
+
.amis-scope .cxd-UserTabSelect-tabs {
|
48090
|
+
flex: 1;
|
48091
|
+
display: flex;
|
48092
|
+
flex-direction: column;
|
48093
|
+
}
|
48094
|
+
|
48095
|
+
.amis-scope .cxd-UserTabSelect-tabs > div:first-child {
|
48096
|
+
flex: none;
|
48097
|
+
}
|
48098
|
+
|
48099
|
+
.amis-scope .cxd-UserTabSelect-tabs > div:last-child {
|
48100
|
+
flex: 1;
|
48101
|
+
}
|
48102
|
+
|
48103
|
+
.amis-scope .cxd-UserTabSelect-tabs > div:last-child > div {
|
48104
|
+
height: 100%;
|
48105
|
+
}
|
48106
|
+
|
48107
|
+
.amis-scope .cxd-UserTabSelect-tabs > div:last-child > div > div {
|
48108
|
+
height: 100%;
|
48109
|
+
}
|
48110
|
+
|
47465
48111
|
.amis-scope .cxd-AnchorNav {
|
47466
48112
|
display: flex;
|
47467
48113
|
height: 25rem;
|