bk-magic-vue 2.5.10-dev.1 → 2.5.10-dev.2
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/bk-magic-vue.css +102 -102
- package/dist/bk-magic-vue.js +37 -33
- package/dist/bk-magic-vue.min.css +1 -1
- package/dist/bk-magic-vue.min.css.gz +0 -0
- package/dist/bk-magic-vue.min.css.map +1 -1
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/dist/bk-magic-vue.min.js.map +1 -1
- package/lib/affix.js +2930 -529
- package/lib/alert.js +159 -1678
- package/lib/animate-number.js +136 -1678
- package/lib/back-top.js +245 -1676
- package/lib/badge.js +2405 -266
- package/lib/big-tree.js +7364 -399
- package/lib/breadcrumb-item.js +109 -1678
- package/lib/breadcrumb.js +123 -1678
- package/lib/button.js +356 -1678
- package/lib/card.js +6276 -316
- package/lib/cascade.js +10109 -349
- package/lib/checkbox-group.js +2824 -534
- package/lib/checkbox.js +5186 -499
- package/lib/col.js +131 -1678
- package/lib/collapse-item.js +297 -1678
- package/lib/collapse.js +135 -1678
- package/lib/color-picker.js +3933 -1678
- package/lib/compose-form-item.js +59 -319
- package/lib/container.js +135 -1678
- package/lib/date-picker.js +9187 -509
- package/lib/dialog.js +6755 -395
- package/lib/diff.js +11486 -1678
- package/lib/directives/clickoutside.js +52 -37
- package/lib/directives/overflow-tips.js +6350 -53
- package/lib/directives/tooltips.js +6367 -55
- package/lib/directives/transfer-dom.js +1414 -53
- package/lib/divider.js +118 -1678
- package/lib/dropdown-menu.js +1567 -1678
- package/lib/exception.js +71 -275
- package/lib/fixed-navbar.js +56 -242
- package/lib/form-item.js +8178 -483
- package/lib/form.js +245 -1678
- package/lib/icon.js +2517 -606
- package/lib/image-viewer.js +2912 -484
- package/lib/image.js +3298 -490
- package/lib/info-box.js +6873 -395
- package/lib/input.js +5916 -315
- package/lib/link.js +112 -1678
- package/lib/loading.js +2748 -332
- package/lib/locale/index.js +3538 -176
- package/lib/locale/lang/en-US.js +107 -105
- package/lib/locale/lang/index.js +16 -5
- package/lib/locale/lang/zh-CN.js +103 -103
- package/lib/message.js +3867 -382
- package/lib/mixins/emitter.js +12 -70
- package/lib/navigation-menu-group.js +94 -1678
- package/lib/navigation-menu-item.js +429 -1678
- package/lib/navigation-menu.js +5141 -274
- package/lib/navigation.js +362 -1678
- package/lib/notify.js +2664 -579
- package/lib/option-group.js +5388 -508
- package/lib/option.js +5333 -508
- package/lib/pagination.js +13496 -519
- package/lib/popconfirm.js +5591 -349
- package/lib/popover.js +5438 -346
- package/lib/process.js +3168 -525
- package/lib/progress.js +182 -1678
- package/lib/radio-button.js +242 -1678
- package/lib/radio-group.js +161 -1678
- package/lib/radio.js +257 -1678
- package/lib/rate.js +310 -1678
- package/lib/resize-layout.js +2936 -544
- package/lib/round-progress.js +184 -1678
- package/lib/row.js +2483 -570
- package/lib/search-select.js +10200 -533
- package/lib/select.js +11776 -513
- package/lib/sideslider.js +5667 -395
- package/lib/slider.js +6716 -346
- package/lib/spin.js +186 -1678
- package/lib/star.js +188 -1678
- package/lib/steps.js +5202 -507
- package/lib/swiper.js +3041 -523
- package/lib/switcher.js +232 -1678
- package/lib/tab-panel.js +137 -1678
- package/lib/tab.js +5953 -467
- package/lib/table-column.js +6081 -551
- package/lib/table-setting-content.js +6270 -459
- package/lib/table.js +18113 -529
- package/lib/tag-input.js +10622 -506
- package/lib/tag.js +146 -1678
- package/lib/time-picker.js +7389 -508
- package/lib/timeline.js +2578 -556
- package/lib/transfer.js +7356 -534
- package/lib/transition.js +222 -1678
- package/lib/tree.js +3944 -324
- package/lib/ui/bk-magic-vue.css +102 -102
- package/lib/ui/bk-magic-vue.min.css +1 -1
- package/lib/ui/bk-magic-vue.min.css.gz +0 -0
- package/lib/ui/bk-magic-vue.min.css.map +1 -1
- package/lib/ui/link.css +29 -29
- package/lib/ui/link.min.css.map +1 -1
- package/lib/upload.js +8475 -319
- package/lib/utils/deepmerge.js +87 -192
- package/lib/utils/pop-manager.js +214 -3551
- package/lib/utils/svg-icon.js +17 -3536
- package/lib/utils/tippy.js +5991 -3551
- package/lib/utils/z-index-manager.js +49 -3553
- package/lib/version-detail.js +10230 -499
- package/lib/virtual-render.js +2763 -386
- package/lib/virtual-scroll.js +3274 -506
- package/lib/zoom-image.js +5 -1
- package/package.json +1 -1
package/dist/bk-magic-vue.css
CHANGED
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
border-radius:100%;
|
|
859
859
|
display:inline-block;
|
|
860
860
|
vertical-align:middle;
|
|
861
|
-
background-color:#
|
|
861
|
+
background-color:#fff;
|
|
862
862
|
animation:button-loading 1s infinite ease-in-out both;
|
|
863
863
|
}
|
|
864
864
|
|
|
@@ -947,14 +947,14 @@
|
|
|
947
947
|
|
|
948
948
|
.bk-button.bk-default.is-loading:hover,
|
|
949
949
|
.bk-button.bk-default.is-loading.hover{
|
|
950
|
-
background-color:#
|
|
950
|
+
background-color:#fff;
|
|
951
951
|
border-color:#c4c6cc;
|
|
952
952
|
opacity:1;
|
|
953
953
|
}
|
|
954
954
|
|
|
955
955
|
.bk-button.bk-default.is-loading:active,
|
|
956
956
|
.bk-button.bk-default.is-loading.active{
|
|
957
|
-
background-color:#
|
|
957
|
+
background-color:#fff;
|
|
958
958
|
border-color:#c4c6cc;
|
|
959
959
|
}
|
|
960
960
|
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
.bk-button.bk-primary{
|
|
969
969
|
background:#3a84ff;
|
|
970
970
|
border-color:#3a84ff;
|
|
971
|
-
color:#
|
|
971
|
+
color:#fff;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
.bk-button.bk-primary:hover,
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
.bk-button.bk-primary[disabled]{
|
|
989
989
|
background-color:#dcdee5;
|
|
990
990
|
border-color:#dcdee5;
|
|
991
|
-
color:#
|
|
991
|
+
color:#fff;
|
|
992
992
|
cursor:not-allowed;
|
|
993
993
|
}
|
|
994
994
|
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
.bk-button.bk-success{
|
|
1048
1048
|
background:#2dcb56;
|
|
1049
1049
|
border-color:#2dcb56;
|
|
1050
|
-
color:#
|
|
1050
|
+
color:#fff;
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
1053
|
.bk-button.bk-success:hover,
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
.bk-button.bk-success[disabled]{
|
|
1068
1068
|
background-color:#dcdee5;
|
|
1069
1069
|
border-color:#dcdee5;
|
|
1070
|
-
color:#
|
|
1070
|
+
color:#fff;
|
|
1071
1071
|
cursor:not-allowed;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
.bk-button.bk-warning{
|
|
1127
1127
|
background:#ff9c01;
|
|
1128
1128
|
border-color:#ff9c01;
|
|
1129
|
-
color:#
|
|
1129
|
+
color:#fff;
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
1132
|
.bk-button.bk-warning:hover,
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
.bk-button.bk-warning[disabled]{
|
|
1147
1147
|
background-color:#dcdee5;
|
|
1148
1148
|
border-color:#dcdee5;
|
|
1149
|
-
color:#
|
|
1149
|
+
color:#fff;
|
|
1150
1150
|
cursor:not-allowed;
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
.bk-button.bk-danger{
|
|
1206
1206
|
background:#ea3636;
|
|
1207
1207
|
border-color:#ea3636;
|
|
1208
|
-
color:#
|
|
1208
|
+
color:#fff;
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
1211
|
.bk-button.bk-danger:hover,
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
.bk-button.bk-danger[disabled]{
|
|
1226
1226
|
background-color:#dcdee5;
|
|
1227
1227
|
border-color:#dcdee5;
|
|
1228
|
-
color:#
|
|
1228
|
+
color:#fff;
|
|
1229
1229
|
cursor:not-allowed;
|
|
1230
1230
|
}
|
|
1231
1231
|
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
|
|
1303
1303
|
.bk-button.is-outline.is-disabled,
|
|
1304
1304
|
.bk-button.is-outline[disabled]{
|
|
1305
|
-
background-color:#
|
|
1305
|
+
background-color:#fff;
|
|
1306
1306
|
border-color:#dcdee5;
|
|
1307
1307
|
color:#c4c6cc;
|
|
1308
1308
|
cursor:not-allowed;
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
.bk-button.is-outline.is-disabled.hover,
|
|
1313
1313
|
.bk-button.is-outline[disabled]:hover,
|
|
1314
1314
|
.bk-button.is-outline[disabled].hover{
|
|
1315
|
-
background-color:#
|
|
1315
|
+
background-color:#fff;
|
|
1316
1316
|
border-color:#dcdee5;
|
|
1317
1317
|
color:#c4c6cc;
|
|
1318
1318
|
}
|
|
@@ -1321,7 +1321,7 @@
|
|
|
1321
1321
|
.bk-button.is-outline.is-disabled:active,
|
|
1322
1322
|
.bk-button.is-outline[disabled].active,
|
|
1323
1323
|
.bk-button.is-outline[disabled]:active{
|
|
1324
|
-
background-color:#
|
|
1324
|
+
background-color:#fff;
|
|
1325
1325
|
border-color:#dcdee5;
|
|
1326
1326
|
color:#c4c6cc;
|
|
1327
1327
|
}
|
|
@@ -1353,7 +1353,7 @@
|
|
|
1353
1353
|
height:7px;
|
|
1354
1354
|
border-radius:100%;
|
|
1355
1355
|
display:inline-block;
|
|
1356
|
-
background-color:#
|
|
1356
|
+
background-color:#fff;
|
|
1357
1357
|
animation:button-loading 1.2s infinite ease-in-out both;
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
|
|
1440
1440
|
.bk-button-text.bk-default.is-disabled,
|
|
1441
1441
|
.bk-button-text.bk-default[disabled]{
|
|
1442
|
-
background-color:#
|
|
1442
|
+
background-color:#fff;
|
|
1443
1443
|
border-color:#dcdee5;
|
|
1444
1444
|
color:#c4c6cc;
|
|
1445
1445
|
cursor:not-allowed;
|
|
@@ -1451,14 +1451,14 @@
|
|
|
1451
1451
|
|
|
1452
1452
|
.bk-button-text.bk-default.is-loading:hover,
|
|
1453
1453
|
.bk-button-text.bk-default.is-loading.hover{
|
|
1454
|
-
background-color:#
|
|
1454
|
+
background-color:#fff;
|
|
1455
1455
|
border-color:#c4c6cc;
|
|
1456
1456
|
opacity:1;
|
|
1457
1457
|
}
|
|
1458
1458
|
|
|
1459
1459
|
.bk-button-text.bk-default.is-loading:active,
|
|
1460
1460
|
.bk-button-text.bk-default.is-loading.active{
|
|
1461
|
-
background-color:#
|
|
1461
|
+
background-color:#fff;
|
|
1462
1462
|
border-color:#c4c6cc;
|
|
1463
1463
|
}
|
|
1464
1464
|
|
|
@@ -1558,7 +1558,7 @@
|
|
|
1558
1558
|
|
|
1559
1559
|
.bk-button-text.is-outline.is-disabled,
|
|
1560
1560
|
.bk-button-text.is-outline[disabled]{
|
|
1561
|
-
background-color:#
|
|
1561
|
+
background-color:#fff;
|
|
1562
1562
|
border-color:#dcdee5;
|
|
1563
1563
|
color:#c4c6cc;
|
|
1564
1564
|
cursor:not-allowed;
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
.bk-button-text.is-outline.is-disabled.hover,
|
|
1569
1569
|
.bk-button-text.is-outline[disabled]:hover,
|
|
1570
1570
|
.bk-button-text.is-outline[disabled].hover{
|
|
1571
|
-
background-color:#
|
|
1571
|
+
background-color:#fff;
|
|
1572
1572
|
border-color:#dcdee5;
|
|
1573
1573
|
color:#c4c6cc;
|
|
1574
1574
|
}
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
.bk-button-text.is-outline.is-disabled:active,
|
|
1578
1578
|
.bk-button-text.is-outline[disabled].active,
|
|
1579
1579
|
.bk-button-text.is-outline[disabled]:active{
|
|
1580
|
-
background-color:#
|
|
1580
|
+
background-color:#fff;
|
|
1581
1581
|
border-color:#dcdee5;
|
|
1582
1582
|
color:#c4c6cc;
|
|
1583
1583
|
}
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
}
|
|
1689
1689
|
|
|
1690
1690
|
.bk-button-hover.bk-primary{
|
|
1691
|
-
background-color:#
|
|
1691
|
+
background-color:#fff;
|
|
1692
1692
|
border-color:#c4c6cc;
|
|
1693
1693
|
color:#63656e;
|
|
1694
1694
|
}
|
|
@@ -1697,7 +1697,7 @@
|
|
|
1697
1697
|
.bk-button-hover.bk-primary.hover{
|
|
1698
1698
|
background-color:#3a84ff;
|
|
1699
1699
|
border-color:#3a84ff;
|
|
1700
|
-
color:#
|
|
1700
|
+
color:#fff;
|
|
1701
1701
|
opacity:1;
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
@@ -1705,12 +1705,12 @@
|
|
|
1705
1705
|
.bk-button-hover.bk-primary.active{
|
|
1706
1706
|
background-color:#2761dd;
|
|
1707
1707
|
border-color:#2761dd;
|
|
1708
|
-
color:#
|
|
1708
|
+
color:#fff;
|
|
1709
1709
|
}
|
|
1710
1710
|
|
|
1711
1711
|
.bk-button-hover.bk-primary.is-disabled,
|
|
1712
1712
|
.bk-button-hover.bk-primary[disabled]{
|
|
1713
|
-
background-color:#
|
|
1713
|
+
background-color:#fff;
|
|
1714
1714
|
border-color:#dcdee5;
|
|
1715
1715
|
color:#c4c6cc;
|
|
1716
1716
|
cursor:not-allowed;
|
|
@@ -1722,39 +1722,39 @@
|
|
|
1722
1722
|
|
|
1723
1723
|
.bk-button-hover.bk-primary.is-loading:hover,
|
|
1724
1724
|
.bk-button-hover.bk-primary.is-loading.hover{
|
|
1725
|
-
background-color:#
|
|
1725
|
+
background-color:#fff;
|
|
1726
1726
|
border-color:#c4c6cc;
|
|
1727
1727
|
opacity:1;
|
|
1728
1728
|
}
|
|
1729
1729
|
|
|
1730
1730
|
.bk-button-hover.bk-primary.is-loading:active,
|
|
1731
1731
|
.bk-button-hover.bk-primary.is-loading.active{
|
|
1732
|
-
background-color:#
|
|
1732
|
+
background-color:#fff;
|
|
1733
1733
|
border-color:#c4c6cc;
|
|
1734
1734
|
}
|
|
1735
1735
|
|
|
1736
1736
|
.bk-button-hover.bk-primary.is-outline{
|
|
1737
1737
|
color:#3a84ff;
|
|
1738
1738
|
border-color:#3a84ff;
|
|
1739
|
-
background-color:#
|
|
1739
|
+
background-color:#fff;
|
|
1740
1740
|
}
|
|
1741
1741
|
|
|
1742
1742
|
.bk-button-hover.bk-primary.is-outline:hover,
|
|
1743
1743
|
.bk-button-hover.bk-primary.is-outline.hover{
|
|
1744
1744
|
background-color:#3a84ff;
|
|
1745
1745
|
border-color:#3a84ff;
|
|
1746
|
-
color:#
|
|
1746
|
+
color:#fff;
|
|
1747
1747
|
}
|
|
1748
1748
|
|
|
1749
1749
|
.bk-button-hover.bk-primary.is-outline.active,
|
|
1750
1750
|
.bk-button-hover.bk-primary.is-outline:active{
|
|
1751
1751
|
background-color:#2761dd;
|
|
1752
1752
|
border-color:#2761dd;
|
|
1753
|
-
color:#
|
|
1753
|
+
color:#fff;
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
1756
1756
|
.bk-button-hover.bk-success{
|
|
1757
|
-
background-color:#
|
|
1757
|
+
background-color:#fff;
|
|
1758
1758
|
border-color:#c4c6cc;
|
|
1759
1759
|
color:#63656e;
|
|
1760
1760
|
}
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
.bk-button-hover.bk-success.hover{
|
|
1764
1764
|
background-color:#2dcb56;
|
|
1765
1765
|
border-color:#2dcb56;
|
|
1766
|
-
color:#
|
|
1766
|
+
color:#fff;
|
|
1767
1767
|
opacity:1;
|
|
1768
1768
|
}
|
|
1769
1769
|
|
|
@@ -1771,12 +1771,12 @@
|
|
|
1771
1771
|
.bk-button-hover.bk-success.active{
|
|
1772
1772
|
background-color:#1ab943;
|
|
1773
1773
|
border-color:#1ab943;
|
|
1774
|
-
color:#
|
|
1774
|
+
color:#fff;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
1777
|
.bk-button-hover.bk-success.is-disabled,
|
|
1778
1778
|
.bk-button-hover.bk-success[disabled]{
|
|
1779
|
-
background-color:#
|
|
1779
|
+
background-color:#fff;
|
|
1780
1780
|
border-color:#dcdee5;
|
|
1781
1781
|
color:#c4c6cc;
|
|
1782
1782
|
cursor:not-allowed;
|
|
@@ -1788,39 +1788,39 @@
|
|
|
1788
1788
|
|
|
1789
1789
|
.bk-button-hover.bk-success.is-loading:hover,
|
|
1790
1790
|
.bk-button-hover.bk-success.is-loading.hover{
|
|
1791
|
-
background-color:#
|
|
1791
|
+
background-color:#fff;
|
|
1792
1792
|
border-color:#c4c6cc;
|
|
1793
1793
|
opacity:1;
|
|
1794
1794
|
}
|
|
1795
1795
|
|
|
1796
1796
|
.bk-button-hover.bk-success.is-loading:active,
|
|
1797
1797
|
.bk-button-hover.bk-success.is-loading.active{
|
|
1798
|
-
background-color:#
|
|
1798
|
+
background-color:#fff;
|
|
1799
1799
|
border-color:#c4c6cc;
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
1802
|
.bk-button-hover.bk-success.is-outline{
|
|
1803
1803
|
color:#2dcb56;
|
|
1804
1804
|
border-color:#2dcb56;
|
|
1805
|
-
background-color:#
|
|
1805
|
+
background-color:#fff;
|
|
1806
1806
|
}
|
|
1807
1807
|
|
|
1808
1808
|
.bk-button-hover.bk-success.is-outline:hover,
|
|
1809
1809
|
.bk-button-hover.bk-success.is-outline.hover{
|
|
1810
1810
|
background-color:#2dcb56;
|
|
1811
1811
|
border-color:#2dcb56;
|
|
1812
|
-
color:#
|
|
1812
|
+
color:#fff;
|
|
1813
1813
|
}
|
|
1814
1814
|
|
|
1815
1815
|
.bk-button-hover.bk-success.is-outline.active,
|
|
1816
1816
|
.bk-button-hover.bk-success.is-outline:active{
|
|
1817
1817
|
background-color:#1ab943;
|
|
1818
1818
|
border-color:#1ab943;
|
|
1819
|
-
color:#
|
|
1819
|
+
color:#fff;
|
|
1820
1820
|
}
|
|
1821
1821
|
|
|
1822
1822
|
.bk-button-hover.bk-warning{
|
|
1823
|
-
background-color:#
|
|
1823
|
+
background-color:#fff;
|
|
1824
1824
|
border-color:#c4c6cc;
|
|
1825
1825
|
color:#63656e;
|
|
1826
1826
|
}
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
.bk-button-hover.bk-warning.hover{
|
|
1830
1830
|
background-color:#ff9c01;
|
|
1831
1831
|
border-color:#ff9c01;
|
|
1832
|
-
color:#
|
|
1832
|
+
color:#fff;
|
|
1833
1833
|
opacity:1;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
@@ -1837,12 +1837,12 @@
|
|
|
1837
1837
|
.bk-button-hover.bk-warning.active{
|
|
1838
1838
|
background-color:#eb9000;
|
|
1839
1839
|
border-color:#eb9000;
|
|
1840
|
-
color:#
|
|
1840
|
+
color:#fff;
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
1843
|
.bk-button-hover.bk-warning.is-disabled,
|
|
1844
1844
|
.bk-button-hover.bk-warning[disabled]{
|
|
1845
|
-
background-color:#
|
|
1845
|
+
background-color:#fff;
|
|
1846
1846
|
border-color:#dcdee5;
|
|
1847
1847
|
color:#c4c6cc;
|
|
1848
1848
|
cursor:not-allowed;
|
|
@@ -1854,39 +1854,39 @@
|
|
|
1854
1854
|
|
|
1855
1855
|
.bk-button-hover.bk-warning.is-loading:hover,
|
|
1856
1856
|
.bk-button-hover.bk-warning.is-loading.hover{
|
|
1857
|
-
background-color:#
|
|
1857
|
+
background-color:#fff;
|
|
1858
1858
|
border-color:#c4c6cc;
|
|
1859
1859
|
opacity:1;
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
1862
1862
|
.bk-button-hover.bk-warning.is-loading:active,
|
|
1863
1863
|
.bk-button-hover.bk-warning.is-loading.active{
|
|
1864
|
-
background-color:#
|
|
1864
|
+
background-color:#fff;
|
|
1865
1865
|
border-color:#c4c6cc;
|
|
1866
1866
|
}
|
|
1867
1867
|
|
|
1868
1868
|
.bk-button-hover.bk-warning.is-outline{
|
|
1869
1869
|
color:#ff9c01;
|
|
1870
1870
|
border-color:#ff9c01;
|
|
1871
|
-
background-color:#
|
|
1871
|
+
background-color:#fff;
|
|
1872
1872
|
}
|
|
1873
1873
|
|
|
1874
1874
|
.bk-button-hover.bk-warning.is-outline:hover,
|
|
1875
1875
|
.bk-button-hover.bk-warning.is-outline.hover{
|
|
1876
1876
|
background-color:#ff9c01;
|
|
1877
1877
|
border-color:#ff9c01;
|
|
1878
|
-
color:#
|
|
1878
|
+
color:#fff;
|
|
1879
1879
|
}
|
|
1880
1880
|
|
|
1881
1881
|
.bk-button-hover.bk-warning.is-outline.active,
|
|
1882
1882
|
.bk-button-hover.bk-warning.is-outline:active{
|
|
1883
1883
|
background-color:#eb9000;
|
|
1884
1884
|
border-color:#eb9000;
|
|
1885
|
-
color:#
|
|
1885
|
+
color:#fff;
|
|
1886
1886
|
}
|
|
1887
1887
|
|
|
1888
1888
|
.bk-button-hover.bk-danger{
|
|
1889
|
-
background-color:#
|
|
1889
|
+
background-color:#fff;
|
|
1890
1890
|
border-color:#c4c6cc;
|
|
1891
1891
|
color:#63656e;
|
|
1892
1892
|
}
|
|
@@ -1895,7 +1895,7 @@
|
|
|
1895
1895
|
.bk-button-hover.bk-danger.hover{
|
|
1896
1896
|
background-color:#ea3636;
|
|
1897
1897
|
border-color:#ea3636;
|
|
1898
|
-
color:#
|
|
1898
|
+
color:#fff;
|
|
1899
1899
|
opacity:1;
|
|
1900
1900
|
}
|
|
1901
1901
|
|
|
@@ -1903,12 +1903,12 @@
|
|
|
1903
1903
|
.bk-button-hover.bk-danger.active{
|
|
1904
1904
|
background-color:#db2626;
|
|
1905
1905
|
border-color:#db2626;
|
|
1906
|
-
color:#
|
|
1906
|
+
color:#fff;
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
.bk-button-hover.bk-danger.is-disabled,
|
|
1910
1910
|
.bk-button-hover.bk-danger[disabled]{
|
|
1911
|
-
background-color:#
|
|
1911
|
+
background-color:#fff;
|
|
1912
1912
|
border-color:#dcdee5;
|
|
1913
1913
|
color:#c4c6cc;
|
|
1914
1914
|
cursor:not-allowed;
|
|
@@ -1920,35 +1920,35 @@
|
|
|
1920
1920
|
|
|
1921
1921
|
.bk-button-hover.bk-danger.is-loading:hover,
|
|
1922
1922
|
.bk-button-hover.bk-danger.is-loading.hover{
|
|
1923
|
-
background-color:#
|
|
1923
|
+
background-color:#fff;
|
|
1924
1924
|
border-color:#c4c6cc;
|
|
1925
1925
|
opacity:1;
|
|
1926
1926
|
}
|
|
1927
1927
|
|
|
1928
1928
|
.bk-button-hover.bk-danger.is-loading:active,
|
|
1929
1929
|
.bk-button-hover.bk-danger.is-loading.active{
|
|
1930
|
-
background-color:#
|
|
1930
|
+
background-color:#fff;
|
|
1931
1931
|
border-color:#c4c6cc;
|
|
1932
1932
|
}
|
|
1933
1933
|
|
|
1934
1934
|
.bk-button-hover.bk-danger.is-outline{
|
|
1935
1935
|
color:#ea3636;
|
|
1936
1936
|
border-color:#ea3636;
|
|
1937
|
-
background-color:#
|
|
1937
|
+
background-color:#fff;
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
1940
|
.bk-button-hover.bk-danger.is-outline:hover,
|
|
1941
1941
|
.bk-button-hover.bk-danger.is-outline.hover{
|
|
1942
1942
|
background-color:#ea3636;
|
|
1943
1943
|
border-color:#ea3636;
|
|
1944
|
-
color:#
|
|
1944
|
+
color:#fff;
|
|
1945
1945
|
}
|
|
1946
1946
|
|
|
1947
1947
|
.bk-button-hover.bk-danger.is-outline.active,
|
|
1948
1948
|
.bk-button-hover.bk-danger.is-outline:active{
|
|
1949
1949
|
background-color:#db2626;
|
|
1950
1950
|
border-color:#db2626;
|
|
1951
|
-
color:#
|
|
1951
|
+
color:#fff;
|
|
1952
1952
|
}
|
|
1953
1953
|
|
|
1954
1954
|
.bk-button-hover.bk-button-small{
|
|
@@ -1967,7 +1967,7 @@
|
|
|
1967
1967
|
|
|
1968
1968
|
.bk-button-hover.is-outline.is-disabled,
|
|
1969
1969
|
.bk-button-hover.is-outline[disabled]{
|
|
1970
|
-
background-color:#
|
|
1970
|
+
background-color:#fff;
|
|
1971
1971
|
border-color:#dcdee5;
|
|
1972
1972
|
color:#c4c6cc;
|
|
1973
1973
|
cursor:not-allowed;
|
|
@@ -1977,7 +1977,7 @@
|
|
|
1977
1977
|
.bk-button-hover.is-outline.is-disabled.hover,
|
|
1978
1978
|
.bk-button-hover.is-outline[disabled]:hover,
|
|
1979
1979
|
.bk-button-hover.is-outline[disabled].hover{
|
|
1980
|
-
background-color:#
|
|
1980
|
+
background-color:#fff;
|
|
1981
1981
|
border-color:#dcdee5;
|
|
1982
1982
|
color:#c4c6cc;
|
|
1983
1983
|
}
|
|
@@ -1986,7 +1986,7 @@
|
|
|
1986
1986
|
.bk-button-hover.is-outline.is-disabled:active,
|
|
1987
1987
|
.bk-button-hover.is-outline[disabled].active,
|
|
1988
1988
|
.bk-button-hover.is-outline[disabled]:active{
|
|
1989
|
-
background-color:#
|
|
1989
|
+
background-color:#fff;
|
|
1990
1990
|
border-color:#dcdee5;
|
|
1991
1991
|
color:#c4c6cc;
|
|
1992
1992
|
}
|
|
@@ -2067,7 +2067,7 @@
|
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
2069
|
.bk-text-button:hover{
|
|
2070
|
-
color:#
|
|
2070
|
+
color:#0082ff;
|
|
2071
2071
|
-webkit-text-decoration:none;
|
|
2072
2072
|
text-decoration:none;
|
|
2073
2073
|
}
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
}
|
|
2099
2099
|
|
|
2100
2100
|
.bk-text-button.bk-primary:hover{
|
|
2101
|
-
color:#
|
|
2101
|
+
color:#0082ff;
|
|
2102
2102
|
}
|
|
2103
2103
|
|
|
2104
2104
|
.bk-text-button.bk-success{
|
|
@@ -2106,7 +2106,7 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
|
|
2108
2108
|
.bk-text-button.bk-success:hover{
|
|
2109
|
-
color:#
|
|
2109
|
+
color:#00c873;
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
2112
|
.bk-text-button.bk-warning{
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
}
|
|
2115
2115
|
|
|
2116
2116
|
.bk-text-button.bk-warning:hover{
|
|
2117
|
-
color:#
|
|
2117
|
+
color:#ff9600;
|
|
2118
2118
|
}
|
|
2119
2119
|
|
|
2120
2120
|
.bk-text-button.bk-danger{
|
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
2124
|
.bk-text-button.bk-danger:hover{
|
|
2125
|
-
color:#
|
|
2125
|
+
color:#f72239;
|
|
2126
2126
|
}
|
|
2127
2127
|
|
|
2128
2128
|
.bk-text-button .bk-icon{
|
|
@@ -5268,7 +5268,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
5268
5268
|
|
|
5269
5269
|
.bk-dialog-wrapper .bk-dialog-content{
|
|
5270
5270
|
position:relative;
|
|
5271
|
-
background-color:#
|
|
5271
|
+
background-color:#fff;
|
|
5272
5272
|
border:0;
|
|
5273
5273
|
border-radius:2px;
|
|
5274
5274
|
background-clip:padding-box;
|
|
@@ -6059,7 +6059,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
6059
6059
|
}
|
|
6060
6060
|
|
|
6061
6061
|
.bk-dropdown-menu .bk-dropdown-content{
|
|
6062
|
-
background:#
|
|
6062
|
+
background:#fff;
|
|
6063
6063
|
padding:4px 0;
|
|
6064
6064
|
margin:0;
|
|
6065
6065
|
z-index:2500;
|
|
@@ -6463,7 +6463,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
6463
6463
|
.bk-form-item.is-warning input[type="password"],
|
|
6464
6464
|
.bk-form-item.is-warning textarea,
|
|
6465
6465
|
.bk-form-item.is-warning select{
|
|
6466
|
-
border-color:#
|
|
6466
|
+
border-color:#ffb848;
|
|
6467
6467
|
}
|
|
6468
6468
|
|
|
6469
6469
|
.bk-form-item.is-success input[type="text"],
|
|
@@ -6483,21 +6483,21 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
6483
6483
|
.bk-form-item input.is-danger,
|
|
6484
6484
|
.bk-form-item select.is-danger,
|
|
6485
6485
|
.bk-form-item textarea.is-danger{
|
|
6486
|
-
border-color:#
|
|
6486
|
+
border-color:#ff5656;
|
|
6487
6487
|
background-color:#fff4f4;
|
|
6488
|
-
color:#
|
|
6488
|
+
color:#ff5656;
|
|
6489
6489
|
}
|
|
6490
6490
|
|
|
6491
6491
|
.bk-form-item input.bk-error::-moz-placeholder, .bk-form-item select.bk-error::-moz-placeholder, .bk-form-item textarea.bk-error::-moz-placeholder, .bk-form-item input.is-danger::-moz-placeholder, .bk-form-item select.is-danger::-moz-placeholder, .bk-form-item textarea.is-danger::-moz-placeholder{
|
|
6492
|
-
color:#
|
|
6492
|
+
color:#ff5656;
|
|
6493
6493
|
}
|
|
6494
6494
|
|
|
6495
6495
|
.bk-form-item input.bk-error::placeholder, .bk-form-item select.bk-error::placeholder, .bk-form-item textarea.bk-error::placeholder, .bk-form-item input.is-danger::placeholder, .bk-form-item select.is-danger::placeholder, .bk-form-item textarea.is-danger::placeholder{
|
|
6496
|
-
color:#
|
|
6496
|
+
color:#ff5656;
|
|
6497
6497
|
}
|
|
6498
6498
|
|
|
6499
6499
|
.bk-form-item input.bk-error +.bk-form-tip .bk-tip-text, .bk-form-item select.bk-error +.bk-form-tip .bk-tip-text, .bk-form-item textarea.bk-error +.bk-form-tip .bk-tip-text, .bk-form-item input.is-danger +.bk-form-tip .bk-tip-text, .bk-form-item select.is-danger +.bk-form-tip .bk-tip-text, .bk-form-item textarea.is-danger +.bk-form-tip .bk-tip-text{
|
|
6500
|
-
color:#
|
|
6500
|
+
color:#ff5656;
|
|
6501
6501
|
}
|
|
6502
6502
|
|
|
6503
6503
|
.bk-form-tip{
|
|
@@ -6713,7 +6713,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
6713
6713
|
}
|
|
6714
6714
|
|
|
6715
6715
|
.bk-form-control .input-right-icon:hover{
|
|
6716
|
-
color:#
|
|
6716
|
+
color:#3c96ff;
|
|
6717
6717
|
}
|
|
6718
6718
|
|
|
6719
6719
|
.bk-form-input,
|
|
@@ -7089,7 +7089,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
7089
7089
|
.bk-loading1.bk-primary .point2,
|
|
7090
7090
|
.bk-loading1.bk-primary .point3,
|
|
7091
7091
|
.bk-loading1.bk-primary .point4{
|
|
7092
|
-
background:#
|
|
7092
|
+
background:#3c96ff;
|
|
7093
7093
|
}
|
|
7094
7094
|
|
|
7095
7095
|
.bk-dot-loading.bk-danger .point1,
|
|
@@ -7100,7 +7100,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
7100
7100
|
.bk-loading1.bk-danger .point2,
|
|
7101
7101
|
.bk-loading1.bk-danger .point3,
|
|
7102
7102
|
.bk-loading1.bk-danger .point4{
|
|
7103
|
-
background:#
|
|
7103
|
+
background:#ff5656;
|
|
7104
7104
|
}
|
|
7105
7105
|
|
|
7106
7106
|
.bk-dot-loading.bk-warning .point1,
|
|
@@ -7111,7 +7111,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
7111
7111
|
.bk-loading1.bk-warning .point2,
|
|
7112
7112
|
.bk-loading1.bk-warning .point3,
|
|
7113
7113
|
.bk-loading1.bk-warning .point4{
|
|
7114
|
-
background:#
|
|
7114
|
+
background:#ffb848;
|
|
7115
7115
|
}
|
|
7116
7116
|
|
|
7117
7117
|
.bk-dot-loading.bk-default .point1,
|
|
@@ -8267,7 +8267,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
8267
8267
|
}
|
|
8268
8268
|
|
|
8269
8269
|
.bk-page .bk-page-small-jump .jump-input-wrapper.focus{
|
|
8270
|
-
background-color:#
|
|
8270
|
+
background-color:#fff;
|
|
8271
8271
|
border:1px solid #3a84ff;
|
|
8272
8272
|
box-shadow:0px 0px 4px rgba(58, 132, 255, 0.4);
|
|
8273
8273
|
}
|
|
@@ -9238,7 +9238,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
9238
9238
|
}
|
|
9239
9239
|
|
|
9240
9240
|
.bk-progress .progress-inner.bk-danger{
|
|
9241
|
-
background:#
|
|
9241
|
+
background:#ff5656;
|
|
9242
9242
|
}
|
|
9243
9243
|
|
|
9244
9244
|
.bk-progress .inner-text{
|
|
@@ -10739,7 +10739,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
10739
10739
|
transition:all .3s ease;
|
|
10740
10740
|
position:absolute;
|
|
10741
10741
|
cursor:pointer;
|
|
10742
|
-
background:#
|
|
10742
|
+
background:#fff;
|
|
10743
10743
|
box-shadow:0 0 3px rgba(0, 0, 0, .2)
|
|
10744
10744
|
}
|
|
10745
10745
|
|
|
@@ -10773,7 +10773,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
10773
10773
|
width:30px;
|
|
10774
10774
|
height:28px;
|
|
10775
10775
|
font-size:12px;
|
|
10776
|
-
color:#
|
|
10776
|
+
color:#fff;
|
|
10777
10777
|
transition:all ease 0.3s;
|
|
10778
10778
|
font-weight:normal;
|
|
10779
10779
|
display:none;
|
|
@@ -10853,7 +10853,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
10853
10853
|
}
|
|
10854
10854
|
|
|
10855
10855
|
.bk-switcher.bk-switcher-outline{
|
|
10856
|
-
background:#
|
|
10856
|
+
background:#fff;
|
|
10857
10857
|
border:1px solid #c4c6cc;
|
|
10858
10858
|
}
|
|
10859
10859
|
|
|
@@ -10885,7 +10885,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
|
|
|
10885
10885
|
}
|
|
10886
10886
|
|
|
10887
10887
|
.bk-switcher.bk-switcher-outline.is-disabled{
|
|
10888
|
-
background-color:#
|
|
10888
|
+
background-color:#fff !important;
|
|
10889
10889
|
border-color:#eee !important;
|
|
10890
10890
|
}
|
|
10891
10891
|
|
|
@@ -12298,7 +12298,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
12298
12298
|
}
|
|
12299
12299
|
|
|
12300
12300
|
.bk-table-setting-content .setting-title .setting-subtitle.is-limit{
|
|
12301
|
-
color:#
|
|
12301
|
+
color:#ff5656;
|
|
12302
12302
|
}
|
|
12303
12303
|
|
|
12304
12304
|
.bk-table-setting-content .content-fields{
|
|
@@ -12492,7 +12492,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
12492
12492
|
}
|
|
12493
12493
|
|
|
12494
12494
|
.bk-tag-selector .bk-tag-input.disabled{
|
|
12495
|
-
background:#
|
|
12495
|
+
background:#fafafa;
|
|
12496
12496
|
cursor:not-allowed;
|
|
12497
12497
|
}
|
|
12498
12498
|
|
|
@@ -12771,7 +12771,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
12771
12771
|
}
|
|
12772
12772
|
|
|
12773
12773
|
.bk-selector-list .bk-selector-list-item.disabled{
|
|
12774
|
-
background:#
|
|
12774
|
+
background:#fff;
|
|
12775
12775
|
cursor:not-allowed;
|
|
12776
12776
|
}
|
|
12777
12777
|
|
|
@@ -13707,7 +13707,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
13707
13707
|
padding:36px 10px;
|
|
13708
13708
|
font-size:14px;
|
|
13709
13709
|
text-align:center;
|
|
13710
|
-
background:#
|
|
13710
|
+
background:#fff;
|
|
13711
13711
|
}
|
|
13712
13712
|
|
|
13713
13713
|
.bk-upload .pic-item .fail-status{
|
|
@@ -13719,7 +13719,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
13719
13719
|
padding:26px 10px;
|
|
13720
13720
|
font-size:14px;
|
|
13721
13721
|
text-align:center;
|
|
13722
|
-
background:#
|
|
13722
|
+
background:#fff;
|
|
13723
13723
|
}
|
|
13724
13724
|
|
|
13725
13725
|
.bk-upload .pic-item .fail-status .error-pic{
|
|
@@ -13748,7 +13748,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
13748
13748
|
height:98px;
|
|
13749
13749
|
justify-content:center;
|
|
13750
13750
|
align-items:center;
|
|
13751
|
-
color:#
|
|
13751
|
+
color:#fff;
|
|
13752
13752
|
background:rgba(0, 0, 0, .6);
|
|
13753
13753
|
}
|
|
13754
13754
|
|
|
@@ -13768,7 +13768,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
13768
13768
|
}
|
|
13769
13769
|
|
|
13770
13770
|
.bk-upload .pic-item .delete-file:hover{
|
|
13771
|
-
color:#
|
|
13771
|
+
color:#fff;
|
|
13772
13772
|
}
|
|
13773
13773
|
|
|
13774
13774
|
.bk-upload .file-wrapper{
|
|
@@ -14980,7 +14980,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14980
14980
|
}
|
|
14981
14981
|
|
|
14982
14982
|
.bk-spin .bk-spin-rotation.bk-spin-rotation-primary-wait .rotate{
|
|
14983
|
-
background-color:#
|
|
14983
|
+
background-color:#3c96ff;
|
|
14984
14984
|
}
|
|
14985
14985
|
|
|
14986
14986
|
.bk-spin .bk-spin-rotation.bk-spin-rotation-success-wait .rotate{
|
|
@@ -14988,11 +14988,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
14988
14988
|
}
|
|
14989
14989
|
|
|
14990
14990
|
.bk-spin .bk-spin-rotation.bk-spin-rotation-danger-wait .rotate{
|
|
14991
|
-
background-color:#
|
|
14991
|
+
background-color:#ff5656;
|
|
14992
14992
|
}
|
|
14993
14993
|
|
|
14994
14994
|
.bk-spin .bk-spin-rotation.bk-spin-rotation-warning-wait .rotate{
|
|
14995
|
-
background-color:#
|
|
14995
|
+
background-color:#ffb848;
|
|
14996
14996
|
}
|
|
14997
14997
|
|
|
14998
14998
|
.bk-spin .bk-spin-rotation.bk-spin-rotation-info-wait .rotate{
|
|
@@ -15093,7 +15093,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
15093
15093
|
}
|
|
15094
15094
|
|
|
15095
15095
|
.bk-spin .bk-spin-icon{
|
|
15096
|
-
color:#
|
|
15096
|
+
color:#3c96ff;
|
|
15097
15097
|
font-size:16px;
|
|
15098
15098
|
animation:icon-loading 1.2s linear infinite;
|
|
15099
15099
|
}
|
|
@@ -15111,7 +15111,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
15111
15111
|
}
|
|
15112
15112
|
|
|
15113
15113
|
.bk-spin .bk-spin-icon-primary{
|
|
15114
|
-
color:#
|
|
15114
|
+
color:#3c96ff;
|
|
15115
15115
|
}
|
|
15116
15116
|
|
|
15117
15117
|
.bk-spin .bk-spin-icon-success{
|
|
@@ -15119,11 +15119,11 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
15119
15119
|
}
|
|
15120
15120
|
|
|
15121
15121
|
.bk-spin .bk-spin-icon-warning{
|
|
15122
|
-
color:#
|
|
15122
|
+
color:#ffb848;
|
|
15123
15123
|
}
|
|
15124
15124
|
|
|
15125
15125
|
.bk-spin .bk-spin-icon-danger{
|
|
15126
|
-
color:#
|
|
15126
|
+
color:#ff5656;
|
|
15127
15127
|
}
|
|
15128
15128
|
|
|
15129
15129
|
.bk-spin .bk-spin-icon-info{
|
|
@@ -15336,8 +15336,8 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
15336
15336
|
left:11px;
|
|
15337
15337
|
width:10px;
|
|
15338
15338
|
height:10px;
|
|
15339
|
-
border-left:2px solid #
|
|
15340
|
-
border-bottom:2px solid #
|
|
15339
|
+
border-left:2px solid #fff;
|
|
15340
|
+
border-bottom:2px solid #fff;
|
|
15341
15341
|
}
|
|
15342
15342
|
|
|
15343
15343
|
.bk-swiper-nav.bk-nav-prev{
|
|
@@ -16928,7 +16928,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
16928
16928
|
|
|
16929
16929
|
.bk-image-viewer-btn:hover{
|
|
16930
16930
|
background-color:rgba(0, 0, 0, .4);
|
|
16931
|
-
color:#
|
|
16931
|
+
color:#fff;
|
|
16932
16932
|
}
|
|
16933
16933
|
|
|
16934
16934
|
.bk-image-viewer-close{
|
|
@@ -17051,7 +17051,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
17051
17051
|
}
|
|
17052
17052
|
|
|
17053
17053
|
.bk-breadcrumb-item-inner.is-link:hover, .bk-breadcrumb-item-inner a:hover{
|
|
17054
|
-
color:#
|
|
17054
|
+
color:#0082ff;
|
|
17055
17055
|
cursor:pointer;
|
|
17056
17056
|
}
|
|
17057
17057
|
|
|
@@ -17068,7 +17068,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
17068
17068
|
}
|
|
17069
17069
|
|
|
17070
17070
|
.bk-breadcrumb-goback{
|
|
17071
|
-
color:#
|
|
17071
|
+
color:#0082ff;
|
|
17072
17072
|
margin-right:12px;
|
|
17073
17073
|
cursor:pointer;
|
|
17074
17074
|
}
|