acud 0.0.65 → 0.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/acud.css +299 -147
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +1512 -1078
- package/dist/acud.js.map +1 -1
- package/dist/acud.min.css +1 -1
- package/dist/acud.min.css.map +1 -1
- package/dist/acud.min.js +11 -5
- package/dist/acud.min.js.map +1 -1
- package/es/breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/es/breadcrumb/BreadcrumbItem.js +16 -4
- package/es/button/button.d.ts +1 -0
- package/es/button/button.js +1 -0
- package/es/cascader/index.js +20 -5
- package/es/cascader/style/index.css +2 -57
- package/es/cascader/style/index.less +2 -17
- package/es/clear/index.d.ts +12 -0
- package/es/clear/index.js +41 -0
- package/es/clear/style/css.js +2 -0
- package/es/clear/style/index.css +63 -0
- package/es/clear/style/index.d.ts +2 -0
- package/es/clear/style/index.js +2 -0
- package/es/clear/style/index.less +18 -0
- package/es/date-picker/generatePicker/generateRangePicker.js +2 -2
- package/es/date-picker/generatePicker/generateSinglePicker.js +2 -2
- package/es/date-picker/src/PickerPanel.js +4 -1
- package/es/date-picker/src/utils/uiUtil.js +4 -4
- package/es/date-picker/style/index.css +106 -53
- package/es/date-picker/style/panel.less +83 -18
- package/es/dialog-box/style/index.css +4 -4
- package/es/dropdown/dropdown-button.js +7 -1
- package/es/dropdown/rc-dropdown/Dropdown.js +1 -0
- package/es/dropdown/style/index.css +2 -1
- package/es/dropdown/style/index.less +2 -1
- package/es/form/style/horizontal.less +1 -0
- package/es/form/style/index.css +3 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/modal/DialogBox.d.ts +1 -1
- package/es/modal/Modal.d.ts +5 -2
- package/es/modal/Modal.js +6 -4
- package/es/modal/style/index.css +41 -11
- package/es/modal/style/index.less +35 -7
- package/es/modal/style/mixin.less +4 -4
- package/es/progress/CircleProgress.js +2 -2
- package/es/progress/LineProgress.js +4 -2
- package/es/progress/style/common.less +5 -3
- package/es/progress/style/index.css +2 -1
- package/es/radio/index.d.ts +3 -0
- package/es/style/themes/dark/components/modal.less +14 -9
- package/es/style/themes/default/components/cascader.less +0 -4
- package/es/style/themes/default/components/clear.less +2 -0
- package/es/style/themes/default/components/datePicker.less +1 -0
- package/es/style/themes/default/components/index.less +1 -0
- package/es/style/themes/default/components/modal.less +13 -13
- package/es/switch/index.d.ts +2 -3
- package/es/switch/index.js +11 -3
- package/es/switch/interface.d.ts +4 -0
- package/es/switch/style/index.css +31 -0
- package/es/switch/style/index.less +33 -1
- package/es/tabs/src/TabNavList/index.js +2 -2
- package/es/tabs/style/index.css +0 -1
- package/es/tabs/style/index.less +0 -1
- package/es/time-picker/style/index.css +1 -0
- package/es/time-picker/style/index.less +1 -0
- package/es/tooltip/index.js +1 -1
- package/es/transfer/{dataSource.d.ts → DataSource.d.ts} +1 -1
- package/es/transfer/{dataSource.js → DataSource.js} +37 -6
- package/{lib/transfer/sourceList.d.ts → es/transfer/SourceList.d.ts} +2 -2
- package/es/transfer/{sourceList.js → SourceList.js} +0 -0
- package/es/transfer/{target.d.ts → Target.d.ts} +1 -1
- package/es/transfer/{target.js → Target.js} +60 -4
- package/{lib/transfer/targetList.d.ts → es/transfer/TargetList.d.ts} +2 -2
- package/es/transfer/{targetList.js → TargetList.js} +0 -0
- package/es/transfer/index.d.ts +3 -0
- package/es/transfer/index.js +16 -7
- package/es/transfer/style/css.js +3 -1
- package/es/transfer/style/index.css +25 -5
- package/es/transfer/style/index.d.ts +1 -0
- package/es/transfer/style/index.js +3 -1
- package/es/transfer/style/index.less +30 -5
- package/es/upload/UploadList/ListItem.js +7 -2
- package/es/upload/UploadList/index.js +4 -7
- package/es/upload/style/index.css +17 -13
- package/es/upload/style/index.less +25 -20
- package/es/upload/utils.js +1 -1
- package/lib/breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/lib/breadcrumb/BreadcrumbItem.js +21 -8
- package/lib/button/button.d.ts +1 -0
- package/lib/button/button.js +1 -0
- package/lib/cascader/index.js +21 -6
- package/lib/cascader/style/index.css +2 -57
- package/lib/cascader/style/index.less +2 -17
- package/lib/clear/index.d.ts +12 -0
- package/lib/clear/index.js +55 -0
- package/lib/clear/style/css.js +5 -0
- package/lib/clear/style/index.css +63 -0
- package/lib/clear/style/index.d.ts +2 -0
- package/lib/clear/style/index.js +5 -0
- package/lib/clear/style/index.less +18 -0
- package/lib/date-picker/generatePicker/generateRangePicker.js +3 -3
- package/lib/date-picker/generatePicker/generateSinglePicker.js +3 -3
- package/lib/date-picker/src/PickerPanel.js +4 -1
- package/lib/date-picker/src/utils/uiUtil.js +4 -4
- package/lib/date-picker/style/index.css +106 -53
- package/lib/date-picker/style/panel.less +83 -18
- package/lib/dialog-box/style/index.css +4 -4
- package/lib/dropdown/dropdown-button.js +7 -1
- package/lib/dropdown/rc-dropdown/Dropdown.js +1 -0
- package/lib/dropdown/style/index.css +2 -1
- package/lib/dropdown/style/index.less +2 -1
- package/lib/form/style/horizontal.less +1 -0
- package/lib/form/style/index.css +3 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +8 -0
- package/lib/modal/DialogBox.d.ts +1 -1
- package/lib/modal/Modal.d.ts +5 -2
- package/lib/modal/Modal.js +6 -4
- package/lib/modal/style/index.css +41 -11
- package/lib/modal/style/index.less +35 -7
- package/lib/modal/style/mixin.less +4 -4
- package/lib/progress/CircleProgress.js +2 -2
- package/lib/progress/LineProgress.js +4 -2
- package/lib/progress/style/common.less +5 -3
- package/lib/progress/style/index.css +2 -1
- package/lib/radio/index.d.ts +3 -0
- package/lib/style/components.less +1 -0
- package/lib/style/themes/dark/components/modal.less +14 -9
- package/lib/style/themes/default/components/cascader.less +0 -4
- package/lib/style/themes/default/components/clear.less +2 -0
- package/lib/style/themes/default/components/datePicker.less +1 -0
- package/lib/style/themes/default/components/index.less +1 -0
- package/lib/style/themes/default/components/modal.less +13 -13
- package/lib/switch/index.d.ts +2 -3
- package/lib/switch/index.js +12 -3
- package/lib/switch/interface.d.ts +4 -0
- package/lib/switch/style/index.css +31 -0
- package/lib/switch/style/index.less +33 -1
- package/lib/tabs/src/TabNavList/index.js +2 -2
- package/lib/tabs/style/index.css +0 -1
- package/lib/tabs/style/index.less +0 -1
- package/lib/time-picker/style/index.css +1 -0
- package/lib/time-picker/style/index.less +1 -0
- package/lib/tooltip/index.js +1 -1
- package/lib/transfer/{dataSource.d.ts → DataSource.d.ts} +1 -1
- package/lib/transfer/{dataSource.js → DataSource.js} +38 -6
- package/{es/transfer/sourceList.d.ts → lib/transfer/SourceList.d.ts} +2 -2
- package/lib/transfer/{sourceList.js → SourceList.js} +0 -0
- package/lib/transfer/{target.d.ts → Target.d.ts} +1 -1
- package/lib/transfer/{target.js → Target.js} +63 -5
- package/{es/transfer/targetList.d.ts → lib/transfer/TargetList.d.ts} +2 -2
- package/lib/transfer/{targetList.js → TargetList.js} +0 -0
- package/lib/transfer/index.d.ts +3 -0
- package/lib/transfer/index.js +18 -10
- package/lib/transfer/style/css.js +3 -1
- package/lib/transfer/style/index.css +25 -5
- package/lib/transfer/style/index.d.ts +1 -0
- package/lib/transfer/style/index.js +3 -1
- package/lib/transfer/style/index.less +30 -5
- package/lib/upload/UploadList/ListItem.js +7 -2
- package/lib/upload/UploadList/index.js +4 -7
- package/lib/upload/style/index.css +17 -13
- package/lib/upload/style/index.less +25 -20
- package/lib/upload/utils.js +1 -1
- package/package.json +2 -2
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v0.0.
|
|
1
|
+
/*! acud v0.0.68 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -3853,7 +3853,6 @@ a {
|
|
|
3853
3853
|
}
|
|
3854
3854
|
.acud-tabs-tab-active {
|
|
3855
3855
|
color: #2468F2;
|
|
3856
|
-
background: #FFFFFF;
|
|
3857
3856
|
}
|
|
3858
3857
|
.acud-tabs-tab-btn {
|
|
3859
3858
|
outline: none;
|
|
@@ -9479,64 +9478,9 @@ a {
|
|
|
9479
9478
|
.acud-cascader-picker-clear {
|
|
9480
9479
|
position: absolute;
|
|
9481
9480
|
top: 50%;
|
|
9482
|
-
right:
|
|
9481
|
+
right: 30px;
|
|
9483
9482
|
z-index: 2;
|
|
9484
|
-
|
|
9485
|
-
height: 12px;
|
|
9486
|
-
margin-top: -6px;
|
|
9487
|
-
line-height: 12px;
|
|
9488
|
-
cursor: pointer;
|
|
9489
|
-
border-radius: 50%;
|
|
9490
|
-
text-align: center;
|
|
9491
|
-
transition: color 0.3s ease, opacity 0.15s ease;
|
|
9492
|
-
}
|
|
9493
|
-
.acud-cascader-picker-clear.acuicon {
|
|
9494
|
-
display: flex;
|
|
9495
|
-
color: #FFFFFF;
|
|
9496
|
-
background-color: #D4D6D9;
|
|
9497
|
-
border-color: transparent;
|
|
9498
|
-
}
|
|
9499
|
-
.acud-cascader-picker-clear.acuicon:hover {
|
|
9500
|
-
color: #FFFFFF;
|
|
9501
|
-
}
|
|
9502
|
-
.acud-cascader-picker-clear.acuicon:focus,
|
|
9503
|
-
.acud-cascader-picker-clear.acuicon:active {
|
|
9504
|
-
color: #FFFFFF;
|
|
9505
|
-
}
|
|
9506
|
-
.acud-cascader-picker-clear.acuicon[disabled],
|
|
9507
|
-
.acud-cascader-picker-clear.acuicon[disabled]:hover,
|
|
9508
|
-
.acud-cascader-picker-clear.acuicon[disabled]:focus,
|
|
9509
|
-
.acud-cascader-picker-clear.acuicon[disabled]:active {
|
|
9510
|
-
color: #FFFFFF;
|
|
9511
|
-
}
|
|
9512
|
-
.acud-cascader-picker-clear.acuicon:hover {
|
|
9513
|
-
background-color: #5C5F66;
|
|
9514
|
-
}
|
|
9515
|
-
.acud-cascader-picker-clear.acuicon:focus,
|
|
9516
|
-
.acud-cascader-picker-clear.acuicon:active {
|
|
9517
|
-
background-color: #303540;
|
|
9518
|
-
}
|
|
9519
|
-
.acud-cascader-picker-clear.acuicon[disabled],
|
|
9520
|
-
.acud-cascader-picker-clear.acuicon[disabled]:hover,
|
|
9521
|
-
.acud-cascader-picker-clear.acuicon[disabled]:focus,
|
|
9522
|
-
.acud-cascader-picker-clear.acuicon[disabled]:active {
|
|
9523
|
-
background-color: #F2F2F4;
|
|
9524
|
-
}
|
|
9525
|
-
.acud-cascader-picker-clear.acuicon:hover {
|
|
9526
|
-
border-color: transparent;
|
|
9527
|
-
}
|
|
9528
|
-
.acud-cascader-picker-clear.acuicon:focus,
|
|
9529
|
-
.acud-cascader-picker-clear.acuicon:active {
|
|
9530
|
-
border-color: transparent;
|
|
9531
|
-
}
|
|
9532
|
-
.acud-cascader-picker-clear.acuicon[disabled],
|
|
9533
|
-
.acud-cascader-picker-clear.acuicon[disabled]:hover,
|
|
9534
|
-
.acud-cascader-picker-clear.acuicon[disabled]:focus,
|
|
9535
|
-
.acud-cascader-picker-clear.acuicon[disabled]:active {
|
|
9536
|
-
border-color: transparent;
|
|
9537
|
-
}
|
|
9538
|
-
.acud-cascader-picker-clear > svg {
|
|
9539
|
-
transform: scale(0.6);
|
|
9483
|
+
margin-top: -8px;
|
|
9540
9484
|
}
|
|
9541
9485
|
.acud-cascader-picker-arrow {
|
|
9542
9486
|
position: absolute;
|
|
@@ -11245,6 +11189,70 @@ a {
|
|
|
11245
11189
|
z-index: 1;
|
|
11246
11190
|
}
|
|
11247
11191
|
|
|
11192
|
+
/* color */
|
|
11193
|
+
/* 默认颜色 */
|
|
11194
|
+
/* 通用-icon */
|
|
11195
|
+
/* 标签 */
|
|
11196
|
+
/* 默认颜色 */
|
|
11197
|
+
/* 其他颜色 */
|
|
11198
|
+
/* 通用 */
|
|
11199
|
+
/* 水平 */
|
|
11200
|
+
/* 垂直 */
|
|
11201
|
+
/* 序号水平 */
|
|
11202
|
+
/* 序号垂直 */
|
|
11203
|
+
.acud-clear.acudicon {
|
|
11204
|
+
color: #FFFFFF;
|
|
11205
|
+
background-color: #D4D6D9;
|
|
11206
|
+
border-color: transparent;
|
|
11207
|
+
padding: 2px;
|
|
11208
|
+
background-clip: content-box;
|
|
11209
|
+
border-radius: 50%;
|
|
11210
|
+
font-size: 12px;
|
|
11211
|
+
transition: color 0.3s ease, opacity 0.15s ease;
|
|
11212
|
+
}
|
|
11213
|
+
.acud-clear.acudicon:hover {
|
|
11214
|
+
color: #FFFFFF;
|
|
11215
|
+
}
|
|
11216
|
+
.acud-clear.acudicon:focus,
|
|
11217
|
+
.acud-clear.acudicon:active {
|
|
11218
|
+
color: #FFFFFF;
|
|
11219
|
+
}
|
|
11220
|
+
.acud-clear.acudicon[disabled],
|
|
11221
|
+
.acud-clear.acudicon[disabled]:hover,
|
|
11222
|
+
.acud-clear.acudicon[disabled]:focus,
|
|
11223
|
+
.acud-clear.acudicon[disabled]:active {
|
|
11224
|
+
color: #FFFFFF;
|
|
11225
|
+
}
|
|
11226
|
+
.acud-clear.acudicon:hover {
|
|
11227
|
+
background-color: #5C5F66;
|
|
11228
|
+
}
|
|
11229
|
+
.acud-clear.acudicon:focus,
|
|
11230
|
+
.acud-clear.acudicon:active {
|
|
11231
|
+
background-color: #303540;
|
|
11232
|
+
}
|
|
11233
|
+
.acud-clear.acudicon[disabled],
|
|
11234
|
+
.acud-clear.acudicon[disabled]:hover,
|
|
11235
|
+
.acud-clear.acudicon[disabled]:focus,
|
|
11236
|
+
.acud-clear.acudicon[disabled]:active {
|
|
11237
|
+
background-color: #F2F2F4;
|
|
11238
|
+
}
|
|
11239
|
+
.acud-clear.acudicon:hover {
|
|
11240
|
+
border-color: transparent;
|
|
11241
|
+
}
|
|
11242
|
+
.acud-clear.acudicon:focus,
|
|
11243
|
+
.acud-clear.acudicon:active {
|
|
11244
|
+
border-color: transparent;
|
|
11245
|
+
}
|
|
11246
|
+
.acud-clear.acudicon[disabled],
|
|
11247
|
+
.acud-clear.acudicon[disabled]:hover,
|
|
11248
|
+
.acud-clear.acudicon[disabled]:focus,
|
|
11249
|
+
.acud-clear.acudicon[disabled]:active {
|
|
11250
|
+
border-color: transparent;
|
|
11251
|
+
}
|
|
11252
|
+
.acud-clear.acudicon > svg {
|
|
11253
|
+
transform: scale(0.66666);
|
|
11254
|
+
}
|
|
11255
|
+
|
|
11248
11256
|
/* color */
|
|
11249
11257
|
/* 默认颜色 */
|
|
11250
11258
|
/* 通用-icon */
|
|
@@ -11979,12 +11987,23 @@ a {
|
|
|
11979
11987
|
color: #151B26;
|
|
11980
11988
|
}
|
|
11981
11989
|
.acud-picker-panel-header > li {
|
|
11990
|
+
color: #151B26;
|
|
11982
11991
|
margin-right: 24px;
|
|
11983
11992
|
display: inline-block;
|
|
11984
11993
|
cursor: pointer;
|
|
11985
11994
|
}
|
|
11986
|
-
.acud-picker-panel
|
|
11987
|
-
|
|
11995
|
+
.acud-picker-panel-header > li:hover {
|
|
11996
|
+
color: #2468F2;
|
|
11997
|
+
}
|
|
11998
|
+
.acud-picker-panel-header > li:focus,
|
|
11999
|
+
.acud-picker-panel-header > li:active {
|
|
12000
|
+
color: #144BCC;
|
|
12001
|
+
}
|
|
12002
|
+
.acud-picker-panel-header > li[disabled],
|
|
12003
|
+
.acud-picker-panel-header > li[disabled]:hover,
|
|
12004
|
+
.acud-picker-panel-header > li[disabled]:focus,
|
|
12005
|
+
.acud-picker-panel-header > li[disabled]:active {
|
|
12006
|
+
color: #B8BABF;
|
|
11988
12007
|
}
|
|
11989
12008
|
.acud-picker-panel.acud-picker-panel-has-range .acud-picker-date-panel .acud-picker-content td:not(.acud-picker-cell-range-hover-start):not(.acud-picker-cell-range-hover-end):not(.acud-picker-cell-range-start):not(.acud-picker-cell-range-end):not(.acud-picker-cell-today):hover .acud-picker-cell-inner {
|
|
11990
12009
|
background-color: #F7F7F9 !important;
|
|
@@ -12002,20 +12021,27 @@ a {
|
|
|
12002
12021
|
width: 240px;
|
|
12003
12022
|
}
|
|
12004
12023
|
.acud-picker-month-panel .acud-picker-cell-in-range:not(:first-child)::before,
|
|
12005
|
-
.acud-picker-
|
|
12024
|
+
.acud-picker-year-panel .acud-picker-cell-in-range:not(:first-child)::before,
|
|
12025
|
+
.acud-picker-month-panel .acud-picker-cell-range-hover:not(:first-child)::before,
|
|
12026
|
+
.acud-picker-year-panel .acud-picker-cell-range-hover:not(:first-child)::before {
|
|
12006
12027
|
width: 12px;
|
|
12007
12028
|
left: -12px;
|
|
12008
12029
|
background: #E6F0FF;
|
|
12009
12030
|
}
|
|
12010
|
-
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-end:hover,
|
|
12011
|
-
.acud-picker-
|
|
12031
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-end:hover .acud-picker-cell-inner,
|
|
12032
|
+
.acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-end:hover .acud-picker-cell-inner,
|
|
12033
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-start:hover .acud-picker-cell-inner,
|
|
12034
|
+
.acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-start:hover .acud-picker-cell-inner {
|
|
12012
12035
|
background-color: #D4E5FF;
|
|
12013
12036
|
}
|
|
12014
|
-
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover,
|
|
12015
|
-
.acud-picker-
|
|
12037
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner,
|
|
12038
|
+
.acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner,
|
|
12039
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner,
|
|
12040
|
+
.acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner {
|
|
12016
12041
|
background: #E6F0FF;
|
|
12017
12042
|
}
|
|
12018
|
-
.acud-picker-month-panel .acud-picker-cell-disabled:not(:first-child)::before
|
|
12043
|
+
.acud-picker-month-panel .acud-picker-cell-disabled:not(:first-child)::before,
|
|
12044
|
+
.acud-picker-year-panel .acud-picker-cell-disabled:not(:first-child)::before {
|
|
12019
12045
|
left: -12px;
|
|
12020
12046
|
}
|
|
12021
12047
|
.acud-picker-header {
|
|
@@ -12089,8 +12115,23 @@ a {
|
|
|
12089
12115
|
color: #B8BABF;
|
|
12090
12116
|
}
|
|
12091
12117
|
.acud-picker-header-view button {
|
|
12118
|
+
font-size: 12px;
|
|
12092
12119
|
color: inherit;
|
|
12093
|
-
font-weight:
|
|
12120
|
+
font-weight: 400;
|
|
12121
|
+
color: #151B26;
|
|
12122
|
+
}
|
|
12123
|
+
.acud-picker-header-view button:hover {
|
|
12124
|
+
color: #2468F2;
|
|
12125
|
+
}
|
|
12126
|
+
.acud-picker-header-view button:focus,
|
|
12127
|
+
.acud-picker-header-view button:active {
|
|
12128
|
+
color: #144BCC;
|
|
12129
|
+
}
|
|
12130
|
+
.acud-picker-header-view button[disabled],
|
|
12131
|
+
.acud-picker-header-view button[disabled]:hover,
|
|
12132
|
+
.acud-picker-header-view button[disabled]:focus,
|
|
12133
|
+
.acud-picker-header-view button[disabled]:active {
|
|
12134
|
+
color: #B8BABF;
|
|
12094
12135
|
}
|
|
12095
12136
|
.acud-picker-header-view button:not(:first-child) {
|
|
12096
12137
|
margin-left: 8px;
|
|
@@ -12202,36 +12243,6 @@ a {
|
|
|
12202
12243
|
font-weight: 400;
|
|
12203
12244
|
font-size: 12px;
|
|
12204
12245
|
}
|
|
12205
|
-
.acud-picker-content td {
|
|
12206
|
-
background-color: #FFFFFF;
|
|
12207
|
-
border-color: transparent;
|
|
12208
|
-
}
|
|
12209
|
-
.acud-picker-content td:hover {
|
|
12210
|
-
background-color: #F7F7F9;
|
|
12211
|
-
}
|
|
12212
|
-
.acud-picker-content td:focus,
|
|
12213
|
-
.acud-picker-content td:active {
|
|
12214
|
-
background-color: #2468F2;
|
|
12215
|
-
}
|
|
12216
|
-
.acud-picker-content td[disabled],
|
|
12217
|
-
.acud-picker-content td[disabled]:hover,
|
|
12218
|
-
.acud-picker-content td[disabled]:focus,
|
|
12219
|
-
.acud-picker-content td[disabled]:active {
|
|
12220
|
-
background-color: #FFFFFF;
|
|
12221
|
-
}
|
|
12222
|
-
.acud-picker-content td:hover {
|
|
12223
|
-
border-color: transparent;
|
|
12224
|
-
}
|
|
12225
|
-
.acud-picker-content td:focus,
|
|
12226
|
-
.acud-picker-content td:active {
|
|
12227
|
-
border-color: transparent;
|
|
12228
|
-
}
|
|
12229
|
-
.acud-picker-content td[disabled],
|
|
12230
|
-
.acud-picker-content td[disabled]:hover,
|
|
12231
|
-
.acud-picker-content td[disabled]:focus,
|
|
12232
|
-
.acud-picker-content td[disabled]:active {
|
|
12233
|
-
border-color: transparent;
|
|
12234
|
-
}
|
|
12235
12246
|
.acud-picker-cell {
|
|
12236
12247
|
cursor: pointer;
|
|
12237
12248
|
color: #B8BABF;
|
|
@@ -12278,10 +12289,10 @@ a {
|
|
|
12278
12289
|
content: '';
|
|
12279
12290
|
border-radius: 2px;
|
|
12280
12291
|
}
|
|
12281
|
-
.acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start) {
|
|
12292
|
+
.acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-disabled) {
|
|
12282
12293
|
background-color: transparent !important;
|
|
12283
12294
|
}
|
|
12284
|
-
.acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start) .acud-picker-cell-inner {
|
|
12295
|
+
.acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-disabled) .acud-picker-cell-inner {
|
|
12285
12296
|
background-color: transparent !important;
|
|
12286
12297
|
}
|
|
12287
12298
|
.acud-picker-cell-in-view.acud-picker-cell-in-range,
|
|
@@ -12326,6 +12337,9 @@ a {
|
|
|
12326
12337
|
.acud-picker-cell-in-view.acud-picker-cell-range-end:not(.acud-picker-cell-range-end-single)::before {
|
|
12327
12338
|
background: #E6F0FF;
|
|
12328
12339
|
}
|
|
12340
|
+
.acud-picker-cell-in-view.acud-picker-cell-range-start.acud-picker-cell-range-end::before {
|
|
12341
|
+
background: transparent;
|
|
12342
|
+
}
|
|
12329
12343
|
.acud-picker-cell-in-view.acud-picker-cell-range-start.acud-picker-cell-range-end.acud-picker-cell-selected::before,
|
|
12330
12344
|
.acud-picker-cell-in-view.acud-picker-cell-range-start.acud-picker-cell-range-hover-start.acud-picker-cell-range-hover-end::before {
|
|
12331
12345
|
background: transparent !important;
|
|
@@ -12366,6 +12380,9 @@ a {
|
|
|
12366
12380
|
right: 0;
|
|
12367
12381
|
left: 0;
|
|
12368
12382
|
}
|
|
12383
|
+
.acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover:not(:first-child)::before {
|
|
12384
|
+
left: -9px;
|
|
12385
|
+
}
|
|
12369
12386
|
.acud-picker-cell-range-hover.acud-picker-cell-range-start::after {
|
|
12370
12387
|
right: 50%;
|
|
12371
12388
|
}
|
|
@@ -12416,9 +12433,6 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12416
12433
|
.acud-picker-quarter-panel .acud-picker-content {
|
|
12417
12434
|
height: 56px;
|
|
12418
12435
|
}
|
|
12419
|
-
.acud-picker-date-panel .acud-picker-content td:hover {
|
|
12420
|
-
border-radius: 2px;
|
|
12421
|
-
}
|
|
12422
12436
|
.acud-picker-date-panel tr .acud-picker-cell:first-child::before {
|
|
12423
12437
|
display: none;
|
|
12424
12438
|
}
|
|
@@ -12437,8 +12451,8 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12437
12451
|
justify-content: space-between;
|
|
12438
12452
|
width: 216px;
|
|
12439
12453
|
}
|
|
12440
|
-
.acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover,
|
|
12441
|
-
.acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:hover {
|
|
12454
|
+
.acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):hover .acud-picker-cell-inner,
|
|
12455
|
+
.acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner {
|
|
12442
12456
|
background-color: #E6F0FF;
|
|
12443
12457
|
}
|
|
12444
12458
|
.acud-picker-footer {
|
|
@@ -12448,6 +12462,9 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12448
12462
|
min-width: 100%;
|
|
12449
12463
|
text-align: center;
|
|
12450
12464
|
border-top: 1px solid #E8E9EB;
|
|
12465
|
+
font-size: 12px;
|
|
12466
|
+
line-height: 24px;
|
|
12467
|
+
cursor: pointer;
|
|
12451
12468
|
}
|
|
12452
12469
|
.acud-picker-footer-extra {
|
|
12453
12470
|
padding: 0 8px;
|
|
@@ -12459,8 +12476,20 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12459
12476
|
.acud-picker-today-btn.acud-picker-today-btn-disabled {
|
|
12460
12477
|
cursor: not-allowed;
|
|
12461
12478
|
}
|
|
12462
|
-
.acud-picker-decade-panel
|
|
12463
|
-
|
|
12479
|
+
.acud-picker-decade-panel tr {
|
|
12480
|
+
display: block;
|
|
12481
|
+
margin: 12px 0;
|
|
12482
|
+
}
|
|
12483
|
+
.acud-picker-decade-panel tr td {
|
|
12484
|
+
display: inline-block;
|
|
12485
|
+
margin-right: 12px;
|
|
12486
|
+
width: 79px;
|
|
12487
|
+
}
|
|
12488
|
+
.acud-picker-decade-panel tr td:last-child {
|
|
12489
|
+
margin-right: 0;
|
|
12490
|
+
}
|
|
12491
|
+
.acud-picker-decade-panel tr .acud-picker-cell-inner {
|
|
12492
|
+
width: 100%;
|
|
12464
12493
|
}
|
|
12465
12494
|
.acud-picker-decade-panel .acud-picker-cell::before {
|
|
12466
12495
|
display: none;
|
|
@@ -12481,7 +12510,6 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12481
12510
|
.acud-picker-month-panel tr td {
|
|
12482
12511
|
display: inline-block;
|
|
12483
12512
|
margin-right: 12px;
|
|
12484
|
-
border-radius: 2px;
|
|
12485
12513
|
}
|
|
12486
12514
|
.acud-picker-year-panel tr td:last-child,
|
|
12487
12515
|
.acud-picker-quarter-panel tr td:last-child,
|
|
@@ -12519,6 +12547,13 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12519
12547
|
.acud-picker-panels .acud-picker-date-panel {
|
|
12520
12548
|
width: 234px;
|
|
12521
12549
|
}
|
|
12550
|
+
.acud-picker-panels .acud-picker-decade-panel {
|
|
12551
|
+
width: 285px;
|
|
12552
|
+
}
|
|
12553
|
+
.acud-picker-panels .acud-picker-decade-panel .acud-picker-header,
|
|
12554
|
+
.acud-picker-panels .acud-picker-decade-panel .acud-picker-body {
|
|
12555
|
+
padding-right: 12px !important;
|
|
12556
|
+
}
|
|
12522
12557
|
.acud-picker-week-panel .acud-picker-body {
|
|
12523
12558
|
padding: 12px 8px;
|
|
12524
12559
|
}
|
|
@@ -12536,20 +12571,46 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12536
12571
|
}
|
|
12537
12572
|
.acud-picker-date-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:first-child,
|
|
12538
12573
|
.acud-picker-month-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:first-child,
|
|
12574
|
+
.acud-picker-year-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:first-child,
|
|
12539
12575
|
.acud-picker-date-panel tr td.acud-picker-cell-range-hover:first-child,
|
|
12540
|
-
.acud-picker-month-panel tr td.acud-picker-cell-range-hover:first-child
|
|
12576
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover:first-child,
|
|
12577
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover:first-child {
|
|
12541
12578
|
border-radius: 2px 0 0 2px;
|
|
12542
12579
|
}
|
|
12543
12580
|
.acud-picker-date-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:last-child,
|
|
12544
12581
|
.acud-picker-month-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:last-child,
|
|
12582
|
+
.acud-picker-year-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:last-child,
|
|
12545
12583
|
.acud-picker-date-panel tr td.acud-picker-cell-range-hover:last-child,
|
|
12546
|
-
.acud-picker-month-panel tr td.acud-picker-cell-range-hover:last-child
|
|
12584
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover:last-child,
|
|
12585
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover:last-child {
|
|
12547
12586
|
border-radius: 0 2px 2px 0;
|
|
12548
12587
|
}
|
|
12549
|
-
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-end,
|
|
12550
|
-
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-end
|
|
12588
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
|
|
12589
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
|
|
12590
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner {
|
|
12551
12591
|
border-radius: 0 2px 2px 0;
|
|
12552
12592
|
}
|
|
12593
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range):first-child .acud-picker-cell-inner,
|
|
12594
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range):first-child .acud-picker-cell-inner,
|
|
12595
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range):first-child .acud-picker-cell-inner,
|
|
12596
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
|
|
12597
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
|
|
12598
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner {
|
|
12599
|
+
border-radius: 2px;
|
|
12600
|
+
}
|
|
12601
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
|
|
12602
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
|
|
12603
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range) .acud-picker-cell-inner {
|
|
12604
|
+
border-radius: 2px 0 0 2px;
|
|
12605
|
+
}
|
|
12606
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range):last-child .acud-picker-cell-inner,
|
|
12607
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range):last-child .acud-picker-cell-inner,
|
|
12608
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range):last-child .acud-picker-cell-inner,
|
|
12609
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
|
|
12610
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
|
|
12611
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner {
|
|
12612
|
+
border-radius: 2px;
|
|
12613
|
+
}
|
|
12553
12614
|
.acud-picker-date-panel .acud-picker-body {
|
|
12554
12615
|
padding: 12px;
|
|
12555
12616
|
}
|
|
@@ -13090,19 +13151,19 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
|
|
|
13090
13151
|
}
|
|
13091
13152
|
.acud-dialogbox-sm {
|
|
13092
13153
|
width: 520px;
|
|
13093
|
-
max-height:
|
|
13154
|
+
max-height: 560px;
|
|
13094
13155
|
}
|
|
13095
13156
|
.acud-dialogbox-md {
|
|
13096
13157
|
width: 800px;
|
|
13097
|
-
max-height:
|
|
13158
|
+
max-height: 560px;
|
|
13098
13159
|
}
|
|
13099
13160
|
.acud-dialogbox-lg {
|
|
13100
13161
|
width: 1120px;
|
|
13101
|
-
max-height:
|
|
13162
|
+
max-height: 560px;
|
|
13102
13163
|
}
|
|
13103
13164
|
.acud-dialogbox-xl {
|
|
13104
13165
|
width: 1200px;
|
|
13105
|
-
max-height:
|
|
13166
|
+
max-height: 560px;
|
|
13106
13167
|
}
|
|
13107
13168
|
.acud-dialogbox-content {
|
|
13108
13169
|
position: relative;
|
|
@@ -13578,9 +13639,10 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
|
|
|
13578
13639
|
margin-top: -8px;
|
|
13579
13640
|
font-size: 12px;
|
|
13580
13641
|
line-height: 16px;
|
|
13642
|
+
transition: transform 0.48s;
|
|
13581
13643
|
}
|
|
13582
13644
|
.acud-dropdown-trigger-arrow-expand {
|
|
13583
|
-
transform: rotate(
|
|
13645
|
+
transform: rotate(180deg);
|
|
13584
13646
|
}
|
|
13585
13647
|
.acud-dropdown-trigger-arrow > svg {
|
|
13586
13648
|
width: 16px;
|
|
@@ -13888,6 +13950,9 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
13888
13950
|
.acud-form-horizontal .acud-form-item-label:not([class*=' acud-col-']) {
|
|
13889
13951
|
margin-right: 16px;
|
|
13890
13952
|
}
|
|
13953
|
+
.acud-form-horizontal .acud-form-item-label > label {
|
|
13954
|
+
padding-left: calc(.5em + 4px);
|
|
13955
|
+
}
|
|
13891
13956
|
.acud-form-horizontal .acud-form-item-label > label.acud-form-item-required:not(.acud-form-item-required-mark-optional)::before {
|
|
13892
13957
|
text-indent: -0.5em;
|
|
13893
13958
|
margin-left: -4px;
|
|
@@ -16634,23 +16699,43 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16634
16699
|
}
|
|
16635
16700
|
.acud-modal-sm {
|
|
16636
16701
|
width: 520px;
|
|
16637
|
-
height: 240px;
|
|
16638
|
-
max-height:
|
|
16702
|
+
min-height: 240px;
|
|
16703
|
+
max-height: 560px;
|
|
16704
|
+
}
|
|
16705
|
+
.acud-modal-sm > .acud-modal-content {
|
|
16706
|
+
width: 100%;
|
|
16707
|
+
min-height: 240px;
|
|
16708
|
+
max-height: 560px;
|
|
16639
16709
|
}
|
|
16640
16710
|
.acud-modal-md {
|
|
16641
16711
|
width: 800px;
|
|
16642
|
-
height: 400px;
|
|
16643
|
-
max-height:
|
|
16712
|
+
min-height: 400px;
|
|
16713
|
+
max-height: 560px;
|
|
16714
|
+
}
|
|
16715
|
+
.acud-modal-md > .acud-modal-content {
|
|
16716
|
+
width: 100%;
|
|
16717
|
+
min-height: 400px;
|
|
16718
|
+
max-height: 560px;
|
|
16644
16719
|
}
|
|
16645
16720
|
.acud-modal-lg {
|
|
16646
16721
|
width: 1120px;
|
|
16647
|
-
height: 480px;
|
|
16648
|
-
max-height:
|
|
16722
|
+
min-height: 480px;
|
|
16723
|
+
max-height: 560px;
|
|
16724
|
+
}
|
|
16725
|
+
.acud-modal-lg > .acud-modal-content {
|
|
16726
|
+
width: 100%;
|
|
16727
|
+
min-height: 480px;
|
|
16728
|
+
max-height: 560px;
|
|
16649
16729
|
}
|
|
16650
16730
|
.acud-modal-xl {
|
|
16651
16731
|
width: 1200px;
|
|
16652
|
-
height: 480px;
|
|
16653
|
-
max-height:
|
|
16732
|
+
min-height: 480px;
|
|
16733
|
+
max-height: 560px;
|
|
16734
|
+
}
|
|
16735
|
+
.acud-modal-xl > .acud-modal-content {
|
|
16736
|
+
width: 100%;
|
|
16737
|
+
min-height: 480px;
|
|
16738
|
+
max-height: 560px;
|
|
16654
16739
|
}
|
|
16655
16740
|
.acud-modal-content {
|
|
16656
16741
|
position: relative;
|
|
@@ -16703,16 +16788,18 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16703
16788
|
.acud-modal-title {
|
|
16704
16789
|
font-size: 14px;
|
|
16705
16790
|
line-height: 22px;
|
|
16791
|
+
padding-right: 12px;
|
|
16706
16792
|
word-wrap: break-word;
|
|
16707
16793
|
}
|
|
16708
16794
|
.acud-modal-body {
|
|
16709
|
-
|
|
16795
|
+
margin: 16px 24px 24px;
|
|
16710
16796
|
font-size: 12px;
|
|
16711
16797
|
font-weight: 400;
|
|
16712
16798
|
line-height: 20px;
|
|
16713
16799
|
word-wrap: break-word;
|
|
16714
16800
|
color: #151B26;
|
|
16715
16801
|
flex: 1;
|
|
16802
|
+
overflow-y: auto;
|
|
16716
16803
|
}
|
|
16717
16804
|
.acud-modal-footer {
|
|
16718
16805
|
padding: 0 24px 24px;
|
|
@@ -16742,12 +16829,20 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16742
16829
|
align-items: center;
|
|
16743
16830
|
padding-top: 2px;
|
|
16744
16831
|
}
|
|
16745
|
-
.acud-modal-dialogbox
|
|
16746
|
-
|
|
16832
|
+
.acud-modal-dialogbox-title {
|
|
16833
|
+
overflow: hidden;
|
|
16834
|
+
padding-right: 12px;
|
|
16747
16835
|
}
|
|
16748
16836
|
.acud-modal-dialogbox-content {
|
|
16837
|
+
width: 100%;
|
|
16749
16838
|
padding-left: 32px;
|
|
16750
16839
|
}
|
|
16840
|
+
.acud-modal-dialogbox .acud-modal-title .acudicon {
|
|
16841
|
+
font-size: 20px;
|
|
16842
|
+
}
|
|
16843
|
+
.acud-modal-dialogbox > .acud-modal-content {
|
|
16844
|
+
min-height: 184px;
|
|
16845
|
+
}
|
|
16751
16846
|
.acud-modal-dialogbox-warning .acud-modal-dialogbox-icon {
|
|
16752
16847
|
color: #FF9326;
|
|
16753
16848
|
}
|
|
@@ -17798,7 +17893,8 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17798
17893
|
.acud-progress-success .acud-progress-label-icon {
|
|
17799
17894
|
font-size: 0;
|
|
17800
17895
|
}
|
|
17801
|
-
.acud-progress-label-hidden .acud-progress-label
|
|
17896
|
+
.acud-progress-label-hidden .acud-progress-label.acud-progress-label-outer,
|
|
17897
|
+
.acud-progress-label-hidden .acud-progress-label.acud-progress-label-inner {
|
|
17802
17898
|
display: none;
|
|
17803
17899
|
}
|
|
17804
17900
|
.acud-progress-line {
|
|
@@ -20582,6 +20678,34 @@ span.acud-radio-button {
|
|
|
20582
20678
|
.acud-switch-checked[disabled]:after {
|
|
20583
20679
|
background-color: #FFFFFF;
|
|
20584
20680
|
}
|
|
20681
|
+
.acud-switch-checked[disabled].acud-switch-loading .acud-switch-loading-icon {
|
|
20682
|
+
color: #D4E5FF;
|
|
20683
|
+
}
|
|
20684
|
+
.acud-switch-checked.acud-switch-loading .acud-switch-loading-icon {
|
|
20685
|
+
color: #2468F2;
|
|
20686
|
+
left: initial;
|
|
20687
|
+
right: 2px;
|
|
20688
|
+
}
|
|
20689
|
+
.acud-switch-loading {
|
|
20690
|
+
cursor: no-drop;
|
|
20691
|
+
}
|
|
20692
|
+
.acud-switch-loading:after {
|
|
20693
|
+
cursor: no-drop;
|
|
20694
|
+
-webkit-animation-name: none;
|
|
20695
|
+
animation-name: none;
|
|
20696
|
+
}
|
|
20697
|
+
.acud-switch-loading:hover:after {
|
|
20698
|
+
width: 16px;
|
|
20699
|
+
-webkit-animation-name: none;
|
|
20700
|
+
animation-name: none;
|
|
20701
|
+
}
|
|
20702
|
+
.acud-switch-loading .acud-switch-loading-icon {
|
|
20703
|
+
position: absolute;
|
|
20704
|
+
top: 1px;
|
|
20705
|
+
z-index: 99;
|
|
20706
|
+
color: #D4D6D9;
|
|
20707
|
+
left: 2px;
|
|
20708
|
+
}
|
|
20585
20709
|
.acud-switch-disabled {
|
|
20586
20710
|
cursor: no-drop;
|
|
20587
20711
|
}
|
|
@@ -20596,6 +20720,9 @@ span.acud-radio-button {
|
|
|
20596
20720
|
-webkit-animation-name: none;
|
|
20597
20721
|
animation-name: none;
|
|
20598
20722
|
}
|
|
20723
|
+
.acud-switch-disabled .acud-switch-loading-icon {
|
|
20724
|
+
color: #F2F2F4;
|
|
20725
|
+
}
|
|
20599
20726
|
.acud-switch-label {
|
|
20600
20727
|
display: inline-block;
|
|
20601
20728
|
padding-left: 10px;
|
|
@@ -22468,6 +22595,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22468
22595
|
text-align: left;
|
|
22469
22596
|
color: #2468F2;
|
|
22470
22597
|
cursor: pointer;
|
|
22598
|
+
margin-top: 0;
|
|
22471
22599
|
}
|
|
22472
22600
|
.acud-time-panel-wrap .acud-picker-decade-panel .acud-picker-cell-inner {
|
|
22473
22601
|
padding: 0 6px;
|
|
@@ -23926,8 +24054,10 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23926
24054
|
border-radius: 4px 4px 0 0;
|
|
23927
24055
|
line-height: 21px;
|
|
23928
24056
|
}
|
|
24057
|
+
.acud-transfer-datasource-header-checkall {
|
|
24058
|
+
margin-right: 12px;
|
|
24059
|
+
}
|
|
23929
24060
|
.acud-transfer-datasource-label {
|
|
23930
|
-
margin-left: 12px;
|
|
23931
24061
|
color: #151B26;
|
|
23932
24062
|
font-size: 12px;
|
|
23933
24063
|
font-weight: #FFECD4;
|
|
@@ -24032,8 +24162,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24032
24162
|
padding-left: 60px;
|
|
24033
24163
|
}
|
|
24034
24164
|
.acud-transfer-datasource-search {
|
|
24035
|
-
height:
|
|
24036
|
-
|
|
24165
|
+
height: 40px;
|
|
24166
|
+
padding: 8px 12px;
|
|
24037
24167
|
width: auto;
|
|
24038
24168
|
flex-shrink: 0;
|
|
24039
24169
|
}
|
|
@@ -24210,10 +24340,10 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24210
24340
|
padding-left: 56px;
|
|
24211
24341
|
}
|
|
24212
24342
|
.acud-transfer-target-search {
|
|
24213
|
-
|
|
24343
|
+
padding: 8px 12px;
|
|
24214
24344
|
width: auto;
|
|
24215
24345
|
flex-shrink: 0;
|
|
24216
|
-
height:
|
|
24346
|
+
height: 40px;
|
|
24217
24347
|
}
|
|
24218
24348
|
.acud-transfer-target-nodata {
|
|
24219
24349
|
display: flex;
|
|
@@ -24229,6 +24359,24 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24229
24359
|
.acud-transfer .acud-input input {
|
|
24230
24360
|
font-size: 12px;
|
|
24231
24361
|
}
|
|
24362
|
+
.acud-transfer.acud-transfer-table .acud-transfer-datasource,
|
|
24363
|
+
.acud-transfer.acud-transfer-table .acud-transfer-target {
|
|
24364
|
+
height: 360px;
|
|
24365
|
+
}
|
|
24366
|
+
.acud-transfer.acud-transfer-table .acud-transfer-datasource-search,
|
|
24367
|
+
.acud-transfer.acud-transfer-table .acud-transfer-target-search {
|
|
24368
|
+
background-color: #F7F7F9;
|
|
24369
|
+
border-top: 1px solid #fff;
|
|
24370
|
+
}
|
|
24371
|
+
.acud-transfer.acud-transfer-table table {
|
|
24372
|
+
border-top: 1px solid #fff;
|
|
24373
|
+
}
|
|
24374
|
+
.acud-transfer.acud-transfer-table table thead tr th:nth-last-child(2) {
|
|
24375
|
+
border-right: none;
|
|
24376
|
+
}
|
|
24377
|
+
.acud-transfer.acud-transfer-table .acud-transfer-table-box {
|
|
24378
|
+
overflow: auto;
|
|
24379
|
+
}
|
|
24232
24380
|
|
|
24233
24381
|
/* color */
|
|
24234
24382
|
/* 默认颜色 */
|
|
@@ -24275,6 +24423,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24275
24423
|
border-style: solid;
|
|
24276
24424
|
cursor: pointer;
|
|
24277
24425
|
transition: border-color 0.3s;
|
|
24426
|
+
overflow: hidden;
|
|
24278
24427
|
color: #5C5F66;
|
|
24279
24428
|
background-color: #FFFFFF;
|
|
24280
24429
|
border-color: #E8E9EB;
|
|
@@ -24347,15 +24496,12 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24347
24496
|
height: 100%;
|
|
24348
24497
|
text-align: center;
|
|
24349
24498
|
border: 1px dashed #d9d9d9;
|
|
24350
|
-
border-radius:
|
|
24499
|
+
border-radius: 6px;
|
|
24351
24500
|
cursor: pointer;
|
|
24352
24501
|
transition: border-color 0.3s;
|
|
24353
24502
|
}
|
|
24354
|
-
.acud-upload.acud-upload-drag .acud-upload {
|
|
24355
|
-
padding: 16px 0;
|
|
24356
|
-
}
|
|
24357
24503
|
.acud-upload.acud-upload-drag.acud-upload-drag-hover:not(.acud-upload-disabled) {
|
|
24358
|
-
border-color:
|
|
24504
|
+
border-color: #144BCC;
|
|
24359
24505
|
}
|
|
24360
24506
|
.acud-upload.acud-upload-drag.acud-upload-disabled {
|
|
24361
24507
|
background: #fafafa;
|
|
@@ -24532,10 +24678,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24532
24678
|
color: #B8BABF;
|
|
24533
24679
|
}
|
|
24534
24680
|
.acud-upload-list-item .acuicon-outlined-close {
|
|
24535
|
-
position: absolute;
|
|
24536
|
-
top: 4px;
|
|
24537
|
-
right: 4px;
|
|
24538
|
-
color: #B8BABF;
|
|
24539
24681
|
font-size: 10px;
|
|
24540
24682
|
line-height: 0;
|
|
24541
24683
|
cursor: pointer;
|
|
@@ -24551,6 +24693,19 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24551
24693
|
.acud-upload-list-item:hover .acuicon-outlined-close {
|
|
24552
24694
|
opacity: 1;
|
|
24553
24695
|
}
|
|
24696
|
+
.acud-upload-list-item .acuicon-outlined-cloud-download {
|
|
24697
|
+
transition: all 0.3s;
|
|
24698
|
+
opacity: 0;
|
|
24699
|
+
}
|
|
24700
|
+
.acud-upload-list-item:hover .acuicon-outlined-cloud-download {
|
|
24701
|
+
opacity: 1;
|
|
24702
|
+
}
|
|
24703
|
+
.acud-upload-list-item-card-actions-btn {
|
|
24704
|
+
margin-right: 6px;
|
|
24705
|
+
}
|
|
24706
|
+
.acud-upload-list-item-card-actions-btn:last-child {
|
|
24707
|
+
margin-right: 0;
|
|
24708
|
+
}
|
|
24554
24709
|
.acud-upload-list-item:hover .acud-upload-list-item-card-actions-btn {
|
|
24555
24710
|
opacity: 1;
|
|
24556
24711
|
}
|
|
@@ -24560,12 +24715,9 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24560
24715
|
.acud-upload-list-item-error .acud-upload-list-item-info .acud-upload-text-icon .acuicon:hover {
|
|
24561
24716
|
color: #F33E3E;
|
|
24562
24717
|
}
|
|
24563
|
-
.acud-upload-list-item-error .acud-upload-list-item-card-actions .
|
|
24718
|
+
.acud-upload-list-item-error .acud-upload-list-item-card-actions .acud-upload-text-icon {
|
|
24564
24719
|
color: #F33E3E;
|
|
24565
24720
|
}
|
|
24566
|
-
.acud-upload-list-item-error .acud-upload-list-item-card-actions-btn {
|
|
24567
|
-
opacity: 1;
|
|
24568
|
-
}
|
|
24569
24721
|
.acud-upload-list-item-progress {
|
|
24570
24722
|
position: absolute;
|
|
24571
24723
|
bottom: -12px;
|