@delon/theme 19.1.0 → 20.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compact.css +994 -245
- package/compact.min.css +1 -1
- package/dark.css +991 -242
- package/dark.min.css +1 -1
- package/default.css +994 -245
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +52 -66
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs +14 -22
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +10 -19
- package/fesm2022/theme-btn.mjs.map +1 -1
- package/fesm2022/theme.mjs +112 -94
- package/fesm2022/theme.mjs.map +1 -1
- package/index.d.ts +1689 -3
- package/layout-blank/index.d.ts +2 -5
- package/layout-default/index.d.ts +245 -5
- package/layout-default/style/_header.less +3 -3
- package/layout-default/style/_layout.less +1 -1
- package/layout-default/style/fix/_sidebar-nav.less +21 -6
- package/layout-default/style/theme-dark.less +1 -0
- package/layout-default/style/theme-default.less +1 -0
- package/layout-default/style/widgets/_app-icons.less +2 -2
- package/package.json +6 -6
- package/setting-drawer/index.d.ts +65 -5
- package/setting-drawer/style/index.less +2 -2
- package/system/antd/_drawer.less +2 -2
- package/system/antd/_modal.less +3 -3
- package/system/antd/_table.less +2 -2
- package/system/antd/_tag.less +1 -1
- package/system/ng/_preserve-white-spaces.less +8 -8
- package/system/utils/_code.less +2 -2
- package/system/utils/_scrollbar.less +1 -1
- package/system/widgets/_header-dropdown.less +1 -1
- package/theme-btn/index.d.ts +42 -5
- package/variable.css +994 -245
- package/variable.min.css +1 -1
- package/layout-blank/public_api.d.ts +0 -2
- package/layout-default/layout-header-item-trigger.directive.d.ts +0 -5
- package/layout-default/layout-header-item.component.d.ts +0 -10
- package/layout-default/layout-header.component.d.ts +0 -31
- package/layout-default/layout-nav.component.d.ts +0 -61
- package/layout-default/layout-top-menu-item.d.ts +0 -9
- package/layout-default/layout.component.d.ts +0 -39
- package/layout-default/layout.module.d.ts +0 -19
- package/layout-default/layout.service.d.ts +0 -29
- package/layout-default/public_api.d.ts +0 -9
- package/layout-default/types.d.ts +0 -60
- package/public_api.d.ts +0 -8
- package/setting-drawer/public_api.d.ts +0 -3
- package/setting-drawer/setting-drawer-item.component.d.ts +0 -11
- package/setting-drawer/setting-drawer.component.d.ts +0 -48
- package/setting-drawer/setting-drawer.module.d.ts +0 -8
- package/setting-drawer/setting-drawer.types.d.ts +0 -7
- package/src/config.d.ts +0 -63
- package/src/locale/index.d.ts +0 -1
- package/src/locale/languages/ar-SA.d.ts +0 -3
- package/src/locale/languages/el-GR.d.ts +0 -3
- package/src/locale/languages/en-US.d.ts +0 -3
- package/src/locale/languages/es-ES.d.ts +0 -3
- package/src/locale/languages/fr-FR.d.ts +0 -3
- package/src/locale/languages/hr-HR.d.ts +0 -3
- package/src/locale/languages/it-IT.d.ts +0 -3
- package/src/locale/languages/ja-JP.d.ts +0 -3
- package/src/locale/languages/ko-KR.d.ts +0 -3
- package/src/locale/languages/pl-PL.d.ts +0 -3
- package/src/locale/languages/sl-SI.d.ts +0 -3
- package/src/locale/languages/tr-TR.d.ts +0 -3
- package/src/locale/languages/vi-VI.d.ts +0 -3
- package/src/locale/languages/zh-CN.d.ts +0 -3
- package/src/locale/languages/zh-TW.d.ts +0 -3
- package/src/locale/locale.module.d.ts +0 -6
- package/src/locale/locale.service.d.ts +0 -17
- package/src/locale/locale.tokens.d.ts +0 -3
- package/src/locale/locale.types.d.ts +0 -93
- package/src/locale/public_api.d.ts +0 -19
- package/src/pipes/date/date.pipe.d.ts +0 -9
- package/src/pipes/index.d.ts +0 -5
- package/src/pipes/keys/keys.pipe.d.ts +0 -11
- package/src/pipes/safe/html.pipe.d.ts +0 -9
- package/src/pipes/safe/url.pipe.d.ts +0 -9
- package/src/pipes/yn/yn.pipe.d.ts +0 -16
- package/src/provide.d.ts +0 -23
- package/src/router/optional-preloader.d.ts +0 -20
- package/src/services/drawer/drawer.helper.d.ts +0 -71
- package/src/services/http/http.client.d.ts +0 -570
- package/src/services/http/http.decorator.d.ts +0 -108
- package/src/services/http/http.token.d.ts +0 -37
- package/src/services/http/index.d.ts +0 -3
- package/src/services/i18n/i18n-url.guard.d.ts +0 -36
- package/src/services/i18n/i18n.d.ts +0 -90
- package/src/services/i18n/i18n.pipe.d.ts +0 -8
- package/src/services/i18n/index.d.ts +0 -3
- package/src/services/index.d.ts +0 -10
- package/src/services/menu/index.d.ts +0 -2
- package/src/services/menu/interface.d.ts +0 -79
- package/src/services/menu/menu.service.d.ts +0 -114
- package/src/services/modal/modal.helper.d.ts +0 -78
- package/src/services/preloader/preloader.d.ts +0 -1
- package/src/services/responsive/responsive.d.ts +0 -12
- package/src/services/rtl/rtl.service.d.ts +0 -48
- package/src/services/settings/index.d.ts +0 -2
- package/src/services/settings/settings.service.d.ts +0 -40
- package/src/services/settings/types.d.ts +0 -35
- package/src/services/title/title.service.d.ts +0 -72
- package/src/theme.module.d.ts +0 -22
- package/src/version.d.ts +0 -2
- package/theme-btn/public_api.d.ts +0 -2
- package/theme-btn/theme-btn.component.d.ts +0 -32
- package/theme-btn/theme-btn.module.d.ts +0 -10
package/dark.css
CHANGED
|
@@ -6210,6 +6210,56 @@ nz-comment-content {
|
|
|
6210
6210
|
border-color: transparent !important;
|
|
6211
6211
|
box-shadow: none !important;
|
|
6212
6212
|
}
|
|
6213
|
+
.ant-picker.ant-picker-filled {
|
|
6214
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
6215
|
+
border-color: transparent !important;
|
|
6216
|
+
box-shadow: none !important;
|
|
6217
|
+
}
|
|
6218
|
+
.ant-picker.ant-picker-filled:hover {
|
|
6219
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
6220
|
+
border-color: transparent !important;
|
|
6221
|
+
box-shadow: none !important;
|
|
6222
|
+
}
|
|
6223
|
+
.ant-picker.ant-picker-filled:focus,
|
|
6224
|
+
.ant-picker.ant-picker-filled.ant-picker-focused {
|
|
6225
|
+
border-color: #177ddc !important;
|
|
6226
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2) !important;
|
|
6227
|
+
border-right-width: 1px !important;
|
|
6228
|
+
outline: 0 !important;
|
|
6229
|
+
background-color: transparent !important;
|
|
6230
|
+
box-shadow: none !important;
|
|
6231
|
+
}
|
|
6232
|
+
.ant-input-rtl .ant-picker.ant-picker-filled:focus,
|
|
6233
|
+
.ant-input-rtl .ant-picker.ant-picker-filled.ant-picker-focused {
|
|
6234
|
+
border-right-width: 0 !important;
|
|
6235
|
+
border-left-width: 1px !important;
|
|
6236
|
+
}
|
|
6237
|
+
.ant-picker.ant-picker-filled.ant-picker-disabled,
|
|
6238
|
+
.ant-picker.ant-picker-filled.ant-picker[disabled] {
|
|
6239
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
6240
|
+
border-color: #434343 !important;
|
|
6241
|
+
box-shadow: none !important;
|
|
6242
|
+
cursor: not-allowed !important;
|
|
6243
|
+
opacity: 1 !important;
|
|
6244
|
+
pointer-events: none !important;
|
|
6245
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
6246
|
+
}
|
|
6247
|
+
.ant-picker.ant-picker-filled.ant-picker-disabled:hover,
|
|
6248
|
+
.ant-picker.ant-picker-filled.ant-picker[disabled]:hover {
|
|
6249
|
+
border-color: #434343 !important;
|
|
6250
|
+
border-right-width: 1px !important;
|
|
6251
|
+
}
|
|
6252
|
+
.ant-picker.ant-picker-underlined,
|
|
6253
|
+
.ant-picker.ant-picker-underlined:hover,
|
|
6254
|
+
.ant-picker.ant-picker-underlined:focus,
|
|
6255
|
+
.ant-picker.ant-picker-underlined.ant-picker-focused,
|
|
6256
|
+
.ant-picker.ant-picker-underlined.ant-picker-disabled,
|
|
6257
|
+
.ant-picker.ant-picker-underlined.ant-picker[disabled] {
|
|
6258
|
+
background-color: transparent !important;
|
|
6259
|
+
border-width: 0 0 1px !important;
|
|
6260
|
+
border-radius: 0 !important;
|
|
6261
|
+
box-shadow: none !important;
|
|
6262
|
+
}
|
|
6213
6263
|
.ant-picker-input {
|
|
6214
6264
|
position: relative;
|
|
6215
6265
|
display: inline-flex;
|
|
@@ -6297,15 +6347,64 @@ nz-comment-content {
|
|
|
6297
6347
|
border-color: #434343;
|
|
6298
6348
|
border-right-width: 1px;
|
|
6299
6349
|
}
|
|
6300
|
-
.ant-picker-input > input-borderless,
|
|
6301
|
-
.ant-picker-input > input-borderless:hover,
|
|
6302
|
-
.ant-picker-input > input-borderless:focus,
|
|
6303
|
-
.ant-picker-input > input-borderless-focused,
|
|
6304
|
-
.ant-picker-input > input-borderless-disabled,
|
|
6305
|
-
.ant-picker-input > input-borderless[disabled] {
|
|
6306
|
-
background-color: transparent;
|
|
6307
|
-
border: none;
|
|
6308
|
-
box-shadow: none;
|
|
6350
|
+
.ant-picker-input > input-borderless.ant-picker-input > input,
|
|
6351
|
+
.ant-picker-input > input-borderless.ant-picker-input > input:hover,
|
|
6352
|
+
.ant-picker-input > input-borderless.ant-picker-input > input:focus,
|
|
6353
|
+
.ant-picker-input > input-borderless.ant-picker-input > input-focused,
|
|
6354
|
+
.ant-picker-input > input-borderless.ant-picker-input > input-disabled,
|
|
6355
|
+
.ant-picker-input > input-borderless.ant-picker-input > input[disabled] {
|
|
6356
|
+
background-color: transparent !important;
|
|
6357
|
+
border: none !important;
|
|
6358
|
+
box-shadow: none !important;
|
|
6359
|
+
}
|
|
6360
|
+
.ant-picker-input > input-filled {
|
|
6361
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
6362
|
+
border-color: transparent;
|
|
6363
|
+
box-shadow: none !important;
|
|
6364
|
+
}
|
|
6365
|
+
.ant-picker-input > input-filled:hover.ant-picker-input > input:not(.ant-picker-input > input-focused) {
|
|
6366
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
6367
|
+
border-color: transparent !important;
|
|
6368
|
+
}
|
|
6369
|
+
.ant-picker-input > input-filled:focus,
|
|
6370
|
+
.ant-picker-input > input-filled.ant-picker-input > input-focused {
|
|
6371
|
+
border-color: #177ddc;
|
|
6372
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
6373
|
+
border-right-width: 1px;
|
|
6374
|
+
outline: 0;
|
|
6375
|
+
background-color: transparent !important;
|
|
6376
|
+
box-shadow: none !important;
|
|
6377
|
+
}
|
|
6378
|
+
.ant-input-rtl .ant-picker-input > input-filled:focus,
|
|
6379
|
+
.ant-input-rtl .ant-picker-input > input-filled.ant-picker-input > input-focused {
|
|
6380
|
+
border-right-width: 0;
|
|
6381
|
+
border-left-width: 1px !important;
|
|
6382
|
+
}
|
|
6383
|
+
.ant-picker-input > input-filled.ant-picker-input > input-disabled,
|
|
6384
|
+
.ant-picker-input > input-filled.ant-picker-input > input[disabled] {
|
|
6385
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
6386
|
+
border-color: #434343 !important;
|
|
6387
|
+
box-shadow: none !important;
|
|
6388
|
+
cursor: not-allowed !important;
|
|
6389
|
+
opacity: 1 !important;
|
|
6390
|
+
pointer-events: none !important;
|
|
6391
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
6392
|
+
}
|
|
6393
|
+
.ant-picker-input > input-filled.ant-picker-input > input-disabled:hover,
|
|
6394
|
+
.ant-picker-input > input-filled.ant-picker-input > input[disabled]:hover {
|
|
6395
|
+
border-color: #434343 !important;
|
|
6396
|
+
border-right-width: 1px !important;
|
|
6397
|
+
}
|
|
6398
|
+
.ant-picker-input > input-underlined.ant-picker-input > input,
|
|
6399
|
+
.ant-picker-input > input-underlined:hover,
|
|
6400
|
+
.ant-picker-input > input-underlined:focus,
|
|
6401
|
+
.ant-picker-input > input-underlined.ant-picker-input > input-focused,
|
|
6402
|
+
.ant-picker-input > input-underlined.ant-picker-input > input-disabled,
|
|
6403
|
+
.ant-picker-input > input-underlined.ant-picker-input > input[disabled] {
|
|
6404
|
+
background-color: transparent !important;
|
|
6405
|
+
border-width: 0 0 1px !important;
|
|
6406
|
+
border-radius: 0 !important;
|
|
6407
|
+
box-shadow: none !important;
|
|
6309
6408
|
}
|
|
6310
6409
|
textarea.ant-picker-input > input {
|
|
6311
6410
|
max-width: 100%;
|
|
@@ -6572,7 +6671,7 @@ textarea.ant-picker-input > input {
|
|
|
6572
6671
|
.ant-picker-panel-container .ant-picker-panel {
|
|
6573
6672
|
vertical-align: top;
|
|
6574
6673
|
background: transparent;
|
|
6575
|
-
border-width: 0 0 1px
|
|
6674
|
+
border-width: 0 0 1px;
|
|
6576
6675
|
border-radius: 0;
|
|
6577
6676
|
}
|
|
6578
6677
|
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
|
|
@@ -13935,15 +14034,64 @@ nz-empty {
|
|
|
13935
14034
|
border-color: #434343;
|
|
13936
14035
|
border-right-width: 1px;
|
|
13937
14036
|
}
|
|
13938
|
-
.ant-input-affix-wrapper-borderless,
|
|
13939
|
-
.ant-input-affix-wrapper-borderless:hover,
|
|
13940
|
-
.ant-input-affix-wrapper-borderless:focus,
|
|
13941
|
-
.ant-input-affix-wrapper-borderless-focused,
|
|
13942
|
-
.ant-input-affix-wrapper-borderless-disabled,
|
|
13943
|
-
.ant-input-affix-wrapper-borderless[disabled] {
|
|
13944
|
-
background-color: transparent;
|
|
13945
|
-
border: none;
|
|
13946
|
-
box-shadow: none;
|
|
14037
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper,
|
|
14038
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper:hover,
|
|
14039
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper:focus,
|
|
14040
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-focused,
|
|
14041
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-disabled,
|
|
14042
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper[disabled] {
|
|
14043
|
+
background-color: transparent !important;
|
|
14044
|
+
border: none !important;
|
|
14045
|
+
box-shadow: none !important;
|
|
14046
|
+
}
|
|
14047
|
+
.ant-input-affix-wrapper-filled {
|
|
14048
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
14049
|
+
border-color: transparent;
|
|
14050
|
+
box-shadow: none !important;
|
|
14051
|
+
}
|
|
14052
|
+
.ant-input-affix-wrapper-filled:hover.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-focused) {
|
|
14053
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
14054
|
+
border-color: transparent !important;
|
|
14055
|
+
}
|
|
14056
|
+
.ant-input-affix-wrapper-filled:focus,
|
|
14057
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
|
|
14058
|
+
border-color: #177ddc;
|
|
14059
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
14060
|
+
border-right-width: 1px;
|
|
14061
|
+
outline: 0;
|
|
14062
|
+
background-color: transparent !important;
|
|
14063
|
+
box-shadow: none !important;
|
|
14064
|
+
}
|
|
14065
|
+
.ant-input-rtl .ant-input-affix-wrapper-filled:focus,
|
|
14066
|
+
.ant-input-rtl .ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
|
|
14067
|
+
border-right-width: 0;
|
|
14068
|
+
border-left-width: 1px !important;
|
|
14069
|
+
}
|
|
14070
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled,
|
|
14071
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled] {
|
|
14072
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
14073
|
+
border-color: #434343 !important;
|
|
14074
|
+
box-shadow: none !important;
|
|
14075
|
+
cursor: not-allowed !important;
|
|
14076
|
+
opacity: 1 !important;
|
|
14077
|
+
pointer-events: none !important;
|
|
14078
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
14079
|
+
}
|
|
14080
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled:hover,
|
|
14081
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled]:hover {
|
|
14082
|
+
border-color: #434343 !important;
|
|
14083
|
+
border-right-width: 1px !important;
|
|
14084
|
+
}
|
|
14085
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper,
|
|
14086
|
+
.ant-input-affix-wrapper-underlined:hover,
|
|
14087
|
+
.ant-input-affix-wrapper-underlined:focus,
|
|
14088
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-focused,
|
|
14089
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-disabled,
|
|
14090
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper[disabled] {
|
|
14091
|
+
background-color: transparent !important;
|
|
14092
|
+
border-width: 0 0 1px !important;
|
|
14093
|
+
border-radius: 0 !important;
|
|
14094
|
+
box-shadow: none !important;
|
|
13947
14095
|
}
|
|
13948
14096
|
textarea.ant-input-affix-wrapper {
|
|
13949
14097
|
max-width: 100%;
|
|
@@ -14220,15 +14368,64 @@ textarea.ant-input-affix-wrapper {
|
|
|
14220
14368
|
border-color: #434343;
|
|
14221
14369
|
border-right-width: 1px;
|
|
14222
14370
|
}
|
|
14223
|
-
.ant-input-borderless,
|
|
14224
|
-
.ant-input-borderless:hover,
|
|
14225
|
-
.ant-input-borderless:focus,
|
|
14226
|
-
.ant-input-borderless-focused,
|
|
14227
|
-
.ant-input-borderless-disabled,
|
|
14228
|
-
.ant-input-borderless[disabled] {
|
|
14229
|
-
background-color: transparent;
|
|
14230
|
-
border: none;
|
|
14231
|
-
box-shadow: none;
|
|
14371
|
+
.ant-input-borderless.ant-input,
|
|
14372
|
+
.ant-input-borderless.ant-input:hover,
|
|
14373
|
+
.ant-input-borderless.ant-input:focus,
|
|
14374
|
+
.ant-input-borderless.ant-input-focused,
|
|
14375
|
+
.ant-input-borderless.ant-input-disabled,
|
|
14376
|
+
.ant-input-borderless.ant-input[disabled] {
|
|
14377
|
+
background-color: transparent !important;
|
|
14378
|
+
border: none !important;
|
|
14379
|
+
box-shadow: none !important;
|
|
14380
|
+
}
|
|
14381
|
+
.ant-input-filled {
|
|
14382
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
14383
|
+
border-color: transparent;
|
|
14384
|
+
box-shadow: none !important;
|
|
14385
|
+
}
|
|
14386
|
+
.ant-input-filled:hover.ant-input:not(.ant-input-focused) {
|
|
14387
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
14388
|
+
border-color: transparent !important;
|
|
14389
|
+
}
|
|
14390
|
+
.ant-input-filled:focus,
|
|
14391
|
+
.ant-input-filled.ant-input-focused {
|
|
14392
|
+
border-color: #177ddc;
|
|
14393
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
14394
|
+
border-right-width: 1px;
|
|
14395
|
+
outline: 0;
|
|
14396
|
+
background-color: transparent !important;
|
|
14397
|
+
box-shadow: none !important;
|
|
14398
|
+
}
|
|
14399
|
+
.ant-input-rtl .ant-input-filled:focus,
|
|
14400
|
+
.ant-input-rtl .ant-input-filled.ant-input-focused {
|
|
14401
|
+
border-right-width: 0;
|
|
14402
|
+
border-left-width: 1px !important;
|
|
14403
|
+
}
|
|
14404
|
+
.ant-input-filled.ant-input-disabled,
|
|
14405
|
+
.ant-input-filled.ant-input[disabled] {
|
|
14406
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
14407
|
+
border-color: #434343 !important;
|
|
14408
|
+
box-shadow: none !important;
|
|
14409
|
+
cursor: not-allowed !important;
|
|
14410
|
+
opacity: 1 !important;
|
|
14411
|
+
pointer-events: none !important;
|
|
14412
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
14413
|
+
}
|
|
14414
|
+
.ant-input-filled.ant-input-disabled:hover,
|
|
14415
|
+
.ant-input-filled.ant-input[disabled]:hover {
|
|
14416
|
+
border-color: #434343 !important;
|
|
14417
|
+
border-right-width: 1px !important;
|
|
14418
|
+
}
|
|
14419
|
+
.ant-input-underlined.ant-input,
|
|
14420
|
+
.ant-input-underlined:hover,
|
|
14421
|
+
.ant-input-underlined:focus,
|
|
14422
|
+
.ant-input-underlined.ant-input-focused,
|
|
14423
|
+
.ant-input-underlined.ant-input-disabled,
|
|
14424
|
+
.ant-input-underlined.ant-input[disabled] {
|
|
14425
|
+
background-color: transparent !important;
|
|
14426
|
+
border-width: 0 0 1px !important;
|
|
14427
|
+
border-radius: 0 !important;
|
|
14428
|
+
box-shadow: none !important;
|
|
14232
14429
|
}
|
|
14233
14430
|
textarea.ant-input {
|
|
14234
14431
|
max-width: 100%;
|
|
@@ -15332,15 +15529,64 @@ nz-form-item-feedback-icon.ant-input-suffix {
|
|
|
15332
15529
|
border-color: #434343;
|
|
15333
15530
|
border-right-width: 1px;
|
|
15334
15531
|
}
|
|
15335
|
-
.ant-input-number-affix-wrapper-borderless,
|
|
15336
|
-
.ant-input-number-affix-wrapper-borderless:hover,
|
|
15337
|
-
.ant-input-number-affix-wrapper-borderless:focus,
|
|
15338
|
-
.ant-input-number-affix-wrapper-borderless-focused,
|
|
15339
|
-
.ant-input-number-affix-wrapper-borderless-disabled,
|
|
15340
|
-
.ant-input-number-affix-wrapper-borderless[disabled] {
|
|
15341
|
-
background-color: transparent;
|
|
15342
|
-
border: none;
|
|
15343
|
-
box-shadow: none;
|
|
15532
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper,
|
|
15533
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper:hover,
|
|
15534
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper:focus,
|
|
15535
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-focused,
|
|
15536
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-disabled,
|
|
15537
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper[disabled] {
|
|
15538
|
+
background-color: transparent !important;
|
|
15539
|
+
border: none !important;
|
|
15540
|
+
box-shadow: none !important;
|
|
15541
|
+
}
|
|
15542
|
+
.ant-input-number-affix-wrapper-filled {
|
|
15543
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
15544
|
+
border-color: transparent;
|
|
15545
|
+
box-shadow: none !important;
|
|
15546
|
+
}
|
|
15547
|
+
.ant-input-number-affix-wrapper-filled:hover.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-focused) {
|
|
15548
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
15549
|
+
border-color: transparent !important;
|
|
15550
|
+
}
|
|
15551
|
+
.ant-input-number-affix-wrapper-filled:focus,
|
|
15552
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
|
|
15553
|
+
border-color: #177ddc;
|
|
15554
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
15555
|
+
border-right-width: 1px;
|
|
15556
|
+
outline: 0;
|
|
15557
|
+
background-color: transparent !important;
|
|
15558
|
+
box-shadow: none !important;
|
|
15559
|
+
}
|
|
15560
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-filled:focus,
|
|
15561
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
|
|
15562
|
+
border-right-width: 0;
|
|
15563
|
+
border-left-width: 1px !important;
|
|
15564
|
+
}
|
|
15565
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled,
|
|
15566
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled] {
|
|
15567
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
15568
|
+
border-color: #434343 !important;
|
|
15569
|
+
box-shadow: none !important;
|
|
15570
|
+
cursor: not-allowed !important;
|
|
15571
|
+
opacity: 1 !important;
|
|
15572
|
+
pointer-events: none !important;
|
|
15573
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
15574
|
+
}
|
|
15575
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled:hover,
|
|
15576
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled]:hover {
|
|
15577
|
+
border-color: #434343 !important;
|
|
15578
|
+
border-right-width: 1px !important;
|
|
15579
|
+
}
|
|
15580
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper,
|
|
15581
|
+
.ant-input-number-affix-wrapper-underlined:hover,
|
|
15582
|
+
.ant-input-number-affix-wrapper-underlined:focus,
|
|
15583
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-focused,
|
|
15584
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-disabled,
|
|
15585
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper[disabled] {
|
|
15586
|
+
background-color: transparent !important;
|
|
15587
|
+
border-width: 0 0 1px !important;
|
|
15588
|
+
border-radius: 0 !important;
|
|
15589
|
+
box-shadow: none !important;
|
|
15344
15590
|
}
|
|
15345
15591
|
textarea.ant-input-number-affix-wrapper {
|
|
15346
15592
|
max-width: 100%;
|
|
@@ -15517,6 +15763,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
15517
15763
|
padding: 0;
|
|
15518
15764
|
border: 1px solid #434343;
|
|
15519
15765
|
border-radius: 2px;
|
|
15766
|
+
/* stylelint-disable less/no-duplicate-variables */
|
|
15520
15767
|
}
|
|
15521
15768
|
.ant-input-number::placeholder {
|
|
15522
15769
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -15578,15 +15825,64 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
15578
15825
|
border-color: #434343;
|
|
15579
15826
|
border-right-width: 1px;
|
|
15580
15827
|
}
|
|
15581
|
-
.ant-input-number-borderless,
|
|
15582
|
-
.ant-input-number-borderless:hover,
|
|
15583
|
-
.ant-input-number-borderless:focus,
|
|
15584
|
-
.ant-input-number-borderless-focused,
|
|
15585
|
-
.ant-input-number-borderless-disabled,
|
|
15586
|
-
.ant-input-number-borderless[disabled] {
|
|
15587
|
-
background-color: transparent;
|
|
15588
|
-
border: none;
|
|
15589
|
-
box-shadow: none;
|
|
15828
|
+
.ant-input-number-borderless.ant-input-number,
|
|
15829
|
+
.ant-input-number-borderless.ant-input-number:hover,
|
|
15830
|
+
.ant-input-number-borderless.ant-input-number:focus,
|
|
15831
|
+
.ant-input-number-borderless.ant-input-number-focused,
|
|
15832
|
+
.ant-input-number-borderless.ant-input-number-disabled,
|
|
15833
|
+
.ant-input-number-borderless.ant-input-number[disabled] {
|
|
15834
|
+
background-color: transparent !important;
|
|
15835
|
+
border: none !important;
|
|
15836
|
+
box-shadow: none !important;
|
|
15837
|
+
}
|
|
15838
|
+
.ant-input-number-filled {
|
|
15839
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
15840
|
+
border-color: transparent;
|
|
15841
|
+
box-shadow: none !important;
|
|
15842
|
+
}
|
|
15843
|
+
.ant-input-number-filled:hover.ant-input-number:not(.ant-input-number-focused) {
|
|
15844
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
15845
|
+
border-color: transparent !important;
|
|
15846
|
+
}
|
|
15847
|
+
.ant-input-number-filled:focus,
|
|
15848
|
+
.ant-input-number-filled.ant-input-number-focused {
|
|
15849
|
+
border-color: #177ddc;
|
|
15850
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
15851
|
+
border-right-width: 1px;
|
|
15852
|
+
outline: 0;
|
|
15853
|
+
background-color: transparent !important;
|
|
15854
|
+
box-shadow: none !important;
|
|
15855
|
+
}
|
|
15856
|
+
.ant-input-rtl .ant-input-number-filled:focus,
|
|
15857
|
+
.ant-input-rtl .ant-input-number-filled.ant-input-number-focused {
|
|
15858
|
+
border-right-width: 0;
|
|
15859
|
+
border-left-width: 1px !important;
|
|
15860
|
+
}
|
|
15861
|
+
.ant-input-number-filled.ant-input-number-disabled,
|
|
15862
|
+
.ant-input-number-filled.ant-input-number[disabled] {
|
|
15863
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
15864
|
+
border-color: #434343 !important;
|
|
15865
|
+
box-shadow: none !important;
|
|
15866
|
+
cursor: not-allowed !important;
|
|
15867
|
+
opacity: 1 !important;
|
|
15868
|
+
pointer-events: none !important;
|
|
15869
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
15870
|
+
}
|
|
15871
|
+
.ant-input-number-filled.ant-input-number-disabled:hover,
|
|
15872
|
+
.ant-input-number-filled.ant-input-number[disabled]:hover {
|
|
15873
|
+
border-color: #434343 !important;
|
|
15874
|
+
border-right-width: 1px !important;
|
|
15875
|
+
}
|
|
15876
|
+
.ant-input-number-underlined.ant-input-number,
|
|
15877
|
+
.ant-input-number-underlined:hover,
|
|
15878
|
+
.ant-input-number-underlined:focus,
|
|
15879
|
+
.ant-input-number-underlined.ant-input-number-focused,
|
|
15880
|
+
.ant-input-number-underlined.ant-input-number-disabled,
|
|
15881
|
+
.ant-input-number-underlined.ant-input-number[disabled] {
|
|
15882
|
+
background-color: transparent !important;
|
|
15883
|
+
border-width: 0 0 1px !important;
|
|
15884
|
+
border-radius: 0 !important;
|
|
15885
|
+
box-shadow: none !important;
|
|
15590
15886
|
}
|
|
15591
15887
|
textarea.ant-input-number {
|
|
15592
15888
|
max-width: 100%;
|
|
@@ -16142,7 +16438,7 @@ textarea.ant-input-number {
|
|
|
16142
16438
|
right: 0;
|
|
16143
16439
|
width: 22px;
|
|
16144
16440
|
height: 100%;
|
|
16145
|
-
background:
|
|
16441
|
+
background: transparent;
|
|
16146
16442
|
border-radius: 0 2px 2px 0;
|
|
16147
16443
|
opacity: 0;
|
|
16148
16444
|
transition: opacity 0.24s linear 0.1s;
|
|
@@ -16207,9 +16503,6 @@ textarea.ant-input-number {
|
|
|
16207
16503
|
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
|
|
16208
16504
|
color: rgba(255, 255, 255, 0.3);
|
|
16209
16505
|
}
|
|
16210
|
-
.ant-input-number-borderless {
|
|
16211
|
-
box-shadow: none;
|
|
16212
|
-
}
|
|
16213
16506
|
.ant-input-number-out-of-range input {
|
|
16214
16507
|
color: #a61d24;
|
|
16215
16508
|
}
|
|
@@ -16660,7 +16953,9 @@ textarea.ant-input-number {
|
|
|
16660
16953
|
right: auto;
|
|
16661
16954
|
left: 0;
|
|
16662
16955
|
}
|
|
16663
|
-
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap
|
|
16956
|
+
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap,
|
|
16957
|
+
.ant-input-number-rtl.ant-input-number-filled .ant-input-number-handler-wrap,
|
|
16958
|
+
.ant-input-number-rtl.ant-input-number-underlined .ant-input-number-handler-wrap {
|
|
16664
16959
|
border-right-width: 0;
|
|
16665
16960
|
}
|
|
16666
16961
|
.ant-input-number-rtl .ant-input-number-handler-up {
|
|
@@ -18795,15 +19090,64 @@ nz-list-item-extra {
|
|
|
18795
19090
|
border-color: #434343;
|
|
18796
19091
|
border-right-width: 1px;
|
|
18797
19092
|
}
|
|
18798
|
-
.ant-mentions-borderless,
|
|
18799
|
-
.ant-mentions-borderless:hover,
|
|
18800
|
-
.ant-mentions-borderless:focus,
|
|
18801
|
-
.ant-mentions-borderless-focused,
|
|
18802
|
-
.ant-mentions-borderless-disabled,
|
|
18803
|
-
.ant-mentions-borderless[disabled] {
|
|
18804
|
-
background-color: transparent;
|
|
18805
|
-
border: none;
|
|
18806
|
-
box-shadow: none;
|
|
19093
|
+
.ant-mentions-borderless.ant-mentions,
|
|
19094
|
+
.ant-mentions-borderless.ant-mentions:hover,
|
|
19095
|
+
.ant-mentions-borderless.ant-mentions:focus,
|
|
19096
|
+
.ant-mentions-borderless.ant-mentions-focused,
|
|
19097
|
+
.ant-mentions-borderless.ant-mentions-disabled,
|
|
19098
|
+
.ant-mentions-borderless.ant-mentions[disabled] {
|
|
19099
|
+
background-color: transparent !important;
|
|
19100
|
+
border: none !important;
|
|
19101
|
+
box-shadow: none !important;
|
|
19102
|
+
}
|
|
19103
|
+
.ant-mentions-filled {
|
|
19104
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
19105
|
+
border-color: transparent;
|
|
19106
|
+
box-shadow: none !important;
|
|
19107
|
+
}
|
|
19108
|
+
.ant-mentions-filled:hover.ant-mentions:not(.ant-mentions-focused) {
|
|
19109
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
19110
|
+
border-color: transparent !important;
|
|
19111
|
+
}
|
|
19112
|
+
.ant-mentions-filled:focus,
|
|
19113
|
+
.ant-mentions-filled.ant-mentions-focused {
|
|
19114
|
+
border-color: #177ddc;
|
|
19115
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
19116
|
+
border-right-width: 1px;
|
|
19117
|
+
outline: 0;
|
|
19118
|
+
background-color: transparent !important;
|
|
19119
|
+
box-shadow: none !important;
|
|
19120
|
+
}
|
|
19121
|
+
.ant-input-rtl .ant-mentions-filled:focus,
|
|
19122
|
+
.ant-input-rtl .ant-mentions-filled.ant-mentions-focused {
|
|
19123
|
+
border-right-width: 0;
|
|
19124
|
+
border-left-width: 1px !important;
|
|
19125
|
+
}
|
|
19126
|
+
.ant-mentions-filled.ant-mentions-disabled,
|
|
19127
|
+
.ant-mentions-filled.ant-mentions[disabled] {
|
|
19128
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
19129
|
+
border-color: #434343 !important;
|
|
19130
|
+
box-shadow: none !important;
|
|
19131
|
+
cursor: not-allowed !important;
|
|
19132
|
+
opacity: 1 !important;
|
|
19133
|
+
pointer-events: none !important;
|
|
19134
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
19135
|
+
}
|
|
19136
|
+
.ant-mentions-filled.ant-mentions-disabled:hover,
|
|
19137
|
+
.ant-mentions-filled.ant-mentions[disabled]:hover {
|
|
19138
|
+
border-color: #434343 !important;
|
|
19139
|
+
border-right-width: 1px !important;
|
|
19140
|
+
}
|
|
19141
|
+
.ant-mentions-underlined.ant-mentions,
|
|
19142
|
+
.ant-mentions-underlined:hover,
|
|
19143
|
+
.ant-mentions-underlined:focus,
|
|
19144
|
+
.ant-mentions-underlined.ant-mentions-focused,
|
|
19145
|
+
.ant-mentions-underlined.ant-mentions-disabled,
|
|
19146
|
+
.ant-mentions-underlined.ant-mentions[disabled] {
|
|
19147
|
+
background-color: transparent !important;
|
|
19148
|
+
border-width: 0 0 1px !important;
|
|
19149
|
+
border-radius: 0 !important;
|
|
19150
|
+
box-shadow: none !important;
|
|
18807
19151
|
}
|
|
18808
19152
|
textarea.ant-mentions {
|
|
18809
19153
|
max-width: 100%;
|
|
@@ -20521,15 +20865,64 @@ nz-page-header-footer {
|
|
|
20521
20865
|
border-color: #434343;
|
|
20522
20866
|
border-right-width: 1px;
|
|
20523
20867
|
}
|
|
20524
|
-
.ant-pagination-options-quick-jumper input-borderless,
|
|
20525
|
-
.ant-pagination-options-quick-jumper input-borderless:hover,
|
|
20526
|
-
.ant-pagination-options-quick-jumper input-borderless:focus,
|
|
20527
|
-
.ant-pagination-options-quick-jumper input-borderless-focused,
|
|
20528
|
-
.ant-pagination-options-quick-jumper input-borderless-disabled,
|
|
20529
|
-
.ant-pagination-options-quick-jumper input-borderless[disabled] {
|
|
20530
|
-
background-color: transparent;
|
|
20531
|
-
border: none;
|
|
20532
|
-
box-shadow: none;
|
|
20868
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input,
|
|
20869
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input:hover,
|
|
20870
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input:focus,
|
|
20871
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-focused,
|
|
20872
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-disabled,
|
|
20873
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input[disabled] {
|
|
20874
|
+
background-color: transparent !important;
|
|
20875
|
+
border: none !important;
|
|
20876
|
+
box-shadow: none !important;
|
|
20877
|
+
}
|
|
20878
|
+
.ant-pagination-options-quick-jumper input-filled {
|
|
20879
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
20880
|
+
border-color: transparent;
|
|
20881
|
+
box-shadow: none !important;
|
|
20882
|
+
}
|
|
20883
|
+
.ant-pagination-options-quick-jumper input-filled:hover.ant-pagination-options-quick-jumper input:not(.ant-pagination-options-quick-jumper input-focused) {
|
|
20884
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
20885
|
+
border-color: transparent !important;
|
|
20886
|
+
}
|
|
20887
|
+
.ant-pagination-options-quick-jumper input-filled:focus,
|
|
20888
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
|
|
20889
|
+
border-color: #177ddc;
|
|
20890
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
20891
|
+
border-right-width: 1px;
|
|
20892
|
+
outline: 0;
|
|
20893
|
+
background-color: transparent !important;
|
|
20894
|
+
box-shadow: none !important;
|
|
20895
|
+
}
|
|
20896
|
+
.ant-input-rtl .ant-pagination-options-quick-jumper input-filled:focus,
|
|
20897
|
+
.ant-input-rtl .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
|
|
20898
|
+
border-right-width: 0;
|
|
20899
|
+
border-left-width: 1px !important;
|
|
20900
|
+
}
|
|
20901
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled,
|
|
20902
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled] {
|
|
20903
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
20904
|
+
border-color: #434343 !important;
|
|
20905
|
+
box-shadow: none !important;
|
|
20906
|
+
cursor: not-allowed !important;
|
|
20907
|
+
opacity: 1 !important;
|
|
20908
|
+
pointer-events: none !important;
|
|
20909
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
20910
|
+
}
|
|
20911
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled:hover,
|
|
20912
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
20913
|
+
border-color: #434343 !important;
|
|
20914
|
+
border-right-width: 1px !important;
|
|
20915
|
+
}
|
|
20916
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input,
|
|
20917
|
+
.ant-pagination-options-quick-jumper input-underlined:hover,
|
|
20918
|
+
.ant-pagination-options-quick-jumper input-underlined:focus,
|
|
20919
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-focused,
|
|
20920
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-disabled,
|
|
20921
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input[disabled] {
|
|
20922
|
+
background-color: transparent !important;
|
|
20923
|
+
border-width: 0 0 1px !important;
|
|
20924
|
+
border-radius: 0 !important;
|
|
20925
|
+
box-shadow: none !important;
|
|
20533
20926
|
}
|
|
20534
20927
|
textarea.ant-pagination-options-quick-jumper input {
|
|
20535
20928
|
max-width: 100%;
|
|
@@ -22357,6 +22750,56 @@ span.ant-radio + * {
|
|
|
22357
22750
|
border-color: transparent !important;
|
|
22358
22751
|
box-shadow: none !important;
|
|
22359
22752
|
}
|
|
22753
|
+
.ant-select-filled .ant-select-selector {
|
|
22754
|
+
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
22755
|
+
border-color: transparent !important;
|
|
22756
|
+
box-shadow: none !important;
|
|
22757
|
+
}
|
|
22758
|
+
.ant-select-filled:hover .ant-select-selector {
|
|
22759
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
22760
|
+
border-color: transparent !important;
|
|
22761
|
+
box-shadow: none !important;
|
|
22762
|
+
}
|
|
22763
|
+
.ant-select-filled:focus .ant-select-selector,
|
|
22764
|
+
.ant-select-filled.ant-select-focused .ant-select-selector {
|
|
22765
|
+
border-color: #177ddc !important;
|
|
22766
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2) !important;
|
|
22767
|
+
border-right-width: 1px !important;
|
|
22768
|
+
outline: 0 !important;
|
|
22769
|
+
background-color: transparent !important;
|
|
22770
|
+
box-shadow: none !important;
|
|
22771
|
+
}
|
|
22772
|
+
.ant-input-rtl .ant-select-filled:focus .ant-select-selector,
|
|
22773
|
+
.ant-input-rtl .ant-select-filled.ant-select-focused .ant-select-selector {
|
|
22774
|
+
border-right-width: 0 !important;
|
|
22775
|
+
border-left-width: 1px !important;
|
|
22776
|
+
}
|
|
22777
|
+
.ant-select-filled.ant-select-disabled .ant-select-selector,
|
|
22778
|
+
.ant-select-filled.ant-select[disabled] .ant-select-selector {
|
|
22779
|
+
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
22780
|
+
border-color: #434343 !important;
|
|
22781
|
+
box-shadow: none !important;
|
|
22782
|
+
cursor: not-allowed !important;
|
|
22783
|
+
opacity: 1 !important;
|
|
22784
|
+
pointer-events: none !important;
|
|
22785
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
22786
|
+
}
|
|
22787
|
+
.ant-select-filled.ant-select-disabled .ant-select-selector:hover,
|
|
22788
|
+
.ant-select-filled.ant-select[disabled] .ant-select-selector:hover {
|
|
22789
|
+
border-color: #434343 !important;
|
|
22790
|
+
border-right-width: 1px !important;
|
|
22791
|
+
}
|
|
22792
|
+
.ant-select-underlined .ant-select-selector,
|
|
22793
|
+
.ant-select-underlined:hover .ant-select-selector,
|
|
22794
|
+
.ant-select-underlined:focus .ant-select-selector,
|
|
22795
|
+
.ant-select-underlined.ant-select-focused .ant-select-selector,
|
|
22796
|
+
.ant-select-underlined.ant-select-disabled .ant-select-selector,
|
|
22797
|
+
.ant-select-underlined.ant-select[disabled] .ant-select-selector {
|
|
22798
|
+
background-color: transparent !important;
|
|
22799
|
+
border-width: 0 0 1px !important;
|
|
22800
|
+
border-radius: 0 !important;
|
|
22801
|
+
box-shadow: none !important;
|
|
22802
|
+
}
|
|
22360
22803
|
.ant-select.ant-select-in-form-item {
|
|
22361
22804
|
width: 100%;
|
|
22362
22805
|
}
|
|
@@ -23396,6 +23839,229 @@ span.ant-radio + * {
|
|
|
23396
23839
|
nz-spin {
|
|
23397
23840
|
display: block;
|
|
23398
23841
|
}
|
|
23842
|
+
.ant-splitter {
|
|
23843
|
+
font-variant: tabular-nums;
|
|
23844
|
+
font-feature-settings: 'tnum';
|
|
23845
|
+
display: flex;
|
|
23846
|
+
align-items: stretch;
|
|
23847
|
+
box-sizing: border-box;
|
|
23848
|
+
width: 100%;
|
|
23849
|
+
height: 100%;
|
|
23850
|
+
margin: 0;
|
|
23851
|
+
padding: 0;
|
|
23852
|
+
color: rgba(255, 255, 255, 0.85);
|
|
23853
|
+
font-size: 14px;
|
|
23854
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
23855
|
+
line-height: 1.5715;
|
|
23856
|
+
list-style: none;
|
|
23857
|
+
}
|
|
23858
|
+
.ant-splitter-horizontal {
|
|
23859
|
+
flex-direction: row;
|
|
23860
|
+
}
|
|
23861
|
+
.ant-splitter-vertical {
|
|
23862
|
+
flex-direction: column;
|
|
23863
|
+
}
|
|
23864
|
+
.ant-splitter-panel {
|
|
23865
|
+
box-sizing: border-box;
|
|
23866
|
+
padding: 0 1px;
|
|
23867
|
+
overflow: auto;
|
|
23868
|
+
scrollbar-width: thin;
|
|
23869
|
+
}
|
|
23870
|
+
.ant-splitter-panel-hidden {
|
|
23871
|
+
padding: 0;
|
|
23872
|
+
overflow: hidden;
|
|
23873
|
+
}
|
|
23874
|
+
.ant-splitter-panel:has(.ant-splitter:only-child) {
|
|
23875
|
+
overflow: hidden;
|
|
23876
|
+
}
|
|
23877
|
+
.ant-splitter-bar {
|
|
23878
|
+
position: relative;
|
|
23879
|
+
flex: none;
|
|
23880
|
+
user-select: none;
|
|
23881
|
+
}
|
|
23882
|
+
.ant-splitter-bar-preview {
|
|
23883
|
+
position: absolute;
|
|
23884
|
+
z-index: 1;
|
|
23885
|
+
display: none;
|
|
23886
|
+
background: #177ddc;
|
|
23887
|
+
opacity: 0.2;
|
|
23888
|
+
transition: none;
|
|
23889
|
+
pointer-events: none;
|
|
23890
|
+
}
|
|
23891
|
+
.ant-splitter-bar-preview-active {
|
|
23892
|
+
display: block;
|
|
23893
|
+
}
|
|
23894
|
+
.ant-splitter-bar-dragger {
|
|
23895
|
+
position: absolute;
|
|
23896
|
+
top: 50%;
|
|
23897
|
+
left: 50%;
|
|
23898
|
+
z-index: 1;
|
|
23899
|
+
transform: translate(-50%, -50%);
|
|
23900
|
+
}
|
|
23901
|
+
.ant-splitter-bar-dragger::before {
|
|
23902
|
+
position: absolute;
|
|
23903
|
+
top: 50%;
|
|
23904
|
+
left: 50%;
|
|
23905
|
+
background: rgba(255, 255, 255, 0.08);
|
|
23906
|
+
transform: translate(-50%, -50%);
|
|
23907
|
+
content: '';
|
|
23908
|
+
}
|
|
23909
|
+
.ant-splitter-bar-dragger:hover:not(.ant-splitter-bar-dragger-active)::before {
|
|
23910
|
+
background: #111a2c;
|
|
23911
|
+
}
|
|
23912
|
+
.ant-splitter-bar-dragger::after {
|
|
23913
|
+
position: absolute;
|
|
23914
|
+
top: 50%;
|
|
23915
|
+
left: 50%;
|
|
23916
|
+
background: rgba(255, 255, 255, 0.15);
|
|
23917
|
+
transform: translate(-50%, -50%);
|
|
23918
|
+
content: '';
|
|
23919
|
+
}
|
|
23920
|
+
.ant-splitter-bar-dragger-active {
|
|
23921
|
+
z-index: 2;
|
|
23922
|
+
}
|
|
23923
|
+
.ant-splitter-bar-dragger-active::before {
|
|
23924
|
+
background: #112545;
|
|
23925
|
+
}
|
|
23926
|
+
.ant-splitter-bar:hover .ant-splitter-bar-collapse-bar,
|
|
23927
|
+
.ant-splitter-bar:active .ant-splitter-bar-collapse-bar {
|
|
23928
|
+
opacity: 1;
|
|
23929
|
+
}
|
|
23930
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled {
|
|
23931
|
+
z-index: 0;
|
|
23932
|
+
}
|
|
23933
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled,
|
|
23934
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled:hover,
|
|
23935
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled-active {
|
|
23936
|
+
cursor: default;
|
|
23937
|
+
}
|
|
23938
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled::before,
|
|
23939
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled:hover::before,
|
|
23940
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled-active::before {
|
|
23941
|
+
background: rgba(255, 255, 255, 0.08);
|
|
23942
|
+
}
|
|
23943
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled::after {
|
|
23944
|
+
display: none;
|
|
23945
|
+
}
|
|
23946
|
+
.ant-splitter-bar-collapse-bar {
|
|
23947
|
+
position: absolute;
|
|
23948
|
+
top: 50%;
|
|
23949
|
+
left: 50%;
|
|
23950
|
+
z-index: 1000;
|
|
23951
|
+
display: flex;
|
|
23952
|
+
align-items: center;
|
|
23953
|
+
justify-content: center;
|
|
23954
|
+
color: rgba(255, 255, 255, 0.85);
|
|
23955
|
+
font-size: 12px;
|
|
23956
|
+
background: rgba(255, 255, 255, 0.08);
|
|
23957
|
+
border-radius: 2px;
|
|
23958
|
+
transform: translate(-50%, -50%);
|
|
23959
|
+
cursor: pointer;
|
|
23960
|
+
opacity: 0;
|
|
23961
|
+
}
|
|
23962
|
+
.ant-splitter-bar-collapse-bar:hover {
|
|
23963
|
+
background: #111a2c;
|
|
23964
|
+
}
|
|
23965
|
+
.ant-splitter-bar-collapse-bar:active {
|
|
23966
|
+
background: #112545;
|
|
23967
|
+
}
|
|
23968
|
+
.ant-splitter-horizontal > .ant-splitter-bar {
|
|
23969
|
+
width: 0;
|
|
23970
|
+
}
|
|
23971
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger {
|
|
23972
|
+
width: 6px;
|
|
23973
|
+
height: 100%;
|
|
23974
|
+
cursor: col-resize;
|
|
23975
|
+
}
|
|
23976
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger::before {
|
|
23977
|
+
width: 2px;
|
|
23978
|
+
height: 100%;
|
|
23979
|
+
}
|
|
23980
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger::after {
|
|
23981
|
+
width: 2px;
|
|
23982
|
+
height: 20px;
|
|
23983
|
+
}
|
|
23984
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-preview {
|
|
23985
|
+
width: 2px;
|
|
23986
|
+
height: 100%;
|
|
23987
|
+
}
|
|
23988
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar {
|
|
23989
|
+
width: 12px;
|
|
23990
|
+
height: 24px;
|
|
23991
|
+
}
|
|
23992
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar-start {
|
|
23993
|
+
right: calc(6px / 2);
|
|
23994
|
+
left: auto;
|
|
23995
|
+
transform: translateY(-50%);
|
|
23996
|
+
}
|
|
23997
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar-end {
|
|
23998
|
+
right: auto;
|
|
23999
|
+
left: calc(6px / 2);
|
|
24000
|
+
transform: translateY(-50%);
|
|
24001
|
+
}
|
|
24002
|
+
.ant-splitter-vertical > .ant-splitter-bar {
|
|
24003
|
+
height: 0;
|
|
24004
|
+
}
|
|
24005
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger {
|
|
24006
|
+
width: 100%;
|
|
24007
|
+
height: 6px;
|
|
24008
|
+
cursor: row-resize;
|
|
24009
|
+
}
|
|
24010
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger:has(.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger-disabled) {
|
|
24011
|
+
cursor: default;
|
|
24012
|
+
}
|
|
24013
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger::before {
|
|
24014
|
+
width: 100%;
|
|
24015
|
+
height: 2px;
|
|
24016
|
+
}
|
|
24017
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger::after {
|
|
24018
|
+
width: 20px;
|
|
24019
|
+
height: 2px;
|
|
24020
|
+
}
|
|
24021
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-preview {
|
|
24022
|
+
width: 100%;
|
|
24023
|
+
height: 2px;
|
|
24024
|
+
}
|
|
24025
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar {
|
|
24026
|
+
width: 24px;
|
|
24027
|
+
height: 12px;
|
|
24028
|
+
}
|
|
24029
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar-start {
|
|
24030
|
+
top: auto;
|
|
24031
|
+
bottom: calc(6px / 2);
|
|
24032
|
+
transform: translateX(-50%);
|
|
24033
|
+
}
|
|
24034
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar-end {
|
|
24035
|
+
top: calc(6px / 2);
|
|
24036
|
+
bottom: auto;
|
|
24037
|
+
transform: translateX(-50%);
|
|
24038
|
+
}
|
|
24039
|
+
.ant-splitter-mask {
|
|
24040
|
+
position: fixed;
|
|
24041
|
+
z-index: 1000;
|
|
24042
|
+
inset: 0;
|
|
24043
|
+
}
|
|
24044
|
+
.ant-splitter-mask-horizontal {
|
|
24045
|
+
cursor: col-resize;
|
|
24046
|
+
}
|
|
24047
|
+
.ant-splitter-mask-vertical {
|
|
24048
|
+
cursor: row-resize;
|
|
24049
|
+
}
|
|
24050
|
+
.ant-splitter-rtl {
|
|
24051
|
+
direction: rtl;
|
|
24052
|
+
}
|
|
24053
|
+
.ant-splitter-rtl .ant-splitter-dot-spin {
|
|
24054
|
+
transform: rotate(-45deg);
|
|
24055
|
+
animation-name: antRotateRtl;
|
|
24056
|
+
}
|
|
24057
|
+
@keyframes antRotateRtl {
|
|
24058
|
+
to {
|
|
24059
|
+
transform: rotate(-405deg);
|
|
24060
|
+
}
|
|
24061
|
+
}
|
|
24062
|
+
nz-splitter {
|
|
24063
|
+
display: block;
|
|
24064
|
+
}
|
|
23399
24065
|
.ant-statistic {
|
|
23400
24066
|
box-sizing: border-box;
|
|
23401
24067
|
margin: 0;
|
|
@@ -29611,6 +30277,9 @@ nz-tree {
|
|
|
29611
30277
|
margin-bottom: 4px;
|
|
29612
30278
|
overflow: auto;
|
|
29613
30279
|
}
|
|
30280
|
+
.ant-select-dropdown.ant-select-tree-dropdown .cdk-virtual-scroll-content-wrapper {
|
|
30281
|
+
overflow: auto;
|
|
30282
|
+
}
|
|
29614
30283
|
.ant-picker-calendar {
|
|
29615
30284
|
box-sizing: border-box;
|
|
29616
30285
|
margin: 0;
|
|
@@ -30528,7 +31197,7 @@ nz-space-item {
|
|
|
30528
31197
|
width: 16px;
|
|
30529
31198
|
height: 16px;
|
|
30530
31199
|
}
|
|
30531
|
-
.ant-
|
|
31200
|
+
.ant-hash-code {
|
|
30532
31201
|
display: flex;
|
|
30533
31202
|
flex-direction: column;
|
|
30534
31203
|
align-items: center;
|
|
@@ -30542,78 +31211,78 @@ nz-space-item {
|
|
|
30542
31211
|
list-style: none;
|
|
30543
31212
|
cursor: pointer;
|
|
30544
31213
|
}
|
|
30545
|
-
.ant-
|
|
31214
|
+
.ant-hash-code-header-copy {
|
|
30546
31215
|
margin-left: 8px;
|
|
30547
31216
|
cursor: pointer;
|
|
30548
31217
|
opacity: 0.45;
|
|
30549
31218
|
}
|
|
30550
|
-
.ant-
|
|
31219
|
+
.ant-hash-code-header {
|
|
30551
31220
|
display: flex;
|
|
30552
31221
|
justify-content: left;
|
|
30553
31222
|
width: 100%;
|
|
30554
31223
|
height: 22px;
|
|
30555
31224
|
padding-bottom: 8px;
|
|
30556
31225
|
}
|
|
30557
|
-
.ant-
|
|
31226
|
+
.ant-hash-code-header .ant-hash-code-header-title {
|
|
30558
31227
|
font-size: 14px;
|
|
30559
31228
|
line-height: 1.5715;
|
|
30560
31229
|
text-align: center;
|
|
30561
31230
|
opacity: 0.45;
|
|
30562
31231
|
}
|
|
30563
|
-
.ant-
|
|
31232
|
+
.ant-hash-code-header .ant-hash-code-header-logo {
|
|
30564
31233
|
display: flex;
|
|
30565
31234
|
flex: 1;
|
|
30566
31235
|
justify-content: right;
|
|
30567
31236
|
}
|
|
30568
|
-
.ant-
|
|
31237
|
+
.ant-hash-code-double {
|
|
30569
31238
|
width: 172px;
|
|
30570
31239
|
}
|
|
30571
|
-
.ant-
|
|
31240
|
+
.ant-hash-code-double.ant-hash-code-primary {
|
|
30572
31241
|
width: 220px;
|
|
30573
31242
|
}
|
|
30574
|
-
.ant-
|
|
31243
|
+
.ant-hash-code-single {
|
|
30575
31244
|
display: flex;
|
|
30576
31245
|
flex-direction: row-reverse;
|
|
30577
31246
|
width: 236px;
|
|
30578
31247
|
}
|
|
30579
|
-
.ant-
|
|
31248
|
+
.ant-hash-code-single.ant-hash-code-primary {
|
|
30580
31249
|
width: 284px;
|
|
30581
31250
|
}
|
|
30582
|
-
.ant-
|
|
31251
|
+
.ant-hash-code-single .ant-hash-code-header-copy {
|
|
30583
31252
|
margin-top: 8px;
|
|
30584
31253
|
}
|
|
30585
|
-
.ant-
|
|
31254
|
+
.ant-hash-code-strip {
|
|
30586
31255
|
width: 350px;
|
|
30587
31256
|
}
|
|
30588
|
-
.ant-
|
|
31257
|
+
.ant-hash-code-strip.ant-hash-code-primary {
|
|
30589
31258
|
width: 398px;
|
|
30590
31259
|
}
|
|
30591
|
-
.ant-
|
|
31260
|
+
.ant-hash-code-rect {
|
|
30592
31261
|
display: flex;
|
|
30593
31262
|
flex-direction: row-reverse;
|
|
30594
31263
|
width: 196px;
|
|
30595
31264
|
}
|
|
30596
|
-
.ant-
|
|
31265
|
+
.ant-hash-code-rect.ant-hash-code-primary {
|
|
30597
31266
|
width: 244px;
|
|
30598
31267
|
}
|
|
30599
|
-
.ant-
|
|
31268
|
+
.ant-hash-code-primary {
|
|
30600
31269
|
padding: 24px;
|
|
30601
31270
|
background-color: #177ddc;
|
|
30602
31271
|
border-radius: 24px;
|
|
30603
31272
|
}
|
|
30604
|
-
.ant-
|
|
31273
|
+
.ant-hash-code-primary .ant-hash-code-header-copy {
|
|
30605
31274
|
opacity: 1;
|
|
30606
31275
|
}
|
|
30607
|
-
.ant-
|
|
30608
|
-
.ant-
|
|
30609
|
-
.ant-
|
|
31276
|
+
.ant-hash-code-primary .ant-hash-code-header-title,
|
|
31277
|
+
.ant-hash-code-primary .ant-hash-code-header-copy,
|
|
31278
|
+
.ant-hash-code-primary .ant-hash-code-header-logo {
|
|
30610
31279
|
color: rgba(255, 255, 255, 0.85);
|
|
30611
31280
|
}
|
|
30612
|
-
.ant-
|
|
31281
|
+
.ant-hash-code-contant {
|
|
30613
31282
|
width: 100%;
|
|
30614
31283
|
height: 100%;
|
|
30615
31284
|
}
|
|
30616
|
-
.ant-
|
|
31285
|
+
.ant-hash-code-code-value {
|
|
30617
31286
|
display: flex;
|
|
30618
31287
|
flex-wrap: wrap;
|
|
30619
31288
|
gap: 0 10px;
|
|
@@ -30621,33 +31290,33 @@ nz-space-item {
|
|
|
30621
31290
|
height: 35px;
|
|
30622
31291
|
overflow: hidden;
|
|
30623
31292
|
}
|
|
30624
|
-
.ant-
|
|
31293
|
+
.ant-hash-code-code-value-block {
|
|
30625
31294
|
height: 16px;
|
|
30626
31295
|
font-size: 14px;
|
|
30627
31296
|
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
30628
31297
|
}
|
|
30629
|
-
.ant-
|
|
31298
|
+
.ant-hash-code-value-primary .ant-hash-code-code-value-block {
|
|
30630
31299
|
color: #fff;
|
|
30631
31300
|
}
|
|
30632
|
-
.ant-
|
|
31301
|
+
.ant-hash-code-texaure-double {
|
|
30633
31302
|
width: 175px;
|
|
30634
31303
|
height: 36px;
|
|
30635
31304
|
}
|
|
30636
|
-
.ant-
|
|
31305
|
+
.ant-hash-code-texaure {
|
|
30637
31306
|
position: absolute;
|
|
30638
31307
|
margin-top: -35px;
|
|
30639
31308
|
overflow: hidden;
|
|
30640
31309
|
}
|
|
30641
|
-
.ant-
|
|
31310
|
+
.ant-hash-code-texaure-single {
|
|
30642
31311
|
width: 210px;
|
|
30643
31312
|
height: 28px;
|
|
30644
31313
|
margin-top: -21px;
|
|
30645
31314
|
}
|
|
30646
|
-
.ant-
|
|
31315
|
+
.ant-hash-code-texaure-strip {
|
|
30647
31316
|
width: 350px;
|
|
30648
31317
|
height: 36px;
|
|
30649
31318
|
}
|
|
30650
|
-
.ant-
|
|
31319
|
+
.ant-hash-code-texaure-rect {
|
|
30651
31320
|
width: 175px;
|
|
30652
31321
|
height: 72px;
|
|
30653
31322
|
margin-top: -71px;
|
|
@@ -30854,6 +31523,181 @@ nz-space-item {
|
|
|
30854
31523
|
width: 32px;
|
|
30855
31524
|
height: 32px;
|
|
30856
31525
|
}
|
|
31526
|
+
.ant-check-list {
|
|
31527
|
+
position: fixed;
|
|
31528
|
+
right: 32px;
|
|
31529
|
+
bottom: 32px;
|
|
31530
|
+
z-index: 999;
|
|
31531
|
+
font-size: 14px;
|
|
31532
|
+
cursor: pointer;
|
|
31533
|
+
}
|
|
31534
|
+
.ant-check-list .ant-check-list-button {
|
|
31535
|
+
display: flex;
|
|
31536
|
+
gap: 8px;
|
|
31537
|
+
align-items: center;
|
|
31538
|
+
justify-content: center;
|
|
31539
|
+
min-width: 110px;
|
|
31540
|
+
height: 40px;
|
|
31541
|
+
border-radius: 20px;
|
|
31542
|
+
}
|
|
31543
|
+
.ant-check-list .ant-check-list-icon {
|
|
31544
|
+
font-size: 24px;
|
|
31545
|
+
line-height: 24px;
|
|
31546
|
+
}
|
|
31547
|
+
.ant-check-list .ant-check-list-description {
|
|
31548
|
+
font-size: 14px;
|
|
31549
|
+
}
|
|
31550
|
+
.ant-check-list-content {
|
|
31551
|
+
display: block;
|
|
31552
|
+
width: 303px;
|
|
31553
|
+
}
|
|
31554
|
+
.ant-check-list-content .ant-check-list-header {
|
|
31555
|
+
display: flex;
|
|
31556
|
+
align-items: center;
|
|
31557
|
+
justify-content: space-between;
|
|
31558
|
+
padding: 12px 12px 16px;
|
|
31559
|
+
}
|
|
31560
|
+
.ant-check-list-content .ant-check-list-header .ant-check-list-header-title {
|
|
31561
|
+
font-weight: 500;
|
|
31562
|
+
font-size: 20px;
|
|
31563
|
+
}
|
|
31564
|
+
.ant-check-list-content .ant-check-list-header .ant-check-list-header-extra {
|
|
31565
|
+
cursor: pointer;
|
|
31566
|
+
}
|
|
31567
|
+
.ant-check-list-content .ant-check-list-header-finish {
|
|
31568
|
+
width: 304px;
|
|
31569
|
+
padding-top: 12px;
|
|
31570
|
+
text-align: center;
|
|
31571
|
+
}
|
|
31572
|
+
.ant-check-list-content .ant-check-list-header-finish .ant-check-list-header-finish-icon {
|
|
31573
|
+
width: 64px;
|
|
31574
|
+
height: 64px;
|
|
31575
|
+
color: #177ddc;
|
|
31576
|
+
font-size: 64px;
|
|
31577
|
+
}
|
|
31578
|
+
.ant-check-list-content .ant-check-list-header-finish .ant-check-list-header-finish-title {
|
|
31579
|
+
margin-top: 8px;
|
|
31580
|
+
margin-bottom: 8px;
|
|
31581
|
+
font-weight: 500;
|
|
31582
|
+
font-size: 16px;
|
|
31583
|
+
}
|
|
31584
|
+
.ant-check-list-content .ant-check-list-progressBar {
|
|
31585
|
+
display: flex;
|
|
31586
|
+
justify-content: space-between;
|
|
31587
|
+
margin: 12px 16px;
|
|
31588
|
+
margin-top: 0;
|
|
31589
|
+
}
|
|
31590
|
+
.ant-check-list-content .ant-check-list-progressBar .ant-check-list-progressBar-progress {
|
|
31591
|
+
flex: auto;
|
|
31592
|
+
}
|
|
31593
|
+
.ant-check-list-content .ant-check-list-steps-content {
|
|
31594
|
+
max-height: 250px;
|
|
31595
|
+
overflow-y: scroll;
|
|
31596
|
+
}
|
|
31597
|
+
.ant-check-list-content .ant-check-list-steps {
|
|
31598
|
+
display: flex;
|
|
31599
|
+
align-items: center;
|
|
31600
|
+
justify-content: space-between;
|
|
31601
|
+
height: 52px;
|
|
31602
|
+
padding-right: 12px;
|
|
31603
|
+
padding-left: 12px;
|
|
31604
|
+
border-radius: 6px;
|
|
31605
|
+
cursor: pointer;
|
|
31606
|
+
}
|
|
31607
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item {
|
|
31608
|
+
display: flex;
|
|
31609
|
+
gap: 12px;
|
|
31610
|
+
align-items: center;
|
|
31611
|
+
justify-content: center;
|
|
31612
|
+
width: calc(100% - 22px);
|
|
31613
|
+
font-weight: 400;
|
|
31614
|
+
}
|
|
31615
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle {
|
|
31616
|
+
display: flex;
|
|
31617
|
+
flex: 0 0 28px;
|
|
31618
|
+
align-items: center;
|
|
31619
|
+
justify-content: center;
|
|
31620
|
+
width: 28px;
|
|
31621
|
+
height: 28px;
|
|
31622
|
+
font-weight: 600;
|
|
31623
|
+
background-color: #141414;
|
|
31624
|
+
border: 1px solid #434343;
|
|
31625
|
+
border-radius: 50%;
|
|
31626
|
+
user-select: none;
|
|
31627
|
+
}
|
|
31628
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-number {
|
|
31629
|
+
color: #177ddc;
|
|
31630
|
+
font-size: 16px;
|
|
31631
|
+
}
|
|
31632
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-checkoutlined {
|
|
31633
|
+
color: #141414;
|
|
31634
|
+
font-size: 14px;
|
|
31635
|
+
}
|
|
31636
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-description {
|
|
31637
|
+
flex: 1;
|
|
31638
|
+
overflow: hidden;
|
|
31639
|
+
line-height: 2;
|
|
31640
|
+
white-space: nowrap;
|
|
31641
|
+
text-overflow: ellipsis;
|
|
31642
|
+
}
|
|
31643
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item-arrows {
|
|
31644
|
+
flex: 0 0 22px;
|
|
31645
|
+
width: 38px;
|
|
31646
|
+
height: 38px;
|
|
31647
|
+
color: #177ddc;
|
|
31648
|
+
font-size: 22px;
|
|
31649
|
+
}
|
|
31650
|
+
.ant-check-list-content .ant-check-list-checked .ant-check-list-steps-item .ant-check-list-steps-item-circle {
|
|
31651
|
+
background-color: #177ddc;
|
|
31652
|
+
border: none;
|
|
31653
|
+
}
|
|
31654
|
+
.ant-check-list-content .ant-check-list-checked .ant-check-list-steps-item .ant-check-list-steps-item-description {
|
|
31655
|
+
font-weight: 500;
|
|
31656
|
+
text-decoration: line-through;
|
|
31657
|
+
text-decoration-thickness: 2px;
|
|
31658
|
+
text-decoration-color: rgba(255, 255, 255, 0.85);
|
|
31659
|
+
opacity: 0.85;
|
|
31660
|
+
}
|
|
31661
|
+
.ant-check-list-content .ant-check-list-highlight {
|
|
31662
|
+
background-color: #111b26;
|
|
31663
|
+
}
|
|
31664
|
+
.ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-circle {
|
|
31665
|
+
border: 1px solid #177ddc;
|
|
31666
|
+
}
|
|
31667
|
+
.ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-number {
|
|
31668
|
+
color: #177ddc;
|
|
31669
|
+
}
|
|
31670
|
+
.ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-description {
|
|
31671
|
+
font-weight: 600;
|
|
31672
|
+
}
|
|
31673
|
+
.ant-check-list-content .ant-check-list-footer {
|
|
31674
|
+
padding: 12px 12px 0;
|
|
31675
|
+
color: rgba(255, 255, 255, 0.45);
|
|
31676
|
+
font-size: 14px;
|
|
31677
|
+
text-decoration: underline;
|
|
31678
|
+
cursor: pointer;
|
|
31679
|
+
}
|
|
31680
|
+
.ant-check-list-content .ant-check-list-close-check {
|
|
31681
|
+
display: flex;
|
|
31682
|
+
flex-direction: column;
|
|
31683
|
+
padding: 12px;
|
|
31684
|
+
}
|
|
31685
|
+
.ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-title {
|
|
31686
|
+
margin-bottom: 24px;
|
|
31687
|
+
font-weight: 500;
|
|
31688
|
+
font-size: 16px;
|
|
31689
|
+
}
|
|
31690
|
+
.ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-action {
|
|
31691
|
+
display: flex;
|
|
31692
|
+
flex-direction: row;
|
|
31693
|
+
gap: 8px;
|
|
31694
|
+
margin-bottom: 16px;
|
|
31695
|
+
}
|
|
31696
|
+
.ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-other {
|
|
31697
|
+
color: rgba(255, 255, 255, 0.45);
|
|
31698
|
+
font-size: 14px;
|
|
31699
|
+
cursor: pointer;
|
|
31700
|
+
}
|
|
30857
31701
|
/** system */
|
|
30858
31702
|
sf + st {
|
|
30859
31703
|
margin-top: 16px;
|
|
@@ -30862,12 +31706,12 @@ sf + st {
|
|
|
30862
31706
|
.ant-btn:not(.ant-btn-link) + nz-popconfirm,
|
|
30863
31707
|
nz-popconfirm + .ant-btn,
|
|
30864
31708
|
nz-popconfirm + nz-popconfirm,
|
|
30865
|
-
.ant-btn:not(.ant-btn-link) + nz-
|
|
30866
|
-
nz-
|
|
31709
|
+
.ant-btn:not(.ant-btn-link) + nz-space-compact,
|
|
31710
|
+
nz-space-compact + .ant-btn,
|
|
30867
31711
|
.ant-btn:not(.ant-btn-link) + nz-dropdown,
|
|
30868
31712
|
nz-dropdown + .ant-btn,
|
|
30869
|
-
nz-popconfirm + nz-
|
|
30870
|
-
nz-
|
|
31713
|
+
nz-popconfirm + nz-space-compact,
|
|
31714
|
+
nz-space-compact + nz-popconfirm {
|
|
30871
31715
|
margin-left: 8px;
|
|
30872
31716
|
}
|
|
30873
31717
|
.ant-btn-group .ant-btn + .ant-btn {
|
|
@@ -30881,12 +31725,12 @@ nz-button-group + nz-popconfirm {
|
|
|
30881
31725
|
[dir='rtl'] .ant-btn + nz-popconfirm,
|
|
30882
31726
|
[dir='rtl'] nz-popconfirm + .ant-btn,
|
|
30883
31727
|
[dir='rtl'] nz-popconfirm + nz-popconfirm,
|
|
30884
|
-
[dir='rtl'] .ant-btn + nz-
|
|
30885
|
-
[dir='rtl'] nz-
|
|
31728
|
+
[dir='rtl'] .ant-btn + nz-space-compact,
|
|
31729
|
+
[dir='rtl'] nz-space-compact + .ant-btn,
|
|
30886
31730
|
[dir='rtl'] .ant-btn + nz-dropdown,
|
|
30887
31731
|
[dir='rtl'] nz-dropdown + .ant-btn,
|
|
30888
|
-
[dir='rtl'] nz-popconfirm + nz-
|
|
30889
|
-
[dir='rtl'] nz-
|
|
31732
|
+
[dir='rtl'] nz-popconfirm + nz-space-compact,
|
|
31733
|
+
[dir='rtl'] nz-space-compact + nz-popconfirm {
|
|
30890
31734
|
margin-right: 8px;
|
|
30891
31735
|
margin-left: inherit;
|
|
30892
31736
|
}
|
|
@@ -31039,10 +31883,10 @@ a:focus {
|
|
|
31039
31883
|
left: 0;
|
|
31040
31884
|
width: 100%;
|
|
31041
31885
|
padding: 10px 24px;
|
|
31042
|
-
text-align: right;
|
|
31043
|
-
background: #1f1f1f;
|
|
31044
31886
|
border-top: 1px solid #303030;
|
|
31045
31887
|
border-radius: 0 0 2px 2px;
|
|
31888
|
+
text-align: right;
|
|
31889
|
+
background: #1f1f1f;
|
|
31046
31890
|
}
|
|
31047
31891
|
.ant-form-item-label em {
|
|
31048
31892
|
color: #bfbfbf;
|
|
@@ -31098,9 +31942,9 @@ a:focus {
|
|
|
31098
31942
|
justify-content: space-between;
|
|
31099
31943
|
margin: -24px -24px 24px -24px;
|
|
31100
31944
|
padding: 16px 24px;
|
|
31101
|
-
background: #141414;
|
|
31102
31945
|
border-bottom: 1px solid #303030;
|
|
31103
31946
|
border-radius: 2px 2px 0 0;
|
|
31947
|
+
background: #141414;
|
|
31104
31948
|
}
|
|
31105
31949
|
.modal-title {
|
|
31106
31950
|
/**
|
|
@@ -31139,9 +31983,9 @@ a:focus {
|
|
|
31139
31983
|
*/
|
|
31140
31984
|
margin: 24px -24px -24px -24px;
|
|
31141
31985
|
padding: 10px 16px;
|
|
31142
|
-
text-align: right;
|
|
31143
31986
|
border-top: 1px solid #303030;
|
|
31144
31987
|
border-radius: 0 0 2px 2px;
|
|
31988
|
+
text-align: right;
|
|
31145
31989
|
}
|
|
31146
31990
|
.modal-include-tabs {
|
|
31147
31991
|
/**
|
|
@@ -31150,7 +31994,8 @@ a:focus {
|
|
|
31150
31994
|
* 模态框内容是否包裹 `nz-tabs`,清除带来的多余边距
|
|
31151
31995
|
*/
|
|
31152
31996
|
}
|
|
31153
|
-
.modal-include-tabs nz-tabset
|
|
31997
|
+
.modal-include-tabs nz-tabset,
|
|
31998
|
+
.modal-include-tabs nz-tabs {
|
|
31154
31999
|
margin-top: -16px;
|
|
31155
32000
|
}
|
|
31156
32001
|
.modal-body-nopadding {
|
|
@@ -31170,8 +32015,8 @@ a:focus {
|
|
|
31170
32015
|
.ant-table td .img {
|
|
31171
32016
|
max-width: 32px;
|
|
31172
32017
|
max-height: 32px;
|
|
31173
|
-
vertical-align: middle;
|
|
31174
32018
|
border-radius: 4px;
|
|
32019
|
+
vertical-align: middle;
|
|
31175
32020
|
}
|
|
31176
32021
|
.ant-table td > img:not(:last-child),
|
|
31177
32022
|
.ant-table td .img:not(:last-child) {
|
|
@@ -31224,9 +32069,9 @@ a:focus {
|
|
|
31224
32069
|
align-items: center;
|
|
31225
32070
|
width: 100%;
|
|
31226
32071
|
padding: 8px 8px;
|
|
32072
|
+
border-bottom: none;
|
|
31227
32073
|
text-align: left !important;
|
|
31228
32074
|
white-space: inherit;
|
|
31229
|
-
border-bottom: none;
|
|
31230
32075
|
}
|
|
31231
32076
|
.ant-table-rep .ant-table-tbody > tr > td .ant-table-rep__title + *:not(.ant-avatar) {
|
|
31232
32077
|
flex: 1;
|
|
@@ -31241,8 +32086,8 @@ a:focus {
|
|
|
31241
32086
|
*/
|
|
31242
32087
|
}
|
|
31243
32088
|
.ant-tag__plus .ant-tag {
|
|
31244
|
-
background: #fff;
|
|
31245
32089
|
border-style: dashed;
|
|
32090
|
+
background: #fff;
|
|
31246
32091
|
}
|
|
31247
32092
|
/**
|
|
31248
32093
|
* Corrected `ng-tag` list line wrapping spacing
|
|
@@ -31606,8 +32451,8 @@ fieldset {
|
|
|
31606
32451
|
}
|
|
31607
32452
|
}
|
|
31608
32453
|
.header-dropdown {
|
|
31609
|
-
background-color: #1f1f1f;
|
|
31610
32454
|
border-radius: 4px;
|
|
32455
|
+
background-color: #1f1f1f;
|
|
31611
32456
|
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2), 0 12px 48px 16px rgba(0, 0, 0, 0.12);
|
|
31612
32457
|
}
|
|
31613
32458
|
@media screen and (max-width: 480px) {
|
|
@@ -31666,11 +32511,11 @@ fieldset {
|
|
|
31666
32511
|
display: none;
|
|
31667
32512
|
width: 32px;
|
|
31668
32513
|
height: 32px;
|
|
32514
|
+
border-radius: 50%;
|
|
31669
32515
|
font-size: 20px;
|
|
31670
32516
|
line-height: 32px;
|
|
31671
32517
|
text-align: center;
|
|
31672
32518
|
background: rgba(0, 0, 0, 0.66);
|
|
31673
|
-
border-radius: 50%;
|
|
31674
32519
|
}
|
|
31675
32520
|
.sf__array-container .ant-card .sf__array-remove i {
|
|
31676
32521
|
color: #fff;
|
|
@@ -31831,10 +32676,10 @@ fieldset {
|
|
|
31831
32676
|
width: 20px;
|
|
31832
32677
|
height: 20px;
|
|
31833
32678
|
margin-right: 8px;
|
|
32679
|
+
border-radius: 2px;
|
|
31834
32680
|
font-weight: bold;
|
|
31835
32681
|
color: #fff;
|
|
31836
32682
|
text-align: center;
|
|
31837
|
-
border-radius: 2px;
|
|
31838
32683
|
}
|
|
31839
32684
|
.setting-drawer__handle {
|
|
31840
32685
|
pointer-events: auto;
|
|
@@ -31848,10 +32693,10 @@ fieldset {
|
|
|
31848
32693
|
justify-content: center;
|
|
31849
32694
|
width: 48px;
|
|
31850
32695
|
height: 48px;
|
|
32696
|
+
border-radius: 4px 0 0 4px;
|
|
31851
32697
|
font-size: 16px;
|
|
31852
32698
|
text-align: center;
|
|
31853
32699
|
background: #177ddc;
|
|
31854
|
-
border-radius: 4px 0 0 4px;
|
|
31855
32700
|
transition: right 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
|
|
31856
32701
|
}
|
|
31857
32702
|
.setting-drawer__handle-icon {
|
|
@@ -32285,10 +33130,10 @@ fieldset {
|
|
|
32285
33130
|
code {
|
|
32286
33131
|
margin: 0 4px;
|
|
32287
33132
|
padding: 2px 4px;
|
|
32288
|
-
font-size: 90%;
|
|
32289
|
-
background-color: rgba(255, 255, 255, 0.04);
|
|
32290
33133
|
border: 1px solid #434343;
|
|
32291
33134
|
border-radius: 2px;
|
|
33135
|
+
font-size: 90%;
|
|
33136
|
+
background-color: rgba(255, 255, 255, 0.04);
|
|
32292
33137
|
}
|
|
32293
33138
|
/**
|
|
32294
33139
|
* Set the background to white
|
|
@@ -34683,8 +35528,8 @@ textarea.ant-input::-webkit-scrollbar-thumb {
|
|
|
34683
35528
|
* 隐藏滚动条
|
|
34684
35529
|
*/
|
|
34685
35530
|
.hide-scrollbar {
|
|
34686
|
-
scrollbar-width: none;
|
|
34687
35531
|
scrollbar-color: transparent transparent;
|
|
35532
|
+
scrollbar-width: none;
|
|
34688
35533
|
}
|
|
34689
35534
|
.hide-scrollbar::-webkit-scrollbar {
|
|
34690
35535
|
width: 1px;
|
|
@@ -34740,9 +35585,9 @@ body {
|
|
|
34740
35585
|
padding: 24px;
|
|
34741
35586
|
padding-top: 12px;
|
|
34742
35587
|
padding-bottom: 12px;
|
|
35588
|
+
border-bottom: 1px solid #303030;
|
|
34743
35589
|
color: #929292;
|
|
34744
35590
|
background-color: #141414;
|
|
34745
|
-
border-bottom: 1px solid #303030;
|
|
34746
35591
|
}
|
|
34747
35592
|
.alain-default__content-title > h1 {
|
|
34748
35593
|
margin-bottom: 0;
|
|
@@ -34847,9 +35692,9 @@ body {
|
|
|
34847
35692
|
display: block;
|
|
34848
35693
|
min-width: 50px;
|
|
34849
35694
|
padding: 8px 2px;
|
|
35695
|
+
border-radius: 2px;
|
|
34850
35696
|
line-height: 100%;
|
|
34851
35697
|
text-align: center;
|
|
34852
|
-
border-radius: 2px;
|
|
34853
35698
|
outline: none;
|
|
34854
35699
|
transition: background-color 300ms;
|
|
34855
35700
|
}
|
|
@@ -34893,9 +35738,9 @@ body {
|
|
|
34893
35738
|
.alain-default__search .ant-input,
|
|
34894
35739
|
.alain-default__search .ant-input-group-addon,
|
|
34895
35740
|
.alain-default__search .ant-input-affix-wrapper {
|
|
34896
|
-
color: #fff;
|
|
34897
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
34898
35741
|
border: none;
|
|
35742
|
+
color: #fff;
|
|
35743
|
+
background-color: #ffffff;
|
|
34899
35744
|
}
|
|
34900
35745
|
.alain-default__search .ant-input::placeholder,
|
|
34901
35746
|
.alain-default__search .ant-input-group-addon::placeholder,
|
|
@@ -35152,9 +35997,16 @@ body {
|
|
|
35152
35997
|
.sidebar-nav__item-disabled:hover {
|
|
35153
35998
|
color: rgba(255, 255, 255, 0.85);
|
|
35154
35999
|
}
|
|
36000
|
+
.sidebar-nav__divider {
|
|
36001
|
+
overflow: hidden;
|
|
36002
|
+
height: 1px;
|
|
36003
|
+
margin: 4px 0;
|
|
36004
|
+
line-height: 0;
|
|
36005
|
+
background-color: #303030;
|
|
36006
|
+
}
|
|
35155
36007
|
.sidebar-nav__selected {
|
|
35156
|
-
background-color: #141414;
|
|
35157
36008
|
border-left-color: #177ddc;
|
|
36009
|
+
background-color: #141414;
|
|
35158
36010
|
}
|
|
35159
36011
|
.sidebar-nav__selected > .sidebar-nav__item-link {
|
|
35160
36012
|
color: #177ddc;
|
|
@@ -35196,9 +36048,9 @@ body {
|
|
|
35196
36048
|
position: absolute;
|
|
35197
36049
|
width: 6px;
|
|
35198
36050
|
height: 1.5px;
|
|
36051
|
+
border-radius: 2px;
|
|
35199
36052
|
background: #fff;
|
|
35200
36053
|
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
|
|
35201
|
-
border-radius: 2px;
|
|
35202
36054
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
35203
36055
|
}
|
|
35204
36056
|
.sidebar-nav__sub-arrow::before {
|
|
@@ -35236,9 +36088,9 @@ body {
|
|
|
35236
36088
|
z-index: 16;
|
|
35237
36089
|
display: none;
|
|
35238
36090
|
min-width: 160px;
|
|
35239
|
-
background-color: #141414;
|
|
35240
36091
|
border: 1px solid #303030;
|
|
35241
36092
|
border-radius: 4px;
|
|
36093
|
+
background-color: #141414;
|
|
35242
36094
|
}
|
|
35243
36095
|
.sidebar-nav__floating .sidebar-nav__item-link {
|
|
35244
36096
|
padding-left: 16px;
|
|
@@ -35396,8 +36248,8 @@ body {
|
|
|
35396
36248
|
.app-icons .ant-col-6 {
|
|
35397
36249
|
cursor: pointer;
|
|
35398
36250
|
padding: 16px 0;
|
|
35399
|
-
text-align: center;
|
|
35400
36251
|
border-radius: 4px;
|
|
36252
|
+
text-align: center;
|
|
35401
36253
|
transition: background-color 300ms;
|
|
35402
36254
|
}
|
|
35403
36255
|
.app-icons .ant-col-6:hover {
|
|
@@ -35405,8 +36257,8 @@ body {
|
|
|
35405
36257
|
}
|
|
35406
36258
|
.app-icons i {
|
|
35407
36259
|
padding: 15px;
|
|
35408
|
-
font-size: 22px;
|
|
35409
36260
|
border-radius: 50%;
|
|
36261
|
+
font-size: 22px;
|
|
35410
36262
|
}
|
|
35411
36263
|
.app-icons small {
|
|
35412
36264
|
display: block;
|
|
@@ -35500,9 +36352,9 @@ body {
|
|
|
35500
36352
|
width: 100%;
|
|
35501
36353
|
}
|
|
35502
36354
|
.st__btn-sub .st__btn-text {
|
|
36355
|
+
display: block;
|
|
35503
36356
|
width: 100%;
|
|
35504
36357
|
color: inherit;
|
|
35505
|
-
display: block;
|
|
35506
36358
|
}
|
|
35507
36359
|
.st__btn-disabled .st__btn-text {
|
|
35508
36360
|
pointer-events: none;
|
|
@@ -35757,8 +36609,8 @@ body {
|
|
|
35757
36609
|
border-bottom: 1px solid #303030;
|
|
35758
36610
|
}
|
|
35759
36611
|
.sv__bordered .sv__label {
|
|
35760
|
-
background-color: rgba(255, 255, 255, 0.04);
|
|
35761
36612
|
border-right: 1px solid #303030;
|
|
36613
|
+
background-color: rgba(255, 255, 255, 0.04);
|
|
35762
36614
|
}
|
|
35763
36615
|
.sv__bordered .sv__label,
|
|
35764
36616
|
.sv__bordered .sv__detail {
|
|
@@ -35902,50 +36754,6 @@ body {
|
|
|
35902
36754
|
width: 100% !important;
|
|
35903
36755
|
}
|
|
35904
36756
|
}
|
|
35905
|
-
.avatar-list {
|
|
35906
|
-
display: inline-block;
|
|
35907
|
-
}
|
|
35908
|
-
.avatar-list__wrap {
|
|
35909
|
-
display: inline-block;
|
|
35910
|
-
margin-left: 8px;
|
|
35911
|
-
padding: 0;
|
|
35912
|
-
font-size: 0;
|
|
35913
|
-
}
|
|
35914
|
-
.avatar-list__item {
|
|
35915
|
-
display: inline-block;
|
|
35916
|
-
width: 32px;
|
|
35917
|
-
height: 32px;
|
|
35918
|
-
margin-left: -8px;
|
|
35919
|
-
font-size: 14px;
|
|
35920
|
-
}
|
|
35921
|
-
.avatar-list__item .ant-avatar {
|
|
35922
|
-
cursor: pointer;
|
|
35923
|
-
border: 1px solid #fff;
|
|
35924
|
-
}
|
|
35925
|
-
.avatar-list__large {
|
|
35926
|
-
width: 40px;
|
|
35927
|
-
height: 40px;
|
|
35928
|
-
}
|
|
35929
|
-
.avatar-list__small {
|
|
35930
|
-
width: 24px;
|
|
35931
|
-
height: 24px;
|
|
35932
|
-
}
|
|
35933
|
-
.avatar-list__mini {
|
|
35934
|
-
width: 20px;
|
|
35935
|
-
height: 20px;
|
|
35936
|
-
}
|
|
35937
|
-
.avatar-list__mini .ant-avatar {
|
|
35938
|
-
width: 20px;
|
|
35939
|
-
height: 20px;
|
|
35940
|
-
line-height: 20px;
|
|
35941
|
-
}
|
|
35942
|
-
.avatar-list__mini .ant-avatar-string {
|
|
35943
|
-
font-size: 12px;
|
|
35944
|
-
line-height: 18px;
|
|
35945
|
-
}
|
|
35946
|
-
.avatar-list-rtl {
|
|
35947
|
-
direction: rtl;
|
|
35948
|
-
}
|
|
35949
36757
|
ellipsis {
|
|
35950
36758
|
display: inline;
|
|
35951
36759
|
}
|
|
@@ -36075,9 +36883,9 @@ ellipsis {
|
|
|
36075
36883
|
width: 100%;
|
|
36076
36884
|
height: 56px;
|
|
36077
36885
|
padding: 0 24px;
|
|
36886
|
+
border-top: 1px solid #303030;
|
|
36078
36887
|
line-height: 56px;
|
|
36079
36888
|
background: #1f1f1f;
|
|
36080
|
-
border-top: 1px solid #303030;
|
|
36081
36889
|
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.32), 0 -9px 28px 0 rgba(0, 0, 0, 0.2), 0 -12px 48px 16px rgba(0, 0, 0, 0.12);
|
|
36082
36890
|
transition: all 0.3s;
|
|
36083
36891
|
}
|
|
@@ -36181,11 +36989,11 @@ ellipsis {
|
|
|
36181
36989
|
.notice-icon__clear {
|
|
36182
36990
|
cursor: pointer;
|
|
36183
36991
|
height: 46px;
|
|
36992
|
+
border-top: 1px solid #303030;
|
|
36993
|
+
border-radius: 0 0 2px 2px;
|
|
36184
36994
|
line-height: 46px;
|
|
36185
36995
|
color: rgba(255, 255, 255, 0.85);
|
|
36186
36996
|
text-align: center;
|
|
36187
|
-
border-top: 1px solid #303030;
|
|
36188
|
-
border-radius: 0 0 2px 2px;
|
|
36189
36997
|
transition: all 0.3s;
|
|
36190
36998
|
}
|
|
36191
36999
|
.notice-icon__clear:hover {
|
|
@@ -36219,8 +37027,8 @@ ellipsis {
|
|
|
36219
37027
|
.page-header {
|
|
36220
37028
|
display: block;
|
|
36221
37029
|
padding: 24px;
|
|
36222
|
-
background-color: #141414;
|
|
36223
37030
|
border-bottom: 1px solid #303030;
|
|
37031
|
+
background-color: #141414;
|
|
36224
37032
|
}
|
|
36225
37033
|
.page-header__wide {
|
|
36226
37034
|
max-width: 1200px;
|
|
@@ -36379,8 +37187,8 @@ ellipsis {
|
|
|
36379
37187
|
}
|
|
36380
37188
|
.quick-menu,
|
|
36381
37189
|
.quick-menu__ctrl {
|
|
36382
|
-
background-color: #1f1f1f;
|
|
36383
37190
|
border: 1px solid #303030;
|
|
37191
|
+
background-color: #1f1f1f;
|
|
36384
37192
|
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2), 0 12px 48px 16px rgba(0, 0, 0, 0.12);
|
|
36385
37193
|
}
|
|
36386
37194
|
.quick-menu__inner {
|
|
@@ -36394,73 +37202,14 @@ ellipsis {
|
|
|
36394
37202
|
left: -50px;
|
|
36395
37203
|
width: 50px;
|
|
36396
37204
|
height: 50px;
|
|
36397
|
-
text-align: center;
|
|
36398
37205
|
border-right: 0;
|
|
36399
37206
|
border-radius: 3px 0 0 3px;
|
|
37207
|
+
text-align: center;
|
|
36400
37208
|
}
|
|
36401
37209
|
.quick-menu__ctrl-icon {
|
|
36402
37210
|
font-size: 20px;
|
|
36403
37211
|
line-height: 49px;
|
|
36404
37212
|
}
|
|
36405
|
-
.result {
|
|
36406
|
-
display: block;
|
|
36407
|
-
width: 72%;
|
|
36408
|
-
margin: 0 auto;
|
|
36409
|
-
text-align: center;
|
|
36410
|
-
}
|
|
36411
|
-
.result__icon {
|
|
36412
|
-
margin-bottom: 24px;
|
|
36413
|
-
font-size: 72px;
|
|
36414
|
-
line-height: 72px;
|
|
36415
|
-
}
|
|
36416
|
-
.result__icon-success {
|
|
36417
|
-
color: #49aa19;
|
|
36418
|
-
}
|
|
36419
|
-
.result__icon-error {
|
|
36420
|
-
color: #a61d24;
|
|
36421
|
-
}
|
|
36422
|
-
.result__title {
|
|
36423
|
-
margin-bottom: 16px;
|
|
36424
|
-
font-size: 24px;
|
|
36425
|
-
font-weight: 500;
|
|
36426
|
-
line-height: 32px;
|
|
36427
|
-
color: rgba(255, 255, 255, 0.85);
|
|
36428
|
-
}
|
|
36429
|
-
.result__desc {
|
|
36430
|
-
margin-bottom: 24px;
|
|
36431
|
-
font-size: 14px;
|
|
36432
|
-
line-height: 22px;
|
|
36433
|
-
color: rgba(255, 255, 255, 0.45);
|
|
36434
|
-
}
|
|
36435
|
-
.result__extra {
|
|
36436
|
-
padding: 24px 40px;
|
|
36437
|
-
text-align: left;
|
|
36438
|
-
background: rgba(255, 255, 255, 0.04);
|
|
36439
|
-
border-radius: 2px;
|
|
36440
|
-
}
|
|
36441
|
-
@media screen and (max-width: 480px) {
|
|
36442
|
-
.result__extra {
|
|
36443
|
-
padding: 18px 20px;
|
|
36444
|
-
}
|
|
36445
|
-
}
|
|
36446
|
-
.result__actions {
|
|
36447
|
-
margin-top: 32px;
|
|
36448
|
-
}
|
|
36449
|
-
.result__actions button:not(:last-child) {
|
|
36450
|
-
margin-right: 8px;
|
|
36451
|
-
}
|
|
36452
|
-
.result .ant-steps .ant-steps-head,
|
|
36453
|
-
.result .ant-steps .ant-steps-title {
|
|
36454
|
-
background: rgba(255, 255, 255, 0.04);
|
|
36455
|
-
}
|
|
36456
|
-
@media screen and (max-width: 480px) {
|
|
36457
|
-
.result {
|
|
36458
|
-
width: 100%;
|
|
36459
|
-
}
|
|
36460
|
-
}
|
|
36461
|
-
.result-rtl {
|
|
36462
|
-
direction: rtl;
|
|
36463
|
-
}
|
|
36464
37213
|
.reuse-tab {
|
|
36465
37214
|
user-select: none;
|
|
36466
37215
|
display: block;
|
|
@@ -36693,8 +37442,8 @@ ellipsis {
|
|
|
36693
37442
|
margin-right: 4px;
|
|
36694
37443
|
}
|
|
36695
37444
|
.cell .img {
|
|
36696
|
-
vertical-align: middle;
|
|
36697
37445
|
border-radius: 4px;
|
|
37446
|
+
vertical-align: middle;
|
|
36698
37447
|
}
|
|
36699
37448
|
.cell .unit {
|
|
36700
37449
|
margin-left: 2px;
|
|
@@ -36799,8 +37548,8 @@ g2-tag-cloud {
|
|
|
36799
37548
|
.g2-mini-progress__value {
|
|
36800
37549
|
width: 0;
|
|
36801
37550
|
height: 100%;
|
|
36802
|
-
background-color: #177ddc;
|
|
36803
37551
|
border-radius: 1px 0 0 1px;
|
|
37552
|
+
background-color: #177ddc;
|
|
36804
37553
|
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
|
36805
37554
|
}
|
|
36806
37555
|
.g2-mini-progress__target {
|