@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/variable.css
CHANGED
|
@@ -6317,6 +6317,56 @@ nz-comment-content {
|
|
|
6317
6317
|
border-color: transparent !important;
|
|
6318
6318
|
box-shadow: none !important;
|
|
6319
6319
|
}
|
|
6320
|
+
.ant-picker.ant-picker-filled {
|
|
6321
|
+
background-color: #f5f5f5 !important;
|
|
6322
|
+
border-color: transparent !important;
|
|
6323
|
+
box-shadow: none !important;
|
|
6324
|
+
}
|
|
6325
|
+
.ant-picker.ant-picker-filled:hover {
|
|
6326
|
+
background-color: #f0f0f0 !important;
|
|
6327
|
+
border-color: transparent !important;
|
|
6328
|
+
box-shadow: none !important;
|
|
6329
|
+
}
|
|
6330
|
+
.ant-picker.ant-picker-filled:focus,
|
|
6331
|
+
.ant-picker.ant-picker-filled.ant-picker-focused {
|
|
6332
|
+
border-color: var(--ant-primary-color-hover) !important;
|
|
6333
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline) !important;
|
|
6334
|
+
border-right-width: 1px !important;
|
|
6335
|
+
outline: 0 !important;
|
|
6336
|
+
background-color: transparent !important;
|
|
6337
|
+
box-shadow: none !important;
|
|
6338
|
+
}
|
|
6339
|
+
.ant-input-rtl .ant-picker.ant-picker-filled:focus,
|
|
6340
|
+
.ant-input-rtl .ant-picker.ant-picker-filled.ant-picker-focused {
|
|
6341
|
+
border-right-width: 0 !important;
|
|
6342
|
+
border-left-width: 1px !important;
|
|
6343
|
+
}
|
|
6344
|
+
.ant-picker.ant-picker-filled.ant-picker-disabled,
|
|
6345
|
+
.ant-picker.ant-picker-filled.ant-picker[disabled] {
|
|
6346
|
+
background-color: #f5f5f5 !important;
|
|
6347
|
+
border-color: #d9d9d9 !important;
|
|
6348
|
+
box-shadow: none !important;
|
|
6349
|
+
cursor: not-allowed !important;
|
|
6350
|
+
opacity: 1 !important;
|
|
6351
|
+
pointer-events: none !important;
|
|
6352
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
6353
|
+
}
|
|
6354
|
+
.ant-picker.ant-picker-filled.ant-picker-disabled:hover,
|
|
6355
|
+
.ant-picker.ant-picker-filled.ant-picker[disabled]:hover {
|
|
6356
|
+
border-color: #d9d9d9 !important;
|
|
6357
|
+
border-right-width: 1px !important;
|
|
6358
|
+
}
|
|
6359
|
+
.ant-picker.ant-picker-underlined,
|
|
6360
|
+
.ant-picker.ant-picker-underlined:hover,
|
|
6361
|
+
.ant-picker.ant-picker-underlined:focus,
|
|
6362
|
+
.ant-picker.ant-picker-underlined.ant-picker-focused,
|
|
6363
|
+
.ant-picker.ant-picker-underlined.ant-picker-disabled,
|
|
6364
|
+
.ant-picker.ant-picker-underlined.ant-picker[disabled] {
|
|
6365
|
+
background-color: transparent !important;
|
|
6366
|
+
border-width: 0 0 1px !important;
|
|
6367
|
+
border-radius: 0 !important;
|
|
6368
|
+
box-shadow: none !important;
|
|
6369
|
+
}
|
|
6320
6370
|
.ant-picker-input {
|
|
6321
6371
|
position: relative;
|
|
6322
6372
|
display: inline-flex;
|
|
@@ -6404,15 +6454,64 @@ nz-comment-content {
|
|
|
6404
6454
|
border-color: #d9d9d9;
|
|
6405
6455
|
border-right-width: 1px;
|
|
6406
6456
|
}
|
|
6407
|
-
.ant-picker-input > input-borderless,
|
|
6408
|
-
.ant-picker-input > input-borderless:hover,
|
|
6409
|
-
.ant-picker-input > input-borderless:focus,
|
|
6410
|
-
.ant-picker-input > input-borderless-focused,
|
|
6411
|
-
.ant-picker-input > input-borderless-disabled,
|
|
6412
|
-
.ant-picker-input > input-borderless[disabled] {
|
|
6413
|
-
background-color: transparent;
|
|
6414
|
-
border: none;
|
|
6415
|
-
box-shadow: none;
|
|
6457
|
+
.ant-picker-input > input-borderless.ant-picker-input > input,
|
|
6458
|
+
.ant-picker-input > input-borderless.ant-picker-input > input:hover,
|
|
6459
|
+
.ant-picker-input > input-borderless.ant-picker-input > input:focus,
|
|
6460
|
+
.ant-picker-input > input-borderless.ant-picker-input > input-focused,
|
|
6461
|
+
.ant-picker-input > input-borderless.ant-picker-input > input-disabled,
|
|
6462
|
+
.ant-picker-input > input-borderless.ant-picker-input > input[disabled] {
|
|
6463
|
+
background-color: transparent !important;
|
|
6464
|
+
border: none !important;
|
|
6465
|
+
box-shadow: none !important;
|
|
6466
|
+
}
|
|
6467
|
+
.ant-picker-input > input-filled {
|
|
6468
|
+
background-color: #f5f5f5 !important;
|
|
6469
|
+
border-color: transparent;
|
|
6470
|
+
box-shadow: none !important;
|
|
6471
|
+
}
|
|
6472
|
+
.ant-picker-input > input-filled:hover.ant-picker-input > input:not(.ant-picker-input > input-focused) {
|
|
6473
|
+
background-color: #f0f0f0 !important;
|
|
6474
|
+
border-color: transparent !important;
|
|
6475
|
+
}
|
|
6476
|
+
.ant-picker-input > input-filled:focus,
|
|
6477
|
+
.ant-picker-input > input-filled.ant-picker-input > input-focused {
|
|
6478
|
+
border-color: var(--ant-primary-color-hover);
|
|
6479
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
|
6480
|
+
border-right-width: 1px;
|
|
6481
|
+
outline: 0;
|
|
6482
|
+
background-color: transparent !important;
|
|
6483
|
+
box-shadow: none !important;
|
|
6484
|
+
}
|
|
6485
|
+
.ant-input-rtl .ant-picker-input > input-filled:focus,
|
|
6486
|
+
.ant-input-rtl .ant-picker-input > input-filled.ant-picker-input > input-focused {
|
|
6487
|
+
border-right-width: 0;
|
|
6488
|
+
border-left-width: 1px !important;
|
|
6489
|
+
}
|
|
6490
|
+
.ant-picker-input > input-filled.ant-picker-input > input-disabled,
|
|
6491
|
+
.ant-picker-input > input-filled.ant-picker-input > input[disabled] {
|
|
6492
|
+
background-color: #f5f5f5 !important;
|
|
6493
|
+
border-color: #d9d9d9 !important;
|
|
6494
|
+
box-shadow: none !important;
|
|
6495
|
+
cursor: not-allowed !important;
|
|
6496
|
+
opacity: 1 !important;
|
|
6497
|
+
pointer-events: none !important;
|
|
6498
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
6499
|
+
}
|
|
6500
|
+
.ant-picker-input > input-filled.ant-picker-input > input-disabled:hover,
|
|
6501
|
+
.ant-picker-input > input-filled.ant-picker-input > input[disabled]:hover {
|
|
6502
|
+
border-color: #d9d9d9 !important;
|
|
6503
|
+
border-right-width: 1px !important;
|
|
6504
|
+
}
|
|
6505
|
+
.ant-picker-input > input-underlined.ant-picker-input > input,
|
|
6506
|
+
.ant-picker-input > input-underlined:hover,
|
|
6507
|
+
.ant-picker-input > input-underlined:focus,
|
|
6508
|
+
.ant-picker-input > input-underlined.ant-picker-input > input-focused,
|
|
6509
|
+
.ant-picker-input > input-underlined.ant-picker-input > input-disabled,
|
|
6510
|
+
.ant-picker-input > input-underlined.ant-picker-input > input[disabled] {
|
|
6511
|
+
background-color: transparent !important;
|
|
6512
|
+
border-width: 0 0 1px !important;
|
|
6513
|
+
border-radius: 0 !important;
|
|
6514
|
+
box-shadow: none !important;
|
|
6416
6515
|
}
|
|
6417
6516
|
textarea.ant-picker-input > input {
|
|
6418
6517
|
max-width: 100%;
|
|
@@ -6679,7 +6778,7 @@ textarea.ant-picker-input > input {
|
|
|
6679
6778
|
.ant-picker-panel-container .ant-picker-panel {
|
|
6680
6779
|
vertical-align: top;
|
|
6681
6780
|
background: transparent;
|
|
6682
|
-
border-width: 0 0 1px
|
|
6781
|
+
border-width: 0 0 1px;
|
|
6683
6782
|
border-radius: 0;
|
|
6684
6783
|
}
|
|
6685
6784
|
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
|
|
@@ -13854,15 +13953,64 @@ nz-empty {
|
|
|
13854
13953
|
border-color: #d9d9d9;
|
|
13855
13954
|
border-right-width: 1px;
|
|
13856
13955
|
}
|
|
13857
|
-
.ant-input-affix-wrapper-borderless,
|
|
13858
|
-
.ant-input-affix-wrapper-borderless:hover,
|
|
13859
|
-
.ant-input-affix-wrapper-borderless:focus,
|
|
13860
|
-
.ant-input-affix-wrapper-borderless-focused,
|
|
13861
|
-
.ant-input-affix-wrapper-borderless-disabled,
|
|
13862
|
-
.ant-input-affix-wrapper-borderless[disabled] {
|
|
13863
|
-
background-color: transparent;
|
|
13864
|
-
border: none;
|
|
13865
|
-
box-shadow: none;
|
|
13956
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper,
|
|
13957
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper:hover,
|
|
13958
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper:focus,
|
|
13959
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-focused,
|
|
13960
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-disabled,
|
|
13961
|
+
.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper[disabled] {
|
|
13962
|
+
background-color: transparent !important;
|
|
13963
|
+
border: none !important;
|
|
13964
|
+
box-shadow: none !important;
|
|
13965
|
+
}
|
|
13966
|
+
.ant-input-affix-wrapper-filled {
|
|
13967
|
+
background-color: #f5f5f5 !important;
|
|
13968
|
+
border-color: transparent;
|
|
13969
|
+
box-shadow: none !important;
|
|
13970
|
+
}
|
|
13971
|
+
.ant-input-affix-wrapper-filled:hover.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-focused) {
|
|
13972
|
+
background-color: #f0f0f0 !important;
|
|
13973
|
+
border-color: transparent !important;
|
|
13974
|
+
}
|
|
13975
|
+
.ant-input-affix-wrapper-filled:focus,
|
|
13976
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
|
|
13977
|
+
border-color: var(--ant-primary-color-hover);
|
|
13978
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
|
13979
|
+
border-right-width: 1px;
|
|
13980
|
+
outline: 0;
|
|
13981
|
+
background-color: transparent !important;
|
|
13982
|
+
box-shadow: none !important;
|
|
13983
|
+
}
|
|
13984
|
+
.ant-input-rtl .ant-input-affix-wrapper-filled:focus,
|
|
13985
|
+
.ant-input-rtl .ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
|
|
13986
|
+
border-right-width: 0;
|
|
13987
|
+
border-left-width: 1px !important;
|
|
13988
|
+
}
|
|
13989
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled,
|
|
13990
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled] {
|
|
13991
|
+
background-color: #f5f5f5 !important;
|
|
13992
|
+
border-color: #d9d9d9 !important;
|
|
13993
|
+
box-shadow: none !important;
|
|
13994
|
+
cursor: not-allowed !important;
|
|
13995
|
+
opacity: 1 !important;
|
|
13996
|
+
pointer-events: none !important;
|
|
13997
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
13998
|
+
}
|
|
13999
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled:hover,
|
|
14000
|
+
.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled]:hover {
|
|
14001
|
+
border-color: #d9d9d9 !important;
|
|
14002
|
+
border-right-width: 1px !important;
|
|
14003
|
+
}
|
|
14004
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper,
|
|
14005
|
+
.ant-input-affix-wrapper-underlined:hover,
|
|
14006
|
+
.ant-input-affix-wrapper-underlined:focus,
|
|
14007
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-focused,
|
|
14008
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-disabled,
|
|
14009
|
+
.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper[disabled] {
|
|
14010
|
+
background-color: transparent !important;
|
|
14011
|
+
border-width: 0 0 1px !important;
|
|
14012
|
+
border-radius: 0 !important;
|
|
14013
|
+
box-shadow: none !important;
|
|
13866
14014
|
}
|
|
13867
14015
|
textarea.ant-input-affix-wrapper {
|
|
13868
14016
|
max-width: 100%;
|
|
@@ -14139,15 +14287,64 @@ textarea.ant-input-affix-wrapper {
|
|
|
14139
14287
|
border-color: #d9d9d9;
|
|
14140
14288
|
border-right-width: 1px;
|
|
14141
14289
|
}
|
|
14142
|
-
.ant-input-borderless,
|
|
14143
|
-
.ant-input-borderless:hover,
|
|
14144
|
-
.ant-input-borderless:focus,
|
|
14145
|
-
.ant-input-borderless-focused,
|
|
14146
|
-
.ant-input-borderless-disabled,
|
|
14147
|
-
.ant-input-borderless[disabled] {
|
|
14148
|
-
background-color: transparent;
|
|
14149
|
-
border: none;
|
|
14150
|
-
box-shadow: none;
|
|
14290
|
+
.ant-input-borderless.ant-input,
|
|
14291
|
+
.ant-input-borderless.ant-input:hover,
|
|
14292
|
+
.ant-input-borderless.ant-input:focus,
|
|
14293
|
+
.ant-input-borderless.ant-input-focused,
|
|
14294
|
+
.ant-input-borderless.ant-input-disabled,
|
|
14295
|
+
.ant-input-borderless.ant-input[disabled] {
|
|
14296
|
+
background-color: transparent !important;
|
|
14297
|
+
border: none !important;
|
|
14298
|
+
box-shadow: none !important;
|
|
14299
|
+
}
|
|
14300
|
+
.ant-input-filled {
|
|
14301
|
+
background-color: #f5f5f5 !important;
|
|
14302
|
+
border-color: transparent;
|
|
14303
|
+
box-shadow: none !important;
|
|
14304
|
+
}
|
|
14305
|
+
.ant-input-filled:hover.ant-input:not(.ant-input-focused) {
|
|
14306
|
+
background-color: #f0f0f0 !important;
|
|
14307
|
+
border-color: transparent !important;
|
|
14308
|
+
}
|
|
14309
|
+
.ant-input-filled:focus,
|
|
14310
|
+
.ant-input-filled.ant-input-focused {
|
|
14311
|
+
border-color: var(--ant-primary-color-hover);
|
|
14312
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
|
14313
|
+
border-right-width: 1px;
|
|
14314
|
+
outline: 0;
|
|
14315
|
+
background-color: transparent !important;
|
|
14316
|
+
box-shadow: none !important;
|
|
14317
|
+
}
|
|
14318
|
+
.ant-input-rtl .ant-input-filled:focus,
|
|
14319
|
+
.ant-input-rtl .ant-input-filled.ant-input-focused {
|
|
14320
|
+
border-right-width: 0;
|
|
14321
|
+
border-left-width: 1px !important;
|
|
14322
|
+
}
|
|
14323
|
+
.ant-input-filled.ant-input-disabled,
|
|
14324
|
+
.ant-input-filled.ant-input[disabled] {
|
|
14325
|
+
background-color: #f5f5f5 !important;
|
|
14326
|
+
border-color: #d9d9d9 !important;
|
|
14327
|
+
box-shadow: none !important;
|
|
14328
|
+
cursor: not-allowed !important;
|
|
14329
|
+
opacity: 1 !important;
|
|
14330
|
+
pointer-events: none !important;
|
|
14331
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
14332
|
+
}
|
|
14333
|
+
.ant-input-filled.ant-input-disabled:hover,
|
|
14334
|
+
.ant-input-filled.ant-input[disabled]:hover {
|
|
14335
|
+
border-color: #d9d9d9 !important;
|
|
14336
|
+
border-right-width: 1px !important;
|
|
14337
|
+
}
|
|
14338
|
+
.ant-input-underlined.ant-input,
|
|
14339
|
+
.ant-input-underlined:hover,
|
|
14340
|
+
.ant-input-underlined:focus,
|
|
14341
|
+
.ant-input-underlined.ant-input-focused,
|
|
14342
|
+
.ant-input-underlined.ant-input-disabled,
|
|
14343
|
+
.ant-input-underlined.ant-input[disabled] {
|
|
14344
|
+
background-color: transparent !important;
|
|
14345
|
+
border-width: 0 0 1px !important;
|
|
14346
|
+
border-radius: 0 !important;
|
|
14347
|
+
box-shadow: none !important;
|
|
14151
14348
|
}
|
|
14152
14349
|
textarea.ant-input {
|
|
14153
14350
|
max-width: 100%;
|
|
@@ -15251,15 +15448,64 @@ nz-form-item-feedback-icon.ant-input-suffix {
|
|
|
15251
15448
|
border-color: #d9d9d9;
|
|
15252
15449
|
border-right-width: 1px;
|
|
15253
15450
|
}
|
|
15254
|
-
.ant-input-number-affix-wrapper-borderless,
|
|
15255
|
-
.ant-input-number-affix-wrapper-borderless:hover,
|
|
15256
|
-
.ant-input-number-affix-wrapper-borderless:focus,
|
|
15257
|
-
.ant-input-number-affix-wrapper-borderless-focused,
|
|
15258
|
-
.ant-input-number-affix-wrapper-borderless-disabled,
|
|
15259
|
-
.ant-input-number-affix-wrapper-borderless[disabled] {
|
|
15260
|
-
background-color: transparent;
|
|
15261
|
-
border: none;
|
|
15262
|
-
box-shadow: none;
|
|
15451
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper,
|
|
15452
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper:hover,
|
|
15453
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper:focus,
|
|
15454
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-focused,
|
|
15455
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-disabled,
|
|
15456
|
+
.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper[disabled] {
|
|
15457
|
+
background-color: transparent !important;
|
|
15458
|
+
border: none !important;
|
|
15459
|
+
box-shadow: none !important;
|
|
15460
|
+
}
|
|
15461
|
+
.ant-input-number-affix-wrapper-filled {
|
|
15462
|
+
background-color: #f5f5f5 !important;
|
|
15463
|
+
border-color: transparent;
|
|
15464
|
+
box-shadow: none !important;
|
|
15465
|
+
}
|
|
15466
|
+
.ant-input-number-affix-wrapper-filled:hover.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-focused) {
|
|
15467
|
+
background-color: #f0f0f0 !important;
|
|
15468
|
+
border-color: transparent !important;
|
|
15469
|
+
}
|
|
15470
|
+
.ant-input-number-affix-wrapper-filled:focus,
|
|
15471
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
|
|
15472
|
+
border-color: var(--ant-primary-color-hover);
|
|
15473
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
|
15474
|
+
border-right-width: 1px;
|
|
15475
|
+
outline: 0;
|
|
15476
|
+
background-color: transparent !important;
|
|
15477
|
+
box-shadow: none !important;
|
|
15478
|
+
}
|
|
15479
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-filled:focus,
|
|
15480
|
+
.ant-input-rtl .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
|
|
15481
|
+
border-right-width: 0;
|
|
15482
|
+
border-left-width: 1px !important;
|
|
15483
|
+
}
|
|
15484
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled,
|
|
15485
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled] {
|
|
15486
|
+
background-color: #f5f5f5 !important;
|
|
15487
|
+
border-color: #d9d9d9 !important;
|
|
15488
|
+
box-shadow: none !important;
|
|
15489
|
+
cursor: not-allowed !important;
|
|
15490
|
+
opacity: 1 !important;
|
|
15491
|
+
pointer-events: none !important;
|
|
15492
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
15493
|
+
}
|
|
15494
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled:hover,
|
|
15495
|
+
.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled]:hover {
|
|
15496
|
+
border-color: #d9d9d9 !important;
|
|
15497
|
+
border-right-width: 1px !important;
|
|
15498
|
+
}
|
|
15499
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper,
|
|
15500
|
+
.ant-input-number-affix-wrapper-underlined:hover,
|
|
15501
|
+
.ant-input-number-affix-wrapper-underlined:focus,
|
|
15502
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-focused,
|
|
15503
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-disabled,
|
|
15504
|
+
.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper[disabled] {
|
|
15505
|
+
background-color: transparent !important;
|
|
15506
|
+
border-width: 0 0 1px !important;
|
|
15507
|
+
border-radius: 0 !important;
|
|
15508
|
+
box-shadow: none !important;
|
|
15263
15509
|
}
|
|
15264
15510
|
textarea.ant-input-number-affix-wrapper {
|
|
15265
15511
|
max-width: 100%;
|
|
@@ -15436,6 +15682,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
15436
15682
|
padding: 0;
|
|
15437
15683
|
border: 1px solid #d9d9d9;
|
|
15438
15684
|
border-radius: 2px;
|
|
15685
|
+
/* stylelint-disable less/no-duplicate-variables */
|
|
15439
15686
|
}
|
|
15440
15687
|
.ant-input-number::placeholder {
|
|
15441
15688
|
color: #bfbfbf;
|
|
@@ -15497,15 +15744,64 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
15497
15744
|
border-color: #d9d9d9;
|
|
15498
15745
|
border-right-width: 1px;
|
|
15499
15746
|
}
|
|
15500
|
-
.ant-input-number-borderless,
|
|
15501
|
-
.ant-input-number-borderless:hover,
|
|
15502
|
-
.ant-input-number-borderless:focus,
|
|
15503
|
-
.ant-input-number-borderless-focused,
|
|
15504
|
-
.ant-input-number-borderless-disabled,
|
|
15505
|
-
.ant-input-number-borderless[disabled] {
|
|
15506
|
-
background-color: transparent;
|
|
15507
|
-
border: none;
|
|
15508
|
-
box-shadow: none;
|
|
15747
|
+
.ant-input-number-borderless.ant-input-number,
|
|
15748
|
+
.ant-input-number-borderless.ant-input-number:hover,
|
|
15749
|
+
.ant-input-number-borderless.ant-input-number:focus,
|
|
15750
|
+
.ant-input-number-borderless.ant-input-number-focused,
|
|
15751
|
+
.ant-input-number-borderless.ant-input-number-disabled,
|
|
15752
|
+
.ant-input-number-borderless.ant-input-number[disabled] {
|
|
15753
|
+
background-color: transparent !important;
|
|
15754
|
+
border: none !important;
|
|
15755
|
+
box-shadow: none !important;
|
|
15756
|
+
}
|
|
15757
|
+
.ant-input-number-filled {
|
|
15758
|
+
background-color: #f5f5f5 !important;
|
|
15759
|
+
border-color: transparent;
|
|
15760
|
+
box-shadow: none !important;
|
|
15761
|
+
}
|
|
15762
|
+
.ant-input-number-filled:hover.ant-input-number:not(.ant-input-number-focused) {
|
|
15763
|
+
background-color: #f0f0f0 !important;
|
|
15764
|
+
border-color: transparent !important;
|
|
15765
|
+
}
|
|
15766
|
+
.ant-input-number-filled:focus,
|
|
15767
|
+
.ant-input-number-filled.ant-input-number-focused {
|
|
15768
|
+
border-color: var(--ant-primary-color-hover);
|
|
15769
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
|
15770
|
+
border-right-width: 1px;
|
|
15771
|
+
outline: 0;
|
|
15772
|
+
background-color: transparent !important;
|
|
15773
|
+
box-shadow: none !important;
|
|
15774
|
+
}
|
|
15775
|
+
.ant-input-rtl .ant-input-number-filled:focus,
|
|
15776
|
+
.ant-input-rtl .ant-input-number-filled.ant-input-number-focused {
|
|
15777
|
+
border-right-width: 0;
|
|
15778
|
+
border-left-width: 1px !important;
|
|
15779
|
+
}
|
|
15780
|
+
.ant-input-number-filled.ant-input-number-disabled,
|
|
15781
|
+
.ant-input-number-filled.ant-input-number[disabled] {
|
|
15782
|
+
background-color: #f5f5f5 !important;
|
|
15783
|
+
border-color: #d9d9d9 !important;
|
|
15784
|
+
box-shadow: none !important;
|
|
15785
|
+
cursor: not-allowed !important;
|
|
15786
|
+
opacity: 1 !important;
|
|
15787
|
+
pointer-events: none !important;
|
|
15788
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
15789
|
+
}
|
|
15790
|
+
.ant-input-number-filled.ant-input-number-disabled:hover,
|
|
15791
|
+
.ant-input-number-filled.ant-input-number[disabled]:hover {
|
|
15792
|
+
border-color: #d9d9d9 !important;
|
|
15793
|
+
border-right-width: 1px !important;
|
|
15794
|
+
}
|
|
15795
|
+
.ant-input-number-underlined.ant-input-number,
|
|
15796
|
+
.ant-input-number-underlined:hover,
|
|
15797
|
+
.ant-input-number-underlined:focus,
|
|
15798
|
+
.ant-input-number-underlined.ant-input-number-focused,
|
|
15799
|
+
.ant-input-number-underlined.ant-input-number-disabled,
|
|
15800
|
+
.ant-input-number-underlined.ant-input-number[disabled] {
|
|
15801
|
+
background-color: transparent !important;
|
|
15802
|
+
border-width: 0 0 1px !important;
|
|
15803
|
+
border-radius: 0 !important;
|
|
15804
|
+
box-shadow: none !important;
|
|
15509
15805
|
}
|
|
15510
15806
|
textarea.ant-input-number {
|
|
15511
15807
|
max-width: 100%;
|
|
@@ -16061,7 +16357,7 @@ textarea.ant-input-number {
|
|
|
16061
16357
|
right: 0;
|
|
16062
16358
|
width: 22px;
|
|
16063
16359
|
height: 100%;
|
|
16064
|
-
background:
|
|
16360
|
+
background: transparent;
|
|
16065
16361
|
border-radius: 0 2px 2px 0;
|
|
16066
16362
|
opacity: 0;
|
|
16067
16363
|
transition: opacity 0.24s linear 0.1s;
|
|
@@ -16126,9 +16422,6 @@ textarea.ant-input-number {
|
|
|
16126
16422
|
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
|
|
16127
16423
|
color: rgba(0, 0, 0, 0.25);
|
|
16128
16424
|
}
|
|
16129
|
-
.ant-input-number-borderless {
|
|
16130
|
-
box-shadow: none;
|
|
16131
|
-
}
|
|
16132
16425
|
.ant-input-number-out-of-range input {
|
|
16133
16426
|
color: var(--ant-error-color);
|
|
16134
16427
|
}
|
|
@@ -16579,7 +16872,9 @@ textarea.ant-input-number {
|
|
|
16579
16872
|
right: auto;
|
|
16580
16873
|
left: 0;
|
|
16581
16874
|
}
|
|
16582
|
-
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap
|
|
16875
|
+
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap,
|
|
16876
|
+
.ant-input-number-rtl.ant-input-number-filled .ant-input-number-handler-wrap,
|
|
16877
|
+
.ant-input-number-rtl.ant-input-number-underlined .ant-input-number-handler-wrap {
|
|
16583
16878
|
border-right-width: 0;
|
|
16584
16879
|
}
|
|
16585
16880
|
.ant-input-number-rtl .ant-input-number-handler-up {
|
|
@@ -18711,15 +19006,64 @@ nz-list-item-extra {
|
|
|
18711
19006
|
border-color: #d9d9d9;
|
|
18712
19007
|
border-right-width: 1px;
|
|
18713
19008
|
}
|
|
18714
|
-
.ant-mentions-borderless,
|
|
18715
|
-
.ant-mentions-borderless:hover,
|
|
18716
|
-
.ant-mentions-borderless:focus,
|
|
18717
|
-
.ant-mentions-borderless-focused,
|
|
18718
|
-
.ant-mentions-borderless-disabled,
|
|
18719
|
-
.ant-mentions-borderless[disabled] {
|
|
18720
|
-
background-color: transparent;
|
|
18721
|
-
border: none;
|
|
18722
|
-
box-shadow: none;
|
|
19009
|
+
.ant-mentions-borderless.ant-mentions,
|
|
19010
|
+
.ant-mentions-borderless.ant-mentions:hover,
|
|
19011
|
+
.ant-mentions-borderless.ant-mentions:focus,
|
|
19012
|
+
.ant-mentions-borderless.ant-mentions-focused,
|
|
19013
|
+
.ant-mentions-borderless.ant-mentions-disabled,
|
|
19014
|
+
.ant-mentions-borderless.ant-mentions[disabled] {
|
|
19015
|
+
background-color: transparent !important;
|
|
19016
|
+
border: none !important;
|
|
19017
|
+
box-shadow: none !important;
|
|
19018
|
+
}
|
|
19019
|
+
.ant-mentions-filled {
|
|
19020
|
+
background-color: #f5f5f5 !important;
|
|
19021
|
+
border-color: transparent;
|
|
19022
|
+
box-shadow: none !important;
|
|
19023
|
+
}
|
|
19024
|
+
.ant-mentions-filled:hover.ant-mentions:not(.ant-mentions-focused) {
|
|
19025
|
+
background-color: #f0f0f0 !important;
|
|
19026
|
+
border-color: transparent !important;
|
|
19027
|
+
}
|
|
19028
|
+
.ant-mentions-filled:focus,
|
|
19029
|
+
.ant-mentions-filled.ant-mentions-focused {
|
|
19030
|
+
border-color: var(--ant-primary-color-hover);
|
|
19031
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
|
19032
|
+
border-right-width: 1px;
|
|
19033
|
+
outline: 0;
|
|
19034
|
+
background-color: transparent !important;
|
|
19035
|
+
box-shadow: none !important;
|
|
19036
|
+
}
|
|
19037
|
+
.ant-input-rtl .ant-mentions-filled:focus,
|
|
19038
|
+
.ant-input-rtl .ant-mentions-filled.ant-mentions-focused {
|
|
19039
|
+
border-right-width: 0;
|
|
19040
|
+
border-left-width: 1px !important;
|
|
19041
|
+
}
|
|
19042
|
+
.ant-mentions-filled.ant-mentions-disabled,
|
|
19043
|
+
.ant-mentions-filled.ant-mentions[disabled] {
|
|
19044
|
+
background-color: #f5f5f5 !important;
|
|
19045
|
+
border-color: #d9d9d9 !important;
|
|
19046
|
+
box-shadow: none !important;
|
|
19047
|
+
cursor: not-allowed !important;
|
|
19048
|
+
opacity: 1 !important;
|
|
19049
|
+
pointer-events: none !important;
|
|
19050
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
19051
|
+
}
|
|
19052
|
+
.ant-mentions-filled.ant-mentions-disabled:hover,
|
|
19053
|
+
.ant-mentions-filled.ant-mentions[disabled]:hover {
|
|
19054
|
+
border-color: #d9d9d9 !important;
|
|
19055
|
+
border-right-width: 1px !important;
|
|
19056
|
+
}
|
|
19057
|
+
.ant-mentions-underlined.ant-mentions,
|
|
19058
|
+
.ant-mentions-underlined:hover,
|
|
19059
|
+
.ant-mentions-underlined:focus,
|
|
19060
|
+
.ant-mentions-underlined.ant-mentions-focused,
|
|
19061
|
+
.ant-mentions-underlined.ant-mentions-disabled,
|
|
19062
|
+
.ant-mentions-underlined.ant-mentions[disabled] {
|
|
19063
|
+
background-color: transparent !important;
|
|
19064
|
+
border-width: 0 0 1px !important;
|
|
19065
|
+
border-radius: 0 !important;
|
|
19066
|
+
box-shadow: none !important;
|
|
18723
19067
|
}
|
|
18724
19068
|
textarea.ant-mentions {
|
|
18725
19069
|
max-width: 100%;
|
|
@@ -20064,15 +20408,64 @@ nz-page-header-footer {
|
|
|
20064
20408
|
border-color: #d9d9d9;
|
|
20065
20409
|
border-right-width: 1px;
|
|
20066
20410
|
}
|
|
20067
|
-
.ant-pagination-options-quick-jumper input-borderless,
|
|
20068
|
-
.ant-pagination-options-quick-jumper input-borderless:hover,
|
|
20069
|
-
.ant-pagination-options-quick-jumper input-borderless:focus,
|
|
20070
|
-
.ant-pagination-options-quick-jumper input-borderless-focused,
|
|
20071
|
-
.ant-pagination-options-quick-jumper input-borderless-disabled,
|
|
20072
|
-
.ant-pagination-options-quick-jumper input-borderless[disabled] {
|
|
20073
|
-
background-color: transparent;
|
|
20074
|
-
border: none;
|
|
20075
|
-
box-shadow: none;
|
|
20411
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input,
|
|
20412
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input:hover,
|
|
20413
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input:focus,
|
|
20414
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-focused,
|
|
20415
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-disabled,
|
|
20416
|
+
.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input[disabled] {
|
|
20417
|
+
background-color: transparent !important;
|
|
20418
|
+
border: none !important;
|
|
20419
|
+
box-shadow: none !important;
|
|
20420
|
+
}
|
|
20421
|
+
.ant-pagination-options-quick-jumper input-filled {
|
|
20422
|
+
background-color: #f5f5f5 !important;
|
|
20423
|
+
border-color: transparent;
|
|
20424
|
+
box-shadow: none !important;
|
|
20425
|
+
}
|
|
20426
|
+
.ant-pagination-options-quick-jumper input-filled:hover.ant-pagination-options-quick-jumper input:not(.ant-pagination-options-quick-jumper input-focused) {
|
|
20427
|
+
background-color: #f0f0f0 !important;
|
|
20428
|
+
border-color: transparent !important;
|
|
20429
|
+
}
|
|
20430
|
+
.ant-pagination-options-quick-jumper input-filled:focus,
|
|
20431
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
|
|
20432
|
+
border-color: var(--ant-primary-color-hover);
|
|
20433
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
|
20434
|
+
border-right-width: 1px;
|
|
20435
|
+
outline: 0;
|
|
20436
|
+
background-color: transparent !important;
|
|
20437
|
+
box-shadow: none !important;
|
|
20438
|
+
}
|
|
20439
|
+
.ant-input-rtl .ant-pagination-options-quick-jumper input-filled:focus,
|
|
20440
|
+
.ant-input-rtl .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
|
|
20441
|
+
border-right-width: 0;
|
|
20442
|
+
border-left-width: 1px !important;
|
|
20443
|
+
}
|
|
20444
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled,
|
|
20445
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled] {
|
|
20446
|
+
background-color: #f5f5f5 !important;
|
|
20447
|
+
border-color: #d9d9d9 !important;
|
|
20448
|
+
box-shadow: none !important;
|
|
20449
|
+
cursor: not-allowed !important;
|
|
20450
|
+
opacity: 1 !important;
|
|
20451
|
+
pointer-events: none !important;
|
|
20452
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
20453
|
+
}
|
|
20454
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled:hover,
|
|
20455
|
+
.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
20456
|
+
border-color: #d9d9d9 !important;
|
|
20457
|
+
border-right-width: 1px !important;
|
|
20458
|
+
}
|
|
20459
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input,
|
|
20460
|
+
.ant-pagination-options-quick-jumper input-underlined:hover,
|
|
20461
|
+
.ant-pagination-options-quick-jumper input-underlined:focus,
|
|
20462
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-focused,
|
|
20463
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-disabled,
|
|
20464
|
+
.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input[disabled] {
|
|
20465
|
+
background-color: transparent !important;
|
|
20466
|
+
border-width: 0 0 1px !important;
|
|
20467
|
+
border-radius: 0 !important;
|
|
20468
|
+
box-shadow: none !important;
|
|
20076
20469
|
}
|
|
20077
20470
|
textarea.ant-pagination-options-quick-jumper input {
|
|
20078
20471
|
max-width: 100%;
|
|
@@ -21900,10 +22293,60 @@ span.ant-radio + * {
|
|
|
21900
22293
|
border-color: transparent !important;
|
|
21901
22294
|
box-shadow: none !important;
|
|
21902
22295
|
}
|
|
21903
|
-
.ant-select.ant-select-
|
|
21904
|
-
|
|
22296
|
+
.ant-select-filled .ant-select-selector {
|
|
22297
|
+
background-color: #f5f5f5 !important;
|
|
22298
|
+
border-color: transparent !important;
|
|
22299
|
+
box-shadow: none !important;
|
|
21905
22300
|
}
|
|
21906
|
-
.ant-select-
|
|
22301
|
+
.ant-select-filled:hover .ant-select-selector {
|
|
22302
|
+
background-color: #f0f0f0 !important;
|
|
22303
|
+
border-color: transparent !important;
|
|
22304
|
+
box-shadow: none !important;
|
|
22305
|
+
}
|
|
22306
|
+
.ant-select-filled:focus .ant-select-selector,
|
|
22307
|
+
.ant-select-filled.ant-select-focused .ant-select-selector {
|
|
22308
|
+
border-color: var(--ant-primary-color-hover) !important;
|
|
22309
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline) !important;
|
|
22310
|
+
border-right-width: 1px !important;
|
|
22311
|
+
outline: 0 !important;
|
|
22312
|
+
background-color: transparent !important;
|
|
22313
|
+
box-shadow: none !important;
|
|
22314
|
+
}
|
|
22315
|
+
.ant-input-rtl .ant-select-filled:focus .ant-select-selector,
|
|
22316
|
+
.ant-input-rtl .ant-select-filled.ant-select-focused .ant-select-selector {
|
|
22317
|
+
border-right-width: 0 !important;
|
|
22318
|
+
border-left-width: 1px !important;
|
|
22319
|
+
}
|
|
22320
|
+
.ant-select-filled.ant-select-disabled .ant-select-selector,
|
|
22321
|
+
.ant-select-filled.ant-select[disabled] .ant-select-selector {
|
|
22322
|
+
background-color: #f5f5f5 !important;
|
|
22323
|
+
border-color: #d9d9d9 !important;
|
|
22324
|
+
box-shadow: none !important;
|
|
22325
|
+
cursor: not-allowed !important;
|
|
22326
|
+
opacity: 1 !important;
|
|
22327
|
+
pointer-events: none !important;
|
|
22328
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
22329
|
+
}
|
|
22330
|
+
.ant-select-filled.ant-select-disabled .ant-select-selector:hover,
|
|
22331
|
+
.ant-select-filled.ant-select[disabled] .ant-select-selector:hover {
|
|
22332
|
+
border-color: #d9d9d9 !important;
|
|
22333
|
+
border-right-width: 1px !important;
|
|
22334
|
+
}
|
|
22335
|
+
.ant-select-underlined .ant-select-selector,
|
|
22336
|
+
.ant-select-underlined:hover .ant-select-selector,
|
|
22337
|
+
.ant-select-underlined:focus .ant-select-selector,
|
|
22338
|
+
.ant-select-underlined.ant-select-focused .ant-select-selector,
|
|
22339
|
+
.ant-select-underlined.ant-select-disabled .ant-select-selector,
|
|
22340
|
+
.ant-select-underlined.ant-select[disabled] .ant-select-selector {
|
|
22341
|
+
background-color: transparent !important;
|
|
22342
|
+
border-width: 0 0 1px !important;
|
|
22343
|
+
border-radius: 0 !important;
|
|
22344
|
+
box-shadow: none !important;
|
|
22345
|
+
}
|
|
22346
|
+
.ant-select.ant-select-in-form-item {
|
|
22347
|
+
width: 100%;
|
|
22348
|
+
}
|
|
22349
|
+
.ant-select-compact-item:not(.ant-select-compact-last-item) {
|
|
21907
22350
|
margin-right: -1px;
|
|
21908
22351
|
}
|
|
21909
22352
|
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
|
|
@@ -22939,6 +23382,229 @@ span.ant-radio + * {
|
|
|
22939
23382
|
nz-spin {
|
|
22940
23383
|
display: block;
|
|
22941
23384
|
}
|
|
23385
|
+
.ant-splitter {
|
|
23386
|
+
font-variant: tabular-nums;
|
|
23387
|
+
font-feature-settings: 'tnum';
|
|
23388
|
+
display: flex;
|
|
23389
|
+
align-items: stretch;
|
|
23390
|
+
box-sizing: border-box;
|
|
23391
|
+
width: 100%;
|
|
23392
|
+
height: 100%;
|
|
23393
|
+
margin: 0;
|
|
23394
|
+
padding: 0;
|
|
23395
|
+
color: rgba(0, 0, 0, 0.85);
|
|
23396
|
+
font-size: 14px;
|
|
23397
|
+
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';
|
|
23398
|
+
line-height: 1.5715;
|
|
23399
|
+
list-style: none;
|
|
23400
|
+
}
|
|
23401
|
+
.ant-splitter-horizontal {
|
|
23402
|
+
flex-direction: row;
|
|
23403
|
+
}
|
|
23404
|
+
.ant-splitter-vertical {
|
|
23405
|
+
flex-direction: column;
|
|
23406
|
+
}
|
|
23407
|
+
.ant-splitter-panel {
|
|
23408
|
+
box-sizing: border-box;
|
|
23409
|
+
padding: 0 1px;
|
|
23410
|
+
overflow: auto;
|
|
23411
|
+
scrollbar-width: thin;
|
|
23412
|
+
}
|
|
23413
|
+
.ant-splitter-panel-hidden {
|
|
23414
|
+
padding: 0;
|
|
23415
|
+
overflow: hidden;
|
|
23416
|
+
}
|
|
23417
|
+
.ant-splitter-panel:has(.ant-splitter:only-child) {
|
|
23418
|
+
overflow: hidden;
|
|
23419
|
+
}
|
|
23420
|
+
.ant-splitter-bar {
|
|
23421
|
+
position: relative;
|
|
23422
|
+
flex: none;
|
|
23423
|
+
user-select: none;
|
|
23424
|
+
}
|
|
23425
|
+
.ant-splitter-bar-preview {
|
|
23426
|
+
position: absolute;
|
|
23427
|
+
z-index: 1;
|
|
23428
|
+
display: none;
|
|
23429
|
+
background: var(--ant-primary-color);
|
|
23430
|
+
opacity: 0.2;
|
|
23431
|
+
transition: none;
|
|
23432
|
+
pointer-events: none;
|
|
23433
|
+
}
|
|
23434
|
+
.ant-splitter-bar-preview-active {
|
|
23435
|
+
display: block;
|
|
23436
|
+
}
|
|
23437
|
+
.ant-splitter-bar-dragger {
|
|
23438
|
+
position: absolute;
|
|
23439
|
+
top: 50%;
|
|
23440
|
+
left: 50%;
|
|
23441
|
+
z-index: 1;
|
|
23442
|
+
transform: translate(-50%, -50%);
|
|
23443
|
+
}
|
|
23444
|
+
.ant-splitter-bar-dragger::before {
|
|
23445
|
+
position: absolute;
|
|
23446
|
+
top: 50%;
|
|
23447
|
+
left: 50%;
|
|
23448
|
+
background: rgba(0, 0, 0, 0.04);
|
|
23449
|
+
transform: translate(-50%, -50%);
|
|
23450
|
+
content: '';
|
|
23451
|
+
}
|
|
23452
|
+
.ant-splitter-bar-dragger:hover:not(.ant-splitter-bar-dragger-active)::before {
|
|
23453
|
+
background: #e6f4ff;
|
|
23454
|
+
}
|
|
23455
|
+
.ant-splitter-bar-dragger::after {
|
|
23456
|
+
position: absolute;
|
|
23457
|
+
top: 50%;
|
|
23458
|
+
left: 50%;
|
|
23459
|
+
background: rgba(0, 0, 0, 0.15);
|
|
23460
|
+
transform: translate(-50%, -50%);
|
|
23461
|
+
content: '';
|
|
23462
|
+
}
|
|
23463
|
+
.ant-splitter-bar-dragger-active {
|
|
23464
|
+
z-index: 2;
|
|
23465
|
+
}
|
|
23466
|
+
.ant-splitter-bar-dragger-active::before {
|
|
23467
|
+
background: #bae0ff;
|
|
23468
|
+
}
|
|
23469
|
+
.ant-splitter-bar:hover .ant-splitter-bar-collapse-bar,
|
|
23470
|
+
.ant-splitter-bar:active .ant-splitter-bar-collapse-bar {
|
|
23471
|
+
opacity: 1;
|
|
23472
|
+
}
|
|
23473
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled {
|
|
23474
|
+
z-index: 0;
|
|
23475
|
+
}
|
|
23476
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled,
|
|
23477
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled:hover,
|
|
23478
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled-active {
|
|
23479
|
+
cursor: default;
|
|
23480
|
+
}
|
|
23481
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled::before,
|
|
23482
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled:hover::before,
|
|
23483
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled-active::before {
|
|
23484
|
+
background: rgba(0, 0, 0, 0.04);
|
|
23485
|
+
}
|
|
23486
|
+
.ant-splitter > .ant-splitter-bar > .ant-splitter-bar-dragger.ant-splitter-bar-dragger-disabled::after {
|
|
23487
|
+
display: none;
|
|
23488
|
+
}
|
|
23489
|
+
.ant-splitter-bar-collapse-bar {
|
|
23490
|
+
position: absolute;
|
|
23491
|
+
top: 50%;
|
|
23492
|
+
left: 50%;
|
|
23493
|
+
z-index: 1000;
|
|
23494
|
+
display: flex;
|
|
23495
|
+
align-items: center;
|
|
23496
|
+
justify-content: center;
|
|
23497
|
+
color: rgba(0, 0, 0, 0.85);
|
|
23498
|
+
font-size: 12px;
|
|
23499
|
+
background: rgba(0, 0, 0, 0.04);
|
|
23500
|
+
border-radius: 2px;
|
|
23501
|
+
transform: translate(-50%, -50%);
|
|
23502
|
+
cursor: pointer;
|
|
23503
|
+
opacity: 0;
|
|
23504
|
+
}
|
|
23505
|
+
.ant-splitter-bar-collapse-bar:hover {
|
|
23506
|
+
background: #e6f4ff;
|
|
23507
|
+
}
|
|
23508
|
+
.ant-splitter-bar-collapse-bar:active {
|
|
23509
|
+
background: #bae0ff;
|
|
23510
|
+
}
|
|
23511
|
+
.ant-splitter-horizontal > .ant-splitter-bar {
|
|
23512
|
+
width: 0;
|
|
23513
|
+
}
|
|
23514
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger {
|
|
23515
|
+
width: 6px;
|
|
23516
|
+
height: 100%;
|
|
23517
|
+
cursor: col-resize;
|
|
23518
|
+
}
|
|
23519
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger::before {
|
|
23520
|
+
width: 2px;
|
|
23521
|
+
height: 100%;
|
|
23522
|
+
}
|
|
23523
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger::after {
|
|
23524
|
+
width: 2px;
|
|
23525
|
+
height: 20px;
|
|
23526
|
+
}
|
|
23527
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-preview {
|
|
23528
|
+
width: 2px;
|
|
23529
|
+
height: 100%;
|
|
23530
|
+
}
|
|
23531
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar {
|
|
23532
|
+
width: 12px;
|
|
23533
|
+
height: 24px;
|
|
23534
|
+
}
|
|
23535
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar-start {
|
|
23536
|
+
right: calc(6px / 2);
|
|
23537
|
+
left: auto;
|
|
23538
|
+
transform: translateY(-50%);
|
|
23539
|
+
}
|
|
23540
|
+
.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar-end {
|
|
23541
|
+
right: auto;
|
|
23542
|
+
left: calc(6px / 2);
|
|
23543
|
+
transform: translateY(-50%);
|
|
23544
|
+
}
|
|
23545
|
+
.ant-splitter-vertical > .ant-splitter-bar {
|
|
23546
|
+
height: 0;
|
|
23547
|
+
}
|
|
23548
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger {
|
|
23549
|
+
width: 100%;
|
|
23550
|
+
height: 6px;
|
|
23551
|
+
cursor: row-resize;
|
|
23552
|
+
}
|
|
23553
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger:has(.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger-disabled) {
|
|
23554
|
+
cursor: default;
|
|
23555
|
+
}
|
|
23556
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger::before {
|
|
23557
|
+
width: 100%;
|
|
23558
|
+
height: 2px;
|
|
23559
|
+
}
|
|
23560
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger::after {
|
|
23561
|
+
width: 20px;
|
|
23562
|
+
height: 2px;
|
|
23563
|
+
}
|
|
23564
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-preview {
|
|
23565
|
+
width: 100%;
|
|
23566
|
+
height: 2px;
|
|
23567
|
+
}
|
|
23568
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar {
|
|
23569
|
+
width: 24px;
|
|
23570
|
+
height: 12px;
|
|
23571
|
+
}
|
|
23572
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar-start {
|
|
23573
|
+
top: auto;
|
|
23574
|
+
bottom: calc(6px / 2);
|
|
23575
|
+
transform: translateX(-50%);
|
|
23576
|
+
}
|
|
23577
|
+
.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar-end {
|
|
23578
|
+
top: calc(6px / 2);
|
|
23579
|
+
bottom: auto;
|
|
23580
|
+
transform: translateX(-50%);
|
|
23581
|
+
}
|
|
23582
|
+
.ant-splitter-mask {
|
|
23583
|
+
position: fixed;
|
|
23584
|
+
z-index: 1000;
|
|
23585
|
+
inset: 0;
|
|
23586
|
+
}
|
|
23587
|
+
.ant-splitter-mask-horizontal {
|
|
23588
|
+
cursor: col-resize;
|
|
23589
|
+
}
|
|
23590
|
+
.ant-splitter-mask-vertical {
|
|
23591
|
+
cursor: row-resize;
|
|
23592
|
+
}
|
|
23593
|
+
.ant-splitter-rtl {
|
|
23594
|
+
direction: rtl;
|
|
23595
|
+
}
|
|
23596
|
+
.ant-splitter-rtl .ant-splitter-dot-spin {
|
|
23597
|
+
transform: rotate(-45deg);
|
|
23598
|
+
animation-name: antRotateRtl;
|
|
23599
|
+
}
|
|
23600
|
+
@keyframes antRotateRtl {
|
|
23601
|
+
to {
|
|
23602
|
+
transform: rotate(-405deg);
|
|
23603
|
+
}
|
|
23604
|
+
}
|
|
23605
|
+
nz-splitter {
|
|
23606
|
+
display: block;
|
|
23607
|
+
}
|
|
22942
23608
|
.ant-statistic {
|
|
22943
23609
|
box-sizing: border-box;
|
|
22944
23610
|
margin: 0;
|
|
@@ -29154,6 +29820,9 @@ nz-tree {
|
|
|
29154
29820
|
margin-bottom: 4px;
|
|
29155
29821
|
overflow: auto;
|
|
29156
29822
|
}
|
|
29823
|
+
.ant-select-dropdown.ant-select-tree-dropdown .cdk-virtual-scroll-content-wrapper {
|
|
29824
|
+
overflow: auto;
|
|
29825
|
+
}
|
|
29157
29826
|
.ant-picker-calendar {
|
|
29158
29827
|
box-sizing: border-box;
|
|
29159
29828
|
margin: 0;
|
|
@@ -30072,7 +30741,7 @@ nz-space-item {
|
|
|
30072
30741
|
width: 16px;
|
|
30073
30742
|
height: 16px;
|
|
30074
30743
|
}
|
|
30075
|
-
.ant-
|
|
30744
|
+
.ant-hash-code {
|
|
30076
30745
|
display: flex;
|
|
30077
30746
|
flex-direction: column;
|
|
30078
30747
|
align-items: center;
|
|
@@ -30086,78 +30755,78 @@ nz-space-item {
|
|
|
30086
30755
|
list-style: none;
|
|
30087
30756
|
cursor: pointer;
|
|
30088
30757
|
}
|
|
30089
|
-
.ant-
|
|
30758
|
+
.ant-hash-code-header-copy {
|
|
30090
30759
|
margin-left: 8px;
|
|
30091
30760
|
cursor: pointer;
|
|
30092
30761
|
opacity: 0.45;
|
|
30093
30762
|
}
|
|
30094
|
-
.ant-
|
|
30763
|
+
.ant-hash-code-header {
|
|
30095
30764
|
display: flex;
|
|
30096
30765
|
justify-content: left;
|
|
30097
30766
|
width: 100%;
|
|
30098
30767
|
height: 22px;
|
|
30099
30768
|
padding-bottom: 8px;
|
|
30100
30769
|
}
|
|
30101
|
-
.ant-
|
|
30770
|
+
.ant-hash-code-header .ant-hash-code-header-title {
|
|
30102
30771
|
font-size: 14px;
|
|
30103
30772
|
line-height: 1.5715;
|
|
30104
30773
|
text-align: center;
|
|
30105
30774
|
opacity: 0.45;
|
|
30106
30775
|
}
|
|
30107
|
-
.ant-
|
|
30776
|
+
.ant-hash-code-header .ant-hash-code-header-logo {
|
|
30108
30777
|
display: flex;
|
|
30109
30778
|
flex: 1;
|
|
30110
30779
|
justify-content: right;
|
|
30111
30780
|
}
|
|
30112
|
-
.ant-
|
|
30781
|
+
.ant-hash-code-double {
|
|
30113
30782
|
width: 172px;
|
|
30114
30783
|
}
|
|
30115
|
-
.ant-
|
|
30784
|
+
.ant-hash-code-double.ant-hash-code-primary {
|
|
30116
30785
|
width: 220px;
|
|
30117
30786
|
}
|
|
30118
|
-
.ant-
|
|
30787
|
+
.ant-hash-code-single {
|
|
30119
30788
|
display: flex;
|
|
30120
30789
|
flex-direction: row-reverse;
|
|
30121
30790
|
width: 236px;
|
|
30122
30791
|
}
|
|
30123
|
-
.ant-
|
|
30792
|
+
.ant-hash-code-single.ant-hash-code-primary {
|
|
30124
30793
|
width: 284px;
|
|
30125
30794
|
}
|
|
30126
|
-
.ant-
|
|
30795
|
+
.ant-hash-code-single .ant-hash-code-header-copy {
|
|
30127
30796
|
margin-top: 8px;
|
|
30128
30797
|
}
|
|
30129
|
-
.ant-
|
|
30798
|
+
.ant-hash-code-strip {
|
|
30130
30799
|
width: 350px;
|
|
30131
30800
|
}
|
|
30132
|
-
.ant-
|
|
30801
|
+
.ant-hash-code-strip.ant-hash-code-primary {
|
|
30133
30802
|
width: 398px;
|
|
30134
30803
|
}
|
|
30135
|
-
.ant-
|
|
30804
|
+
.ant-hash-code-rect {
|
|
30136
30805
|
display: flex;
|
|
30137
30806
|
flex-direction: row-reverse;
|
|
30138
30807
|
width: 196px;
|
|
30139
30808
|
}
|
|
30140
|
-
.ant-
|
|
30809
|
+
.ant-hash-code-rect.ant-hash-code-primary {
|
|
30141
30810
|
width: 244px;
|
|
30142
30811
|
}
|
|
30143
|
-
.ant-
|
|
30812
|
+
.ant-hash-code-primary {
|
|
30144
30813
|
padding: 24px;
|
|
30145
30814
|
background-color: var(--ant-primary-color);
|
|
30146
30815
|
border-radius: 24px;
|
|
30147
30816
|
}
|
|
30148
|
-
.ant-
|
|
30817
|
+
.ant-hash-code-primary .ant-hash-code-header-copy {
|
|
30149
30818
|
opacity: 1;
|
|
30150
30819
|
}
|
|
30151
|
-
.ant-
|
|
30152
|
-
.ant-
|
|
30153
|
-
.ant-
|
|
30820
|
+
.ant-hash-code-primary .ant-hash-code-header-title,
|
|
30821
|
+
.ant-hash-code-primary .ant-hash-code-header-copy,
|
|
30822
|
+
.ant-hash-code-primary .ant-hash-code-header-logo {
|
|
30154
30823
|
color: rgba(255, 255, 255, 0.85);
|
|
30155
30824
|
}
|
|
30156
|
-
.ant-
|
|
30825
|
+
.ant-hash-code-contant {
|
|
30157
30826
|
width: 100%;
|
|
30158
30827
|
height: 100%;
|
|
30159
30828
|
}
|
|
30160
|
-
.ant-
|
|
30829
|
+
.ant-hash-code-code-value {
|
|
30161
30830
|
display: flex;
|
|
30162
30831
|
flex-wrap: wrap;
|
|
30163
30832
|
gap: 0 10px;
|
|
@@ -30165,33 +30834,33 @@ nz-space-item {
|
|
|
30165
30834
|
height: 35px;
|
|
30166
30835
|
overflow: hidden;
|
|
30167
30836
|
}
|
|
30168
|
-
.ant-
|
|
30837
|
+
.ant-hash-code-code-value-block {
|
|
30169
30838
|
height: 16px;
|
|
30170
30839
|
font-size: 14px;
|
|
30171
30840
|
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
30172
30841
|
}
|
|
30173
|
-
.ant-
|
|
30842
|
+
.ant-hash-code-value-primary .ant-hash-code-code-value-block {
|
|
30174
30843
|
color: #fff;
|
|
30175
30844
|
}
|
|
30176
|
-
.ant-
|
|
30845
|
+
.ant-hash-code-texaure-double {
|
|
30177
30846
|
width: 175px;
|
|
30178
30847
|
height: 36px;
|
|
30179
30848
|
}
|
|
30180
|
-
.ant-
|
|
30849
|
+
.ant-hash-code-texaure {
|
|
30181
30850
|
position: absolute;
|
|
30182
30851
|
margin-top: -35px;
|
|
30183
30852
|
overflow: hidden;
|
|
30184
30853
|
}
|
|
30185
|
-
.ant-
|
|
30854
|
+
.ant-hash-code-texaure-single {
|
|
30186
30855
|
width: 210px;
|
|
30187
30856
|
height: 28px;
|
|
30188
30857
|
margin-top: -21px;
|
|
30189
30858
|
}
|
|
30190
|
-
.ant-
|
|
30859
|
+
.ant-hash-code-texaure-strip {
|
|
30191
30860
|
width: 350px;
|
|
30192
30861
|
height: 36px;
|
|
30193
30862
|
}
|
|
30194
|
-
.ant-
|
|
30863
|
+
.ant-hash-code-texaure-rect {
|
|
30195
30864
|
width: 175px;
|
|
30196
30865
|
height: 72px;
|
|
30197
30866
|
margin-top: -71px;
|
|
@@ -30398,6 +31067,181 @@ nz-space-item {
|
|
|
30398
31067
|
width: 32px;
|
|
30399
31068
|
height: 32px;
|
|
30400
31069
|
}
|
|
31070
|
+
.ant-check-list {
|
|
31071
|
+
position: fixed;
|
|
31072
|
+
right: 32px;
|
|
31073
|
+
bottom: 32px;
|
|
31074
|
+
z-index: 999;
|
|
31075
|
+
font-size: 14px;
|
|
31076
|
+
cursor: pointer;
|
|
31077
|
+
}
|
|
31078
|
+
.ant-check-list .ant-check-list-button {
|
|
31079
|
+
display: flex;
|
|
31080
|
+
gap: 8px;
|
|
31081
|
+
align-items: center;
|
|
31082
|
+
justify-content: center;
|
|
31083
|
+
min-width: 110px;
|
|
31084
|
+
height: 40px;
|
|
31085
|
+
border-radius: 20px;
|
|
31086
|
+
}
|
|
31087
|
+
.ant-check-list .ant-check-list-icon {
|
|
31088
|
+
font-size: 24px;
|
|
31089
|
+
line-height: 24px;
|
|
31090
|
+
}
|
|
31091
|
+
.ant-check-list .ant-check-list-description {
|
|
31092
|
+
font-size: 14px;
|
|
31093
|
+
}
|
|
31094
|
+
.ant-check-list-content {
|
|
31095
|
+
display: block;
|
|
31096
|
+
width: 303px;
|
|
31097
|
+
}
|
|
31098
|
+
.ant-check-list-content .ant-check-list-header {
|
|
31099
|
+
display: flex;
|
|
31100
|
+
align-items: center;
|
|
31101
|
+
justify-content: space-between;
|
|
31102
|
+
padding: 12px 12px 16px;
|
|
31103
|
+
}
|
|
31104
|
+
.ant-check-list-content .ant-check-list-header .ant-check-list-header-title {
|
|
31105
|
+
font-weight: 500;
|
|
31106
|
+
font-size: 20px;
|
|
31107
|
+
}
|
|
31108
|
+
.ant-check-list-content .ant-check-list-header .ant-check-list-header-extra {
|
|
31109
|
+
cursor: pointer;
|
|
31110
|
+
}
|
|
31111
|
+
.ant-check-list-content .ant-check-list-header-finish {
|
|
31112
|
+
width: 304px;
|
|
31113
|
+
padding-top: 12px;
|
|
31114
|
+
text-align: center;
|
|
31115
|
+
}
|
|
31116
|
+
.ant-check-list-content .ant-check-list-header-finish .ant-check-list-header-finish-icon {
|
|
31117
|
+
width: 64px;
|
|
31118
|
+
height: 64px;
|
|
31119
|
+
color: var(--ant-primary-color);
|
|
31120
|
+
font-size: 64px;
|
|
31121
|
+
}
|
|
31122
|
+
.ant-check-list-content .ant-check-list-header-finish .ant-check-list-header-finish-title {
|
|
31123
|
+
margin-top: 8px;
|
|
31124
|
+
margin-bottom: 8px;
|
|
31125
|
+
font-weight: 500;
|
|
31126
|
+
font-size: 16px;
|
|
31127
|
+
}
|
|
31128
|
+
.ant-check-list-content .ant-check-list-progressBar {
|
|
31129
|
+
display: flex;
|
|
31130
|
+
justify-content: space-between;
|
|
31131
|
+
margin: 12px 16px;
|
|
31132
|
+
margin-top: 0;
|
|
31133
|
+
}
|
|
31134
|
+
.ant-check-list-content .ant-check-list-progressBar .ant-check-list-progressBar-progress {
|
|
31135
|
+
flex: auto;
|
|
31136
|
+
}
|
|
31137
|
+
.ant-check-list-content .ant-check-list-steps-content {
|
|
31138
|
+
max-height: 250px;
|
|
31139
|
+
overflow-y: scroll;
|
|
31140
|
+
}
|
|
31141
|
+
.ant-check-list-content .ant-check-list-steps {
|
|
31142
|
+
display: flex;
|
|
31143
|
+
align-items: center;
|
|
31144
|
+
justify-content: space-between;
|
|
31145
|
+
height: 52px;
|
|
31146
|
+
padding-right: 12px;
|
|
31147
|
+
padding-left: 12px;
|
|
31148
|
+
border-radius: 6px;
|
|
31149
|
+
cursor: pointer;
|
|
31150
|
+
}
|
|
31151
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item {
|
|
31152
|
+
display: flex;
|
|
31153
|
+
gap: 12px;
|
|
31154
|
+
align-items: center;
|
|
31155
|
+
justify-content: center;
|
|
31156
|
+
width: calc(100% - 22px);
|
|
31157
|
+
font-weight: 400;
|
|
31158
|
+
}
|
|
31159
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle {
|
|
31160
|
+
display: flex;
|
|
31161
|
+
flex: 0 0 28px;
|
|
31162
|
+
align-items: center;
|
|
31163
|
+
justify-content: center;
|
|
31164
|
+
width: 28px;
|
|
31165
|
+
height: 28px;
|
|
31166
|
+
font-weight: 600;
|
|
31167
|
+
background-color: #fff;
|
|
31168
|
+
border: 1px solid #d9d9d9;
|
|
31169
|
+
border-radius: 50%;
|
|
31170
|
+
user-select: none;
|
|
31171
|
+
}
|
|
31172
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-number {
|
|
31173
|
+
color: var(--ant-primary-color);
|
|
31174
|
+
font-size: 16px;
|
|
31175
|
+
}
|
|
31176
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-checkoutlined {
|
|
31177
|
+
color: #fff;
|
|
31178
|
+
font-size: 14px;
|
|
31179
|
+
}
|
|
31180
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-description {
|
|
31181
|
+
flex: 1;
|
|
31182
|
+
overflow: hidden;
|
|
31183
|
+
line-height: 2;
|
|
31184
|
+
white-space: nowrap;
|
|
31185
|
+
text-overflow: ellipsis;
|
|
31186
|
+
}
|
|
31187
|
+
.ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item-arrows {
|
|
31188
|
+
flex: 0 0 22px;
|
|
31189
|
+
width: 38px;
|
|
31190
|
+
height: 38px;
|
|
31191
|
+
color: var(--ant-primary-color);
|
|
31192
|
+
font-size: 22px;
|
|
31193
|
+
}
|
|
31194
|
+
.ant-check-list-content .ant-check-list-checked .ant-check-list-steps-item .ant-check-list-steps-item-circle {
|
|
31195
|
+
background-color: var(--ant-primary-color);
|
|
31196
|
+
border: none;
|
|
31197
|
+
}
|
|
31198
|
+
.ant-check-list-content .ant-check-list-checked .ant-check-list-steps-item .ant-check-list-steps-item-description {
|
|
31199
|
+
font-weight: 500;
|
|
31200
|
+
text-decoration: line-through;
|
|
31201
|
+
text-decoration-thickness: 2px;
|
|
31202
|
+
text-decoration-color: rgba(0, 0, 0, 0.85);
|
|
31203
|
+
opacity: 0.85;
|
|
31204
|
+
}
|
|
31205
|
+
.ant-check-list-content .ant-check-list-highlight {
|
|
31206
|
+
background-color: var(--ant-info-color-deprecated-bg);
|
|
31207
|
+
}
|
|
31208
|
+
.ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-circle {
|
|
31209
|
+
border: 1px solid var(--ant-primary-color);
|
|
31210
|
+
}
|
|
31211
|
+
.ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-number {
|
|
31212
|
+
color: var(--ant-primary-color);
|
|
31213
|
+
}
|
|
31214
|
+
.ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-description {
|
|
31215
|
+
font-weight: 600;
|
|
31216
|
+
}
|
|
31217
|
+
.ant-check-list-content .ant-check-list-footer {
|
|
31218
|
+
padding: 12px 12px 0;
|
|
31219
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31220
|
+
font-size: 14px;
|
|
31221
|
+
text-decoration: underline;
|
|
31222
|
+
cursor: pointer;
|
|
31223
|
+
}
|
|
31224
|
+
.ant-check-list-content .ant-check-list-close-check {
|
|
31225
|
+
display: flex;
|
|
31226
|
+
flex-direction: column;
|
|
31227
|
+
padding: 12px;
|
|
31228
|
+
}
|
|
31229
|
+
.ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-title {
|
|
31230
|
+
margin-bottom: 24px;
|
|
31231
|
+
font-weight: 500;
|
|
31232
|
+
font-size: 16px;
|
|
31233
|
+
}
|
|
31234
|
+
.ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-action {
|
|
31235
|
+
display: flex;
|
|
31236
|
+
flex-direction: row;
|
|
31237
|
+
gap: 8px;
|
|
31238
|
+
margin-bottom: 16px;
|
|
31239
|
+
}
|
|
31240
|
+
.ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-other {
|
|
31241
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31242
|
+
font-size: 14px;
|
|
31243
|
+
cursor: pointer;
|
|
31244
|
+
}
|
|
30401
31245
|
/** system */
|
|
30402
31246
|
sf + st {
|
|
30403
31247
|
margin-top: 16px;
|
|
@@ -30406,12 +31250,12 @@ sf + st {
|
|
|
30406
31250
|
.ant-btn:not(.ant-btn-link) + nz-popconfirm,
|
|
30407
31251
|
nz-popconfirm + .ant-btn,
|
|
30408
31252
|
nz-popconfirm + nz-popconfirm,
|
|
30409
|
-
.ant-btn:not(.ant-btn-link) + nz-
|
|
30410
|
-
nz-
|
|
31253
|
+
.ant-btn:not(.ant-btn-link) + nz-space-compact,
|
|
31254
|
+
nz-space-compact + .ant-btn,
|
|
30411
31255
|
.ant-btn:not(.ant-btn-link) + nz-dropdown,
|
|
30412
31256
|
nz-dropdown + .ant-btn,
|
|
30413
|
-
nz-popconfirm + nz-
|
|
30414
|
-
nz-
|
|
31257
|
+
nz-popconfirm + nz-space-compact,
|
|
31258
|
+
nz-space-compact + nz-popconfirm {
|
|
30415
31259
|
margin-left: 8px;
|
|
30416
31260
|
}
|
|
30417
31261
|
.ant-btn-group .ant-btn + .ant-btn {
|
|
@@ -30425,12 +31269,12 @@ nz-button-group + nz-popconfirm {
|
|
|
30425
31269
|
[dir='rtl'] .ant-btn + nz-popconfirm,
|
|
30426
31270
|
[dir='rtl'] nz-popconfirm + .ant-btn,
|
|
30427
31271
|
[dir='rtl'] nz-popconfirm + nz-popconfirm,
|
|
30428
|
-
[dir='rtl'] .ant-btn + nz-
|
|
30429
|
-
[dir='rtl'] nz-
|
|
31272
|
+
[dir='rtl'] .ant-btn + nz-space-compact,
|
|
31273
|
+
[dir='rtl'] nz-space-compact + .ant-btn,
|
|
30430
31274
|
[dir='rtl'] .ant-btn + nz-dropdown,
|
|
30431
31275
|
[dir='rtl'] nz-dropdown + .ant-btn,
|
|
30432
|
-
[dir='rtl'] nz-popconfirm + nz-
|
|
30433
|
-
[dir='rtl'] nz-
|
|
31276
|
+
[dir='rtl'] nz-popconfirm + nz-space-compact,
|
|
31277
|
+
[dir='rtl'] nz-space-compact + nz-popconfirm {
|
|
30434
31278
|
margin-right: 8px;
|
|
30435
31279
|
margin-left: inherit;
|
|
30436
31280
|
}
|
|
@@ -30583,10 +31427,10 @@ a:focus {
|
|
|
30583
31427
|
left: 0;
|
|
30584
31428
|
width: 100%;
|
|
30585
31429
|
padding: 10px 24px;
|
|
30586
|
-
text-align: right;
|
|
30587
|
-
background: #fff;
|
|
30588
31430
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
30589
31431
|
border-radius: 0 0 2px 2px;
|
|
31432
|
+
text-align: right;
|
|
31433
|
+
background: #fff;
|
|
30590
31434
|
}
|
|
30591
31435
|
.ant-form-item-label em {
|
|
30592
31436
|
color: var(--grey-6);
|
|
@@ -30642,9 +31486,9 @@ a:focus {
|
|
|
30642
31486
|
justify-content: space-between;
|
|
30643
31487
|
margin: -24px -24px 24px -24px;
|
|
30644
31488
|
padding: 16px 24px;
|
|
30645
|
-
background: #fff;
|
|
30646
31489
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
30647
31490
|
border-radius: 2px 2px 0 0;
|
|
31491
|
+
background: #fff;
|
|
30648
31492
|
}
|
|
30649
31493
|
.modal-title {
|
|
30650
31494
|
/**
|
|
@@ -30683,9 +31527,9 @@ a:focus {
|
|
|
30683
31527
|
*/
|
|
30684
31528
|
margin: 24px -24px -24px -24px;
|
|
30685
31529
|
padding: 10px 16px;
|
|
30686
|
-
text-align: right;
|
|
30687
31530
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
30688
31531
|
border-radius: 0 0 2px 2px;
|
|
31532
|
+
text-align: right;
|
|
30689
31533
|
}
|
|
30690
31534
|
.modal-include-tabs {
|
|
30691
31535
|
/**
|
|
@@ -30694,7 +31538,8 @@ a:focus {
|
|
|
30694
31538
|
* 模态框内容是否包裹 `nz-tabs`,清除带来的多余边距
|
|
30695
31539
|
*/
|
|
30696
31540
|
}
|
|
30697
|
-
.modal-include-tabs nz-tabset
|
|
31541
|
+
.modal-include-tabs nz-tabset,
|
|
31542
|
+
.modal-include-tabs nz-tabs {
|
|
30698
31543
|
margin-top: -16px;
|
|
30699
31544
|
}
|
|
30700
31545
|
.modal-body-nopadding {
|
|
@@ -30714,8 +31559,8 @@ a:focus {
|
|
|
30714
31559
|
.ant-table td .img {
|
|
30715
31560
|
max-width: 32px;
|
|
30716
31561
|
max-height: 32px;
|
|
30717
|
-
vertical-align: middle;
|
|
30718
31562
|
border-radius: 4px;
|
|
31563
|
+
vertical-align: middle;
|
|
30719
31564
|
}
|
|
30720
31565
|
.ant-table td > img:not(:last-child),
|
|
30721
31566
|
.ant-table td .img:not(:last-child) {
|
|
@@ -30768,9 +31613,9 @@ a:focus {
|
|
|
30768
31613
|
align-items: center;
|
|
30769
31614
|
width: 100%;
|
|
30770
31615
|
padding: 8px 8px;
|
|
31616
|
+
border-bottom: none;
|
|
30771
31617
|
text-align: left !important;
|
|
30772
31618
|
white-space: inherit;
|
|
30773
|
-
border-bottom: none;
|
|
30774
31619
|
}
|
|
30775
31620
|
.ant-table-rep .ant-table-tbody > tr > td .ant-table-rep__title + *:not(.ant-avatar) {
|
|
30776
31621
|
flex: 1;
|
|
@@ -30785,8 +31630,8 @@ a:focus {
|
|
|
30785
31630
|
*/
|
|
30786
31631
|
}
|
|
30787
31632
|
.ant-tag__plus .ant-tag {
|
|
30788
|
-
background: #fff;
|
|
30789
31633
|
border-style: dashed;
|
|
31634
|
+
background: #fff;
|
|
30790
31635
|
}
|
|
30791
31636
|
/**
|
|
30792
31637
|
* Corrected `ng-tag` list line wrapping spacing
|
|
@@ -31150,8 +31995,8 @@ fieldset {
|
|
|
31150
31995
|
}
|
|
31151
31996
|
}
|
|
31152
31997
|
.header-dropdown {
|
|
31153
|
-
background-color: #fff;
|
|
31154
31998
|
border-radius: 4px;
|
|
31999
|
+
background-color: #fff;
|
|
31155
32000
|
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
31156
32001
|
}
|
|
31157
32002
|
@media screen and (max-width: 480px) {
|
|
@@ -31210,11 +32055,11 @@ fieldset {
|
|
|
31210
32055
|
display: none;
|
|
31211
32056
|
width: 32px;
|
|
31212
32057
|
height: 32px;
|
|
32058
|
+
border-radius: 50%;
|
|
31213
32059
|
font-size: 20px;
|
|
31214
32060
|
line-height: 32px;
|
|
31215
32061
|
text-align: center;
|
|
31216
32062
|
background: rgba(0, 0, 0, 0.26);
|
|
31217
|
-
border-radius: 50%;
|
|
31218
32063
|
}
|
|
31219
32064
|
.sf__array-container .ant-card .sf__array-remove i {
|
|
31220
32065
|
color: #fff;
|
|
@@ -31375,10 +32220,10 @@ fieldset {
|
|
|
31375
32220
|
width: 20px;
|
|
31376
32221
|
height: 20px;
|
|
31377
32222
|
margin-right: 8px;
|
|
32223
|
+
border-radius: 2px;
|
|
31378
32224
|
font-weight: bold;
|
|
31379
32225
|
color: #fff;
|
|
31380
32226
|
text-align: center;
|
|
31381
|
-
border-radius: 2px;
|
|
31382
32227
|
}
|
|
31383
32228
|
.setting-drawer__handle {
|
|
31384
32229
|
pointer-events: auto;
|
|
@@ -31392,10 +32237,10 @@ fieldset {
|
|
|
31392
32237
|
justify-content: center;
|
|
31393
32238
|
width: 48px;
|
|
31394
32239
|
height: 48px;
|
|
32240
|
+
border-radius: 4px 0 0 4px;
|
|
31395
32241
|
font-size: 16px;
|
|
31396
32242
|
text-align: center;
|
|
31397
32243
|
background: var(--ant-primary-color);
|
|
31398
|
-
border-radius: 4px 0 0 4px;
|
|
31399
32244
|
transition: right 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
|
|
31400
32245
|
}
|
|
31401
32246
|
.setting-drawer__handle-icon {
|
|
@@ -31829,10 +32674,10 @@ fieldset {
|
|
|
31829
32674
|
code {
|
|
31830
32675
|
margin: 0 4px;
|
|
31831
32676
|
padding: 2px 4px;
|
|
31832
|
-
font-size: 90%;
|
|
31833
|
-
background-color: #fafafa;
|
|
31834
32677
|
border: 1px solid #d9d9d9;
|
|
31835
32678
|
border-radius: 2px;
|
|
32679
|
+
font-size: 90%;
|
|
32680
|
+
background-color: #fafafa;
|
|
31836
32681
|
}
|
|
31837
32682
|
/**
|
|
31838
32683
|
* Set the background to white
|
|
@@ -34227,8 +35072,8 @@ textarea.ant-input::-webkit-scrollbar-thumb {
|
|
|
34227
35072
|
* 隐藏滚动条
|
|
34228
35073
|
*/
|
|
34229
35074
|
.hide-scrollbar {
|
|
34230
|
-
scrollbar-width: none;
|
|
34231
35075
|
scrollbar-color: transparent transparent;
|
|
35076
|
+
scrollbar-width: none;
|
|
34232
35077
|
}
|
|
34233
35078
|
.hide-scrollbar::-webkit-scrollbar {
|
|
34234
35079
|
width: 1px;
|
|
@@ -34284,9 +35129,9 @@ body {
|
|
|
34284
35129
|
padding: 24px;
|
|
34285
35130
|
padding-top: 12px;
|
|
34286
35131
|
padding-bottom: 12px;
|
|
35132
|
+
border-bottom: 1px solid var(--alain-default-heading-border, #efe3e5);
|
|
34287
35133
|
color: #929292;
|
|
34288
35134
|
background-color: var(--alain-default-heading-bg, #fafbfc);
|
|
34289
|
-
border-bottom: 1px solid var(--alain-default-heading-border, #efe3e5);
|
|
34290
35135
|
}
|
|
34291
35136
|
.alain-default__content-title > h1 {
|
|
34292
35137
|
margin-bottom: 0;
|
|
@@ -34391,9 +35236,9 @@ body {
|
|
|
34391
35236
|
display: block;
|
|
34392
35237
|
min-width: 50px;
|
|
34393
35238
|
padding: 8px 2px;
|
|
35239
|
+
border-radius: 2px;
|
|
34394
35240
|
line-height: 100%;
|
|
34395
35241
|
text-align: center;
|
|
34396
|
-
border-radius: 2px;
|
|
34397
35242
|
outline: none;
|
|
34398
35243
|
transition: background-color 300ms;
|
|
34399
35244
|
}
|
|
@@ -34437,9 +35282,9 @@ body {
|
|
|
34437
35282
|
.alain-default__search .ant-input,
|
|
34438
35283
|
.alain-default__search .ant-input-group-addon,
|
|
34439
35284
|
.alain-default__search .ant-input-affix-wrapper {
|
|
34440
|
-
color: #fff;
|
|
34441
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
34442
35285
|
border: none;
|
|
35286
|
+
color: #fff;
|
|
35287
|
+
background-color: #ffffff;
|
|
34443
35288
|
}
|
|
34444
35289
|
.alain-default__search .ant-input::placeholder,
|
|
34445
35290
|
.alain-default__search .ant-input-group-addon::placeholder,
|
|
@@ -34696,9 +35541,16 @@ body {
|
|
|
34696
35541
|
.sidebar-nav__item-disabled:hover {
|
|
34697
35542
|
color: rgba(0, 0, 0, 0.85);
|
|
34698
35543
|
}
|
|
35544
|
+
.sidebar-nav__divider {
|
|
35545
|
+
overflow: hidden;
|
|
35546
|
+
height: 1px;
|
|
35547
|
+
margin: 4px 0;
|
|
35548
|
+
line-height: 0;
|
|
35549
|
+
background-color: var(--alain-default-aside-nav-divider, #efe3e5);
|
|
35550
|
+
}
|
|
34699
35551
|
.sidebar-nav__selected {
|
|
34700
|
-
background-color: var(--alain-default-aside-nav-selected-bg, #fcfcfc);
|
|
34701
35552
|
border-left-color: var(--ant-primary-color);
|
|
35553
|
+
background-color: var(--alain-default-aside-nav-selected-bg, #fcfcfc);
|
|
34702
35554
|
}
|
|
34703
35555
|
.sidebar-nav__selected > .sidebar-nav__item-link {
|
|
34704
35556
|
color: var(--ant-primary-color);
|
|
@@ -34740,9 +35592,9 @@ body {
|
|
|
34740
35592
|
position: absolute;
|
|
34741
35593
|
width: 6px;
|
|
34742
35594
|
height: 1.5px;
|
|
35595
|
+
border-radius: 2px;
|
|
34743
35596
|
background: #fff;
|
|
34744
35597
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
|
|
34745
|
-
border-radius: 2px;
|
|
34746
35598
|
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);
|
|
34747
35599
|
}
|
|
34748
35600
|
.sidebar-nav__sub-arrow::before {
|
|
@@ -34780,9 +35632,9 @@ body {
|
|
|
34780
35632
|
z-index: 16;
|
|
34781
35633
|
display: none;
|
|
34782
35634
|
min-width: 160px;
|
|
34783
|
-
background-color: var(--alain-default-aside-bg, #fff);
|
|
34784
35635
|
border: 1px solid var(--alain-default-heading-border, #efe3e5);
|
|
34785
35636
|
border-radius: 4px;
|
|
35637
|
+
background-color: var(--alain-default-aside-bg, #fff);
|
|
34786
35638
|
}
|
|
34787
35639
|
.sidebar-nav__floating .sidebar-nav__item-link {
|
|
34788
35640
|
padding-left: 16px;
|
|
@@ -34940,8 +35792,8 @@ body {
|
|
|
34940
35792
|
.app-icons .ant-col-6 {
|
|
34941
35793
|
cursor: pointer;
|
|
34942
35794
|
padding: 16px 0;
|
|
34943
|
-
text-align: center;
|
|
34944
35795
|
border-radius: 4px;
|
|
35796
|
+
text-align: center;
|
|
34945
35797
|
transition: background-color 300ms;
|
|
34946
35798
|
}
|
|
34947
35799
|
.app-icons .ant-col-6:hover {
|
|
@@ -34949,8 +35801,8 @@ body {
|
|
|
34949
35801
|
}
|
|
34950
35802
|
.app-icons i {
|
|
34951
35803
|
padding: 15px;
|
|
34952
|
-
font-size: 22px;
|
|
34953
35804
|
border-radius: 50%;
|
|
35805
|
+
font-size: 22px;
|
|
34954
35806
|
}
|
|
34955
35807
|
.app-icons small {
|
|
34956
35808
|
display: block;
|
|
@@ -35044,9 +35896,9 @@ body {
|
|
|
35044
35896
|
width: 100%;
|
|
35045
35897
|
}
|
|
35046
35898
|
.st__btn-sub .st__btn-text {
|
|
35899
|
+
display: block;
|
|
35047
35900
|
width: 100%;
|
|
35048
35901
|
color: inherit;
|
|
35049
|
-
display: block;
|
|
35050
35902
|
}
|
|
35051
35903
|
.st__btn-disabled .st__btn-text {
|
|
35052
35904
|
pointer-events: none;
|
|
@@ -35301,8 +36153,8 @@ body {
|
|
|
35301
36153
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
35302
36154
|
}
|
|
35303
36155
|
.sv__bordered .sv__label {
|
|
35304
|
-
background-color: #fafafa;
|
|
35305
36156
|
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
36157
|
+
background-color: #fafafa;
|
|
35306
36158
|
}
|
|
35307
36159
|
.sv__bordered .sv__label,
|
|
35308
36160
|
.sv__bordered .sv__detail {
|
|
@@ -35446,50 +36298,6 @@ body {
|
|
|
35446
36298
|
width: 100% !important;
|
|
35447
36299
|
}
|
|
35448
36300
|
}
|
|
35449
|
-
.avatar-list {
|
|
35450
|
-
display: inline-block;
|
|
35451
|
-
}
|
|
35452
|
-
.avatar-list__wrap {
|
|
35453
|
-
display: inline-block;
|
|
35454
|
-
margin-left: 8px;
|
|
35455
|
-
padding: 0;
|
|
35456
|
-
font-size: 0;
|
|
35457
|
-
}
|
|
35458
|
-
.avatar-list__item {
|
|
35459
|
-
display: inline-block;
|
|
35460
|
-
width: 32px;
|
|
35461
|
-
height: 32px;
|
|
35462
|
-
margin-left: -8px;
|
|
35463
|
-
font-size: 14px;
|
|
35464
|
-
}
|
|
35465
|
-
.avatar-list__item .ant-avatar {
|
|
35466
|
-
cursor: pointer;
|
|
35467
|
-
border: 1px solid #fff;
|
|
35468
|
-
}
|
|
35469
|
-
.avatar-list__large {
|
|
35470
|
-
width: 40px;
|
|
35471
|
-
height: 40px;
|
|
35472
|
-
}
|
|
35473
|
-
.avatar-list__small {
|
|
35474
|
-
width: 24px;
|
|
35475
|
-
height: 24px;
|
|
35476
|
-
}
|
|
35477
|
-
.avatar-list__mini {
|
|
35478
|
-
width: 20px;
|
|
35479
|
-
height: 20px;
|
|
35480
|
-
}
|
|
35481
|
-
.avatar-list__mini .ant-avatar {
|
|
35482
|
-
width: 20px;
|
|
35483
|
-
height: 20px;
|
|
35484
|
-
line-height: 20px;
|
|
35485
|
-
}
|
|
35486
|
-
.avatar-list__mini .ant-avatar-string {
|
|
35487
|
-
font-size: 12px;
|
|
35488
|
-
line-height: 18px;
|
|
35489
|
-
}
|
|
35490
|
-
.avatar-list-rtl {
|
|
35491
|
-
direction: rtl;
|
|
35492
|
-
}
|
|
35493
36301
|
ellipsis {
|
|
35494
36302
|
display: inline;
|
|
35495
36303
|
}
|
|
@@ -35619,9 +36427,9 @@ ellipsis {
|
|
|
35619
36427
|
width: 100%;
|
|
35620
36428
|
height: 56px;
|
|
35621
36429
|
padding: 0 24px;
|
|
36430
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
35622
36431
|
line-height: 56px;
|
|
35623
36432
|
background: #fff;
|
|
35624
|
-
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
35625
36433
|
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
|
|
35626
36434
|
transition: all 0.3s;
|
|
35627
36435
|
}
|
|
@@ -35725,11 +36533,11 @@ ellipsis {
|
|
|
35725
36533
|
.notice-icon__clear {
|
|
35726
36534
|
cursor: pointer;
|
|
35727
36535
|
height: 46px;
|
|
36536
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
36537
|
+
border-radius: 0 0 2px 2px;
|
|
35728
36538
|
line-height: 46px;
|
|
35729
36539
|
color: rgba(0, 0, 0, 0.85);
|
|
35730
36540
|
text-align: center;
|
|
35731
|
-
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
35732
|
-
border-radius: 0 0 2px 2px;
|
|
35733
36541
|
transition: all 0.3s;
|
|
35734
36542
|
}
|
|
35735
36543
|
.notice-icon__clear:hover {
|
|
@@ -35763,8 +36571,8 @@ ellipsis {
|
|
|
35763
36571
|
.page-header {
|
|
35764
36572
|
display: block;
|
|
35765
36573
|
padding: 24px;
|
|
35766
|
-
background-color: #fff;
|
|
35767
36574
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
36575
|
+
background-color: #fff;
|
|
35768
36576
|
}
|
|
35769
36577
|
.page-header__wide {
|
|
35770
36578
|
max-width: 1200px;
|
|
@@ -35923,8 +36731,8 @@ ellipsis {
|
|
|
35923
36731
|
}
|
|
35924
36732
|
.quick-menu,
|
|
35925
36733
|
.quick-menu__ctrl {
|
|
35926
|
-
background-color: #fff;
|
|
35927
36734
|
border: 1px solid #fff;
|
|
36735
|
+
background-color: #fff;
|
|
35928
36736
|
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
35929
36737
|
}
|
|
35930
36738
|
.quick-menu__inner {
|
|
@@ -35938,73 +36746,14 @@ ellipsis {
|
|
|
35938
36746
|
left: -50px;
|
|
35939
36747
|
width: 50px;
|
|
35940
36748
|
height: 50px;
|
|
35941
|
-
text-align: center;
|
|
35942
36749
|
border-right: 0;
|
|
35943
36750
|
border-radius: 3px 0 0 3px;
|
|
36751
|
+
text-align: center;
|
|
35944
36752
|
}
|
|
35945
36753
|
.quick-menu__ctrl-icon {
|
|
35946
36754
|
font-size: 20px;
|
|
35947
36755
|
line-height: 49px;
|
|
35948
36756
|
}
|
|
35949
|
-
.result {
|
|
35950
|
-
display: block;
|
|
35951
|
-
width: 72%;
|
|
35952
|
-
margin: 0 auto;
|
|
35953
|
-
text-align: center;
|
|
35954
|
-
}
|
|
35955
|
-
.result__icon {
|
|
35956
|
-
margin-bottom: 24px;
|
|
35957
|
-
font-size: 72px;
|
|
35958
|
-
line-height: 72px;
|
|
35959
|
-
}
|
|
35960
|
-
.result__icon-success {
|
|
35961
|
-
color: var(--ant-success-color);
|
|
35962
|
-
}
|
|
35963
|
-
.result__icon-error {
|
|
35964
|
-
color: var(--ant-error-color);
|
|
35965
|
-
}
|
|
35966
|
-
.result__title {
|
|
35967
|
-
margin-bottom: 16px;
|
|
35968
|
-
font-size: 24px;
|
|
35969
|
-
font-weight: 500;
|
|
35970
|
-
line-height: 32px;
|
|
35971
|
-
color: rgba(0, 0, 0, 0.85);
|
|
35972
|
-
}
|
|
35973
|
-
.result__desc {
|
|
35974
|
-
margin-bottom: 24px;
|
|
35975
|
-
font-size: 14px;
|
|
35976
|
-
line-height: 22px;
|
|
35977
|
-
color: rgba(0, 0, 0, 0.45);
|
|
35978
|
-
}
|
|
35979
|
-
.result__extra {
|
|
35980
|
-
padding: 24px 40px;
|
|
35981
|
-
text-align: left;
|
|
35982
|
-
background: #fafafa;
|
|
35983
|
-
border-radius: 2px;
|
|
35984
|
-
}
|
|
35985
|
-
@media screen and (max-width: 480px) {
|
|
35986
|
-
.result__extra {
|
|
35987
|
-
padding: 18px 20px;
|
|
35988
|
-
}
|
|
35989
|
-
}
|
|
35990
|
-
.result__actions {
|
|
35991
|
-
margin-top: 32px;
|
|
35992
|
-
}
|
|
35993
|
-
.result__actions button:not(:last-child) {
|
|
35994
|
-
margin-right: 8px;
|
|
35995
|
-
}
|
|
35996
|
-
.result .ant-steps .ant-steps-head,
|
|
35997
|
-
.result .ant-steps .ant-steps-title {
|
|
35998
|
-
background: #fafafa;
|
|
35999
|
-
}
|
|
36000
|
-
@media screen and (max-width: 480px) {
|
|
36001
|
-
.result {
|
|
36002
|
-
width: 100%;
|
|
36003
|
-
}
|
|
36004
|
-
}
|
|
36005
|
-
.result-rtl {
|
|
36006
|
-
direction: rtl;
|
|
36007
|
-
}
|
|
36008
36757
|
.reuse-tab {
|
|
36009
36758
|
user-select: none;
|
|
36010
36759
|
display: block;
|
|
@@ -36237,8 +36986,8 @@ ellipsis {
|
|
|
36237
36986
|
margin-right: 4px;
|
|
36238
36987
|
}
|
|
36239
36988
|
.cell .img {
|
|
36240
|
-
vertical-align: middle;
|
|
36241
36989
|
border-radius: 4px;
|
|
36990
|
+
vertical-align: middle;
|
|
36242
36991
|
}
|
|
36243
36992
|
.cell .unit {
|
|
36244
36993
|
margin-left: 2px;
|
|
@@ -36343,8 +37092,8 @@ g2-tag-cloud {
|
|
|
36343
37092
|
.g2-mini-progress__value {
|
|
36344
37093
|
width: 0;
|
|
36345
37094
|
height: 100%;
|
|
36346
|
-
background-color: var(--ant-primary-color);
|
|
36347
37095
|
border-radius: 1px 0 0 1px;
|
|
37096
|
+
background-color: var(--ant-primary-color);
|
|
36348
37097
|
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
|
36349
37098
|
}
|
|
36350
37099
|
.g2-mini-progress__target {
|