bkui-vue 0.0.1-beta.25 → 0.0.1-beta.28

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.
Files changed (53) hide show
  1. package/dist/bkui-vue.cjs.js +1368 -296
  2. package/dist/bkui-vue.esm.js +1369 -298
  3. package/dist/bkui-vue.umd.js +1368 -296
  4. package/dist/style.css +585 -72
  5. package/lib/components.d.ts +1 -0
  6. package/lib/pagination/index.d.ts +3 -3
  7. package/lib/pagination/index.js +1 -1
  8. package/lib/pagination/pagination.d.ts +1 -1
  9. package/lib/pagination/type.d.ts +1 -1
  10. package/lib/popover/index.js +1 -1
  11. package/lib/resize-layout/index.d.ts +336 -0
  12. package/lib/resize-layout/index.js +1 -0
  13. package/lib/resize-layout/resize-layout.css +189 -0
  14. package/lib/resize-layout/resize-layout.d.ts +127 -0
  15. package/lib/resize-layout/resize-layout.less +233 -0
  16. package/lib/resize-layout/resize-layout.variable.css +282 -0
  17. package/lib/select/common.d.ts +23 -27
  18. package/lib/select/index.d.ts +530 -145
  19. package/lib/select/index.js +12 -12
  20. package/lib/select/optionGroup.d.ts +0 -76
  21. package/lib/select/select.css +156 -46
  22. package/lib/select/select.d.ts +150 -39
  23. package/lib/select/select.less +136 -75
  24. package/lib/select/select.variable.css +156 -46
  25. package/lib/select/type.d.ts +31 -0
  26. package/lib/styles/index.d.ts +2 -0
  27. package/lib/styles/index.js +1 -1
  28. package/lib/swiper/index.js +1 -1
  29. package/lib/swiper/swiper.css +14 -14
  30. package/lib/swiper/swiper.less +93 -77
  31. package/lib/swiper/swiper.variable.css +14 -14
  32. package/lib/table/table.css +1 -1
  33. package/lib/table/table.less +1 -1
  34. package/lib/table/table.variable.css +1 -1
  35. package/lib/tag/index.js +1 -1
  36. package/lib/tag/tag.css +11 -5
  37. package/lib/tag/tag.less +12 -5
  38. package/lib/tag/tag.variable.css +11 -5
  39. package/lib/tag-input/common.d.ts +24 -0
  40. package/lib/tag-input/index.d.ts +2 -0
  41. package/lib/tag-input/index.js +1 -0
  42. package/lib/tag-input/list-tag-render.d.ts +47 -0
  43. package/lib/tag-input/tag-input.css +208 -0
  44. package/lib/tag-input/tag-input.d.ts +374 -0
  45. package/lib/tag-input/tag-input.less +250 -0
  46. package/lib/tag-input/tag-input.variable.css +301 -0
  47. package/lib/tag-input/tag-props.d.ts +131 -0
  48. package/lib/tag-input/tag-render.d.ts +38 -0
  49. package/lib/tree/index.js +1 -1
  50. package/lib/tree/tree.css +6 -6
  51. package/lib/tree/tree.less +7 -6
  52. package/lib/tree/tree.variable.css +6 -6
  53. package/package.json +3 -3
package/dist/style.css CHANGED
@@ -1990,8 +1990,8 @@ optgroup {
1990
1990
  display: block;
1991
1991
  }
1992
1992
  .bk-swiper-main {
1993
- height: 100%;
1994
1993
  display: flex;
1994
+ height: 100%;
1995
1995
  overflow: hidden;
1996
1996
  }
1997
1997
  .bk-swiper-main.bk-transition {
@@ -1999,53 +1999,53 @@ optgroup {
1999
1999
  }
2000
2000
  .bk-swiper-main .bk-swiper-card {
2001
2001
  height: 100%;
2002
- margin: 0;
2003
2002
  padding: 0;
2003
+ margin: 0;
2004
2004
  }
2005
2005
  .bk-swiper-main .bk-swiper-img {
2006
2006
  display: inline-block;
2007
- height: 100%;
2008
2007
  width: 100%;
2008
+ height: 100%;
2009
2009
  margin: 0;
2010
- background-size: cover;
2011
- background-repeat: no-repeat;
2012
2010
  background-position: center;
2011
+ background-repeat: no-repeat;
2012
+ background-size: cover;
2013
2013
  }
2014
2014
  .bk-swiper-main .bk-swiper-link {
2015
2015
  cursor: pointer;
2016
2016
  }
2017
2017
  .bk-swiper-index {
2018
2018
  position: absolute;
2019
+ right: 0;
2019
2020
  bottom: 10px;
2020
2021
  left: 0;
2021
- right: 0;
2022
2022
  display: flex;
2023
- justify-content: center;
2024
- margin: 0;
2025
2023
  padding: 0;
2024
+ margin: 0;
2025
+ justify-content: center;
2026
2026
  }
2027
2027
  .bk-swiper-index li {
2028
2028
  width: 11px;
2029
2029
  height: 4px;
2030
2030
  margin: 0 3px;
2031
+ list-style-type: none;
2031
2032
  background: #63656e;
2032
2033
  border-radius: 2px;
2033
2034
  transition: width 0.525s;
2034
- list-style-type: none;
2035
2035
  }
2036
2036
  .bk-swiper-index li.bk-current-index {
2037
2037
  width: 17px;
2038
2038
  background: #c5c7d1;
2039
2039
  }
2040
2040
  .bk-swiper-nav {
2041
- cursor: pointer;
2042
2041
  position: absolute;
2043
- border-radius: 50%;
2042
+ top: calc(50% - 15px);
2043
+ display: none;
2044
2044
  width: 30px;
2045
2045
  height: 30px;
2046
+ cursor: pointer;
2046
2047
  background: rgba(31, 45, 61, 0.4);
2047
- top: calc(50% - 15px);
2048
- display: none;
2048
+ border-radius: 50%;
2049
2049
  }
2050
2050
  .bk-swiper-nav .bk-swiper-nav-icon {
2051
2051
  position: absolute;
@@ -2053,8 +2053,8 @@ optgroup {
2053
2053
  left: 11px;
2054
2054
  width: 10px;
2055
2055
  height: 10px;
2056
- border-left: 2px solid #fff;
2057
2056
  border-bottom: 2px solid #fff;
2057
+ border-left: 2px solid #fff;
2058
2058
  }
2059
2059
  .bk-swiper-nav.bk-nav-prev {
2060
2060
  left: 14px;
@@ -2073,8 +2073,55 @@ optgroup {
2073
2073
  .bk-swiper-nav:hover {
2074
2074
  background: rgba(31, 45, 61, 0.6);
2075
2075
  }
2076
- .bk-select {
2077
- display: inline-block;
2076
+ @keyframes loading-scale-animate {
2077
+ 0% {
2078
+ transform: scale(1);
2079
+ }
2080
+ 100% {
2081
+ transform: scale(0.6);
2082
+ }
2083
+ }
2084
+ @keyframes fade {
2085
+ 100% {
2086
+ background-color: transparent;
2087
+ }
2088
+ }
2089
+ .bk-fade-transtion .bk-fade-enter-active,
2090
+ .bk-fade-transtion .bk-fade-leave-active {
2091
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
2092
+ }
2093
+ .bk-fade-transtion .bk-fade-enter,
2094
+ .bk-fade-transtion .bk-fade-leave-to {
2095
+ opacity: 0;
2096
+ }
2097
+ .bk-select .mr5 {
2098
+ margin-right: 5px;
2099
+ }
2100
+ .bk-select .ml5 {
2101
+ margin-left: 5px;
2102
+ }
2103
+ .bk-select .input {
2104
+ width: 100%;
2105
+ height: 32px;
2106
+ padding: 0 28px 0 10px;
2107
+ line-height: normal;
2108
+ color: #63656e;
2109
+ text-align: left;
2110
+ vertical-align: middle;
2111
+ cursor: pointer;
2112
+ background-color: white;
2113
+ border: 1px solid #c4c6cc;
2114
+ border-radius: 2px;
2115
+ outline: none;
2116
+ box-sizing: border-box;
2117
+ transition: all 0.1s;
2118
+ resize: none;
2119
+ overflow: hidden;
2120
+ text-overflow: ellipsis;
2121
+ white-space: nowrap;
2122
+ }
2123
+ .bk-select .input::placeholder {
2124
+ color: #c4c6cc;
2078
2125
  }
2079
2126
  .bk-select ul {
2080
2127
  padding: 0;
@@ -2082,19 +2129,43 @@ optgroup {
2082
2129
  font-weight: normal;
2083
2130
  list-style: none;
2084
2131
  }
2132
+ .bk-select .bk-popover-reference {
2133
+ display: unset;
2134
+ }
2085
2135
  .bk-select .bk-popover-content {
2086
2136
  padding: 0;
2087
2137
  }
2088
- .bk-select.is-focus .bk-select-trigger .bk-select-input {
2138
+ .bk-select.small .bk-select-trigger .bk-select-input {
2139
+ height: 24px;
2140
+ }
2141
+ .bk-select.large .bk-select-trigger .bk-select-input {
2142
+ height: 36px;
2143
+ font-size: 14px;
2144
+ }
2145
+ .bk-select.large .bk-select-content {
2146
+ font-size: 14px;
2147
+ }
2148
+ .bk-select.simplicity .bk-select-trigger .bk-select-input {
2149
+ border: none;
2150
+ border-bottom: 1px solid #c4c6cc;
2151
+ }
2152
+ .bk-select.is-focus.normal .bk-select-trigger .bk-select-input {
2089
2153
  border-color: #3a84ff;
2090
2154
  box-shadow: 0px 0px 3px 0px #a3c5fd;
2091
2155
  }
2156
+ .bk-select.is-focus.simplicity .bk-select-trigger .bk-select-input {
2157
+ border-color: #3a84ff;
2158
+ }
2092
2159
  .bk-select.is-disabled .bk-select-trigger .bk-select-input {
2093
2160
  cursor: not-allowed;
2094
2161
  background: #fafbfd;
2095
2162
  border-color: #dcdee5;
2096
2163
  box-shadow: unset;
2097
2164
  }
2165
+ .bk-select.is-filterable .bk-select-trigger .bk-select-input,
2166
+ .bk-select.is-filterable .bk-select-trigger .bk-select-tag-input {
2167
+ cursor: text;
2168
+ }
2098
2169
  .bk-select.popover-show .bk-select-trigger .angle-up {
2099
2170
  transform: rotate(0);
2100
2171
  }
@@ -2106,7 +2177,6 @@ optgroup {
2106
2177
  width: 100%;
2107
2178
  height: 32px;
2108
2179
  padding: 0 28px 0 10px;
2109
- font-size: 12px;
2110
2180
  line-height: normal;
2111
2181
  color: #63656e;
2112
2182
  text-align: left;
@@ -2119,57 +2189,117 @@ optgroup {
2119
2189
  box-sizing: border-box;
2120
2190
  transition: all 0.1s;
2121
2191
  resize: none;
2192
+ overflow: hidden;
2193
+ text-overflow: ellipsis;
2194
+ white-space: nowrap;
2122
2195
  }
2123
2196
  .bk-select .bk-select-trigger .bk-select-input::placeholder {
2124
2197
  color: #c4c6cc;
2125
2198
  }
2199
+ .bk-select .bk-select-trigger .bk-select-tag {
2200
+ width: 100%;
2201
+ height: 32px;
2202
+ padding: 0 28px 0 10px;
2203
+ line-height: normal;
2204
+ color: #63656e;
2205
+ text-align: left;
2206
+ vertical-align: middle;
2207
+ cursor: pointer;
2208
+ background-color: white;
2209
+ border: 1px solid #c4c6cc;
2210
+ border-radius: 2px;
2211
+ outline: none;
2212
+ box-sizing: border-box;
2213
+ transition: all 0.1s;
2214
+ resize: none;
2215
+ overflow: hidden;
2216
+ text-overflow: ellipsis;
2217
+ white-space: nowrap;
2218
+ display: flex;
2219
+ width: auto;
2220
+ height: auto;
2221
+ min-height: 32px;
2222
+ align-items: center;
2223
+ flex-wrap: wrap;
2224
+ }
2225
+ .bk-select .bk-select-trigger .bk-select-tag::placeholder {
2226
+ color: #c4c6cc;
2227
+ }
2228
+ .bk-select .bk-select-trigger .bk-select-tag-input {
2229
+ width: 100%;
2230
+ height: 32px;
2231
+ padding: 0 28px 0 10px;
2232
+ line-height: normal;
2233
+ color: #63656e;
2234
+ text-align: left;
2235
+ vertical-align: middle;
2236
+ cursor: pointer;
2237
+ background-color: white;
2238
+ border: 1px solid #c4c6cc;
2239
+ border-radius: 2px;
2240
+ box-sizing: border-box;
2241
+ transition: all 0.1s;
2242
+ resize: none;
2243
+ overflow: hidden;
2244
+ text-overflow: ellipsis;
2245
+ white-space: nowrap;
2246
+ width: auto;
2247
+ height: auto;
2248
+ padding: 0;
2249
+ border: none;
2250
+ outline: none;
2251
+ }
2252
+ .bk-select .bk-select-trigger .bk-select-tag-input::placeholder {
2253
+ color: #c4c6cc;
2254
+ }
2126
2255
  .bk-select .bk-select-trigger .bk-select-prefix {
2127
2256
  position: absolute;
2128
- top: 6px;
2257
+ top: 0;
2258
+ display: inline-flex;
2259
+ height: 100%;
2260
+ align-items: center;
2261
+ justify-content: center;
2129
2262
  left: 4px;
2130
2263
  font-size: 14px;
2131
2264
  }
2132
2265
  .bk-select .bk-select-trigger .angle-up {
2266
+ right: 4px;
2133
2267
  transform: rotate(180deg);
2134
2268
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2135
2269
  display: flex;
2136
- align-items: center;
2137
- justify-content: center;
2138
2270
  width: 20px;
2139
2271
  height: 20px;
2140
2272
  font-size: 20px;
2141
2273
  color: #979ba5;
2142
2274
  position: absolute;
2143
- top: 6px;
2144
- right: 4px;
2275
+ top: 0;
2276
+ display: inline-flex;
2277
+ height: 100%;
2278
+ align-items: center;
2279
+ justify-content: center;
2145
2280
  }
2146
2281
  .bk-select .bk-select-trigger .clear-icon {
2282
+ right: 4px;
2147
2283
  transition: all 0.1s;
2148
2284
  display: flex;
2149
- align-items: center;
2150
- justify-content: center;
2151
2285
  width: 20px;
2152
2286
  height: 20px;
2153
2287
  font-size: 14px;
2154
2288
  color: #c4c6cc;
2155
2289
  position: absolute;
2156
- top: 6px;
2157
- right: 4px;
2290
+ top: 0;
2291
+ display: inline-flex;
2292
+ height: 100%;
2293
+ align-items: center;
2294
+ justify-content: center;
2158
2295
  }
2159
2296
  .bk-select .bk-select-trigger .clear-icon:hover {
2160
2297
  color: #979ba5;
2161
2298
  }
2162
2299
  .bk-select .bk-select-trigger .spinner {
2163
2300
  position: absolute;
2164
- top: 6px;
2165
- right: 4px;
2166
- display: flex;
2167
- align-items: center;
2168
- justify-content: center;
2169
- width: 20px;
2170
- height: 20px;
2171
- font-size: 16px;
2172
- color: #3A84FF;
2301
+ top: 8px;
2302
+ right: 6px;
2173
2303
  }
2174
2304
  .bk-select .bk-select-empty {
2175
2305
  display: flex;
@@ -2191,28 +2321,6 @@ optgroup {
2191
2321
  .bk-select .bk-select-dropdown {
2192
2322
  overflow: auto;
2193
2323
  }
2194
- .bk-select .bk-select-dropdown .bk-select-search {
2195
- position: relative;
2196
- padding: 0 5px;
2197
- }
2198
- .bk-select .bk-select-dropdown .bk-select-search-icon {
2199
- position: absolute;
2200
- top: 50%;
2201
- left: 8px;
2202
- font-size: 16px;
2203
- color: #979ba5;
2204
- transform: translateY(-50%);
2205
- }
2206
- .bk-select .bk-select-dropdown .bk-select-search-input {
2207
- width: 100%;
2208
- height: 32px;
2209
- padding: 0 10px 0 26px;
2210
- font-size: 12px;
2211
- cursor: text;
2212
- border: none;
2213
- border-bottom: 1px solid #dcdee5;
2214
- outline: 0;
2215
- }
2216
2324
  .bk-select .bk-select-extension {
2217
2325
  display: flex;
2218
2326
  height: 40px;
@@ -2245,7 +2353,6 @@ optgroup {
2245
2353
  .bk-select .bk-select-option.is-selected.is-multiple::after {
2246
2354
  position: absolute;
2247
2355
  right: 12px;
2248
- font-size: 12px;
2249
2356
  font-weight: 700;
2250
2357
  content: '\2713';
2251
2358
  }
@@ -2267,6 +2374,10 @@ optgroup {
2267
2374
  .bk-select .bk-option-group.collapsible .bk-select-option {
2268
2375
  padding-left: 40px;
2269
2376
  }
2377
+ .bk-select .bk-option-group.disabled .default-group-label {
2378
+ color: #c4c6cc;
2379
+ cursor: not-allowed;
2380
+ }
2270
2381
  .bk-select .bk-option-group .default-group-label {
2271
2382
  display: flex;
2272
2383
  user-select: none;
@@ -2277,7 +2388,6 @@ optgroup {
2277
2388
  width: 12px;
2278
2389
  height: 12px;
2279
2390
  margin-right: 8px;
2280
- font-size: 12px;
2281
2391
  transition: all 0.1s;
2282
2392
  align-items: center;
2283
2393
  justify-content: center;
@@ -2630,8 +2740,8 @@ optgroup {
2630
2740
  }
2631
2741
  }
2632
2742
  .bk-table {
2633
- overflow: hidden;
2634
2743
  height: 100%;
2744
+ overflow: hidden;
2635
2745
  border-top: 1px solid #dcdee5;
2636
2746
  border-bottom: 1px solid #dcdee5;
2637
2747
  }
@@ -2720,10 +2830,11 @@ optgroup {
2720
2830
  background: #f0f1f5;
2721
2831
  }
2722
2832
  .bk-tag {
2723
- display: inline-block;
2833
+ display: inline-flex;
2834
+ align-items: center;
2724
2835
  height: 22px;
2725
2836
  padding: 0 10px;
2726
- margin: 2px 0 2px 6px;
2837
+ margin: 2px 6px 2px 0px;
2727
2838
  font-size: 12px;
2728
2839
  line-height: 22px;
2729
2840
  color: #63656e;
@@ -2796,18 +2907,23 @@ optgroup {
2796
2907
  background: #3a84ff;
2797
2908
  opacity: 1;
2798
2909
  }
2910
+ .bk-tag .bk-tag-text {
2911
+ flex: 1;
2912
+ overflow: hidden;
2913
+ text-overflow: ellipsis;
2914
+ white-space: nowrap;
2915
+ }
2799
2916
  .bk-tag .bk-tag-icon {
2800
- display: inline-block;
2917
+ flex-shrink: 0;
2801
2918
  margin-right: 4px;
2802
2919
  font-size: 14px;
2803
2920
  line-height: 0;
2804
2921
  }
2805
2922
  .bk-tag .bk-tag-close {
2806
- display: inline-block;
2923
+ flex-shrink: 0;
2807
2924
  margin-left: 4px;
2808
2925
  font-size: 12px;
2809
2926
  line-height: 0;
2810
- vertical-align: 1px;
2811
2927
  cursor: pointer;
2812
2928
  }
2813
2929
  .bk-form {
@@ -3252,15 +3368,15 @@ optgroup {
3252
3368
  padding-left: calc(var(--offset-left));
3253
3369
  }
3254
3370
  .bk-tree .bk-node-row.is-checked {
3255
- background-color: #EBF2FF;
3371
+ background-color: #ebf2ff;
3256
3372
  }
3257
3373
  .bk-tree .bk-tree-node {
3258
3374
  position: relative;
3375
+ display: flex;
3259
3376
  height: var(--lineHeight);
3260
3377
  padding-left: 0;
3261
3378
  line-height: var(--lineHeight);
3262
3379
  cursor: pointer;
3263
- display: flex;
3264
3380
  align-items: center;
3265
3381
  }
3266
3382
  .bk-tree .bk-tree-node:not(.is-root) {
@@ -3278,11 +3394,11 @@ optgroup {
3278
3394
  content: '';
3279
3395
  }
3280
3396
  .bk-tree .bk-tree-node .node-virtual-line {
3281
- display: inline-block;
3282
3397
  position: absolute;
3283
- left: calc(var(--depth) * var(--indent) * -1 + 6px);
3284
3398
  top: -12px;
3285
3399
  bottom: 50%;
3400
+ left: calc(var(--depth) * var(--indent) * -1 + 6px);
3401
+ display: inline-block;
3286
3402
  width: 0;
3287
3403
  border-left: var(--level-line);
3288
3404
  }
@@ -3294,9 +3410,9 @@ optgroup {
3294
3410
  align-items: center;
3295
3411
  }
3296
3412
  .bk-tree .bk-tree-node .bk-node-content .bk-node-text {
3297
- white-space: nowrap;
3298
- text-overflow: ellipsis;
3299
3413
  overflow: hidden;
3414
+ text-overflow: ellipsis;
3415
+ white-space: nowrap;
3300
3416
  }
3301
3417
  .bk-slider {
3302
3418
  display: flex;
@@ -5155,6 +5271,403 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
5155
5271
  text-align: left;
5156
5272
  align-items: center;
5157
5273
  }
5274
+ .bk-resize-layout {
5275
+ display: flex;
5276
+ }
5277
+ .bk-resize-layout-border {
5278
+ border: 1px solid #dcdee5;
5279
+ }
5280
+ .bk-resize-layout-collapsed > .bk-resize-layout-aside .bk-resize-layout-aside-content {
5281
+ overflow: hidden;
5282
+ }
5283
+ .bk-resize-layout-collapsed > .bk-resize-layout-aside .bk-resize-collapse:before {
5284
+ display: inline-block;
5285
+ transform: rotate(180deg);
5286
+ }
5287
+ .bk-resize-layout-left {
5288
+ flex-direction: row;
5289
+ }
5290
+ .bk-resize-layout-left > .bk-resize-layout-aside {
5291
+ border-right: 1px solid #dcdee5;
5292
+ }
5293
+ .bk-resize-layout-left > .bk-resize-layout-aside:after {
5294
+ top: 50%;
5295
+ right: 1px;
5296
+ transform: translate3d(0, -50%, 0);
5297
+ }
5298
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger {
5299
+ top: 0;
5300
+ left: 100%;
5301
+ width: 5px;
5302
+ height: 100%;
5303
+ cursor: col-resize;
5304
+ }
5305
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger:hover {
5306
+ @mixin linear-gradient left;
5307
+ }
5308
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-collapse {
5309
+ top: 50%;
5310
+ left: 100%;
5311
+ transform: translateY(-50%);
5312
+ }
5313
+ .bk-resize-layout-right {
5314
+ flex-direction: row-reverse;
5315
+ }
5316
+ .bk-resize-layout-right > .bk-resize-layout-aside {
5317
+ border-left: 1px solid #dcdee5;
5318
+ }
5319
+ .bk-resize-layout-right > .bk-resize-layout-aside:after {
5320
+ top: 50%;
5321
+ left: 1px;
5322
+ transform: translate3d(0, -50%, 0);
5323
+ }
5324
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger {
5325
+ top: 0;
5326
+ right: 100%;
5327
+ width: 5px;
5328
+ height: 100%;
5329
+ cursor: col-resize;
5330
+ }
5331
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger:hover {
5332
+ @mixin linear-gradient right;
5333
+ }
5334
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-collapse {
5335
+ top: 50%;
5336
+ right: 100%;
5337
+ transform: translateY(-50%) rotate(180deg);
5338
+ }
5339
+ .bk-resize-layout-top {
5340
+ flex-direction: column;
5341
+ }
5342
+ .bk-resize-layout-top > .bk-resize-layout-aside {
5343
+ border-bottom: 1px solid #dcdee5;
5344
+ }
5345
+ .bk-resize-layout-top > .bk-resize-layout-aside:after {
5346
+ bottom: 1px;
5347
+ left: 50%;
5348
+ transform: translate3d(-50%, 0, 0) rotate(90deg);
5349
+ }
5350
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger {
5351
+ top: 100%;
5352
+ left: 0;
5353
+ width: 100%;
5354
+ height: 5px;
5355
+ cursor: row-resize;
5356
+ }
5357
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger:hover {
5358
+ @mixin linear-gradient top;
5359
+ }
5360
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-collapse {
5361
+ top: 100%;
5362
+ left: 50%;
5363
+ margin-top: 8px;
5364
+ transform: translate3d(-50%, -50%, 0) rotate(90deg);
5365
+ }
5366
+ .bk-resize-layout-bottom {
5367
+ flex-direction: column-reverse;
5368
+ }
5369
+ .bk-resize-layout-bottom > .bk-resize-layout-aside {
5370
+ border-top: 1px solid #dcdee5;
5371
+ }
5372
+ .bk-resize-layout-bottom > .bk-resize-layout-aside:after {
5373
+ top: 1px;
5374
+ left: 50%;
5375
+ transform: translate3d(-50%, 0, 0) rotate(90deg);
5376
+ }
5377
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger {
5378
+ bottom: 100%;
5379
+ left: 0;
5380
+ width: 100%;
5381
+ height: 5px;
5382
+ cursor: row-resize;
5383
+ }
5384
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger:hover {
5385
+ @mixin linear-gradient bottom;
5386
+ }
5387
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-collapse {
5388
+ bottom: 100%;
5389
+ left: 50%;
5390
+ margin-bottom: 8px;
5391
+ transform: translate3d(50%, 50%, 0) rotate(-90deg);
5392
+ }
5393
+ .bk-resize-layout > .bk-resize-layout-aside {
5394
+ position: relative;
5395
+ }
5396
+ .bk-resize-layout > .bk-resize-layout-aside:after {
5397
+ position: absolute;
5398
+ width: 2px;
5399
+ height: 2px;
5400
+ color: #c4c6cc;
5401
+ background: currentColor;
5402
+ content: '';
5403
+ box-shadow: 0 4px 0 0 currentColor, 0 8px 0 0 currentColor, 0 -4px 0 0 currentColor, 0 -8px 0 0 currentColor;
5404
+ }
5405
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-layout-aside-content {
5406
+ width: 100%;
5407
+ height: 100%;
5408
+ overflow: hidden;
5409
+ }
5410
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-trigger {
5411
+ position: absolute;
5412
+ z-index: 3;
5413
+ background-color: transparent;
5414
+ }
5415
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy {
5416
+ position: absolute;
5417
+ z-index: 9999;
5418
+ pointer-events: none;
5419
+ visibility: hidden;
5420
+ }
5421
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.left,
5422
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.right {
5423
+ top: 0;
5424
+ height: 100%;
5425
+ border-left: 1px dashed #3a84ff;
5426
+ }
5427
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.top,
5428
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.bottom {
5429
+ left: 0;
5430
+ width: 100%;
5431
+ border-top: 1px dashed #3a84ff;
5432
+ }
5433
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse {
5434
+ position: absolute;
5435
+ z-index: 2;
5436
+ width: 16px;
5437
+ height: 50px;
5438
+ font-size: 20px;
5439
+ line-height: 50px;
5440
+ color: #fff;
5441
+ text-align: center;
5442
+ text-indent: -2px;
5443
+ cursor: pointer;
5444
+ background: #dcdee5;
5445
+ border-radius: 0px 12px 12px 0px;
5446
+ }
5447
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse:hover {
5448
+ background: #3a84ff;
5449
+ }
5450
+ .bk-resize-layout > .bk-resize-layout-main {
5451
+ flex: 1;
5452
+ overflow: hidden;
5453
+ }
5454
+ .bk-resize-layout .bk-resize-mask {
5455
+ position: fixed;
5456
+ top: 0;
5457
+ right: 0;
5458
+ bottom: 0;
5459
+ left: 0;
5460
+ z-index: 9999;
5461
+ display: none;
5462
+ }
5463
+ .bk-tag-input {
5464
+ position: relative;
5465
+ min-height: 32px;
5466
+ }
5467
+ .bk-tag-input .bk-popover-reference {
5468
+ display: block;
5469
+ }
5470
+ .bk-tag-input .bk-tag-input-trigger {
5471
+ position: relative;
5472
+ display: flex;
5473
+ min-height: 32px;
5474
+ padding: 0 0 0 5px;
5475
+ overflow: hidden;
5476
+ font-size: 12px;
5477
+ cursor: pointer;
5478
+ background: white;
5479
+ border: 1px solid #c4c6cc;
5480
+ border-radius: 2px;
5481
+ align-items: center;
5482
+ justify-content: space-between;
5483
+ }
5484
+ .bk-tag-input .bk-tag-input-trigger.active {
5485
+ border-color: #3a84ff;
5486
+ }
5487
+ .bk-tag-input .bk-tag-input-trigger.disabled {
5488
+ cursor: not-allowed;
5489
+ background: #fafbfd;
5490
+ border-color: #dcdee5;
5491
+ }
5492
+ .bk-tag-input .bk-tag-input-trigger .tag-list {
5493
+ display: inline-flex;
5494
+ max-height: 135px;
5495
+ padding: 0;
5496
+ margin: 0;
5497
+ overflow: auto;
5498
+ align-items: center;
5499
+ flex-wrap: wrap;
5500
+ }
5501
+ .bk-tag-input .bk-tag-input-trigger .tag-list > li {
5502
+ display: inline-flex;
5503
+ height: 22px;
5504
+ margin: 4px 5px 4px 0;
5505
+ overflow: hidden;
5506
+ font-size: 12px;
5507
+ border: solid 1px transparent;
5508
+ border-radius: 2px;
5509
+ align-items: center;
5510
+ }
5511
+ .bk-tag-input .bk-tag-input-trigger .tag-list > li.tag-item {
5512
+ background: #f0f1f5;
5513
+ border-color: #f0f1f5;
5514
+ }
5515
+ .bk-tag-input .bk-tag-input-trigger .tag-list .remove-tag {
5516
+ flex-shrink: 0;
5517
+ margin-right: 5px;
5518
+ font-size: 14px;
5519
+ line-height: 0;
5520
+ }
5521
+ .bk-tag-input .bk-tag-input-trigger .tag-list .tag {
5522
+ max-width: 190px;
5523
+ overflow: hidden;
5524
+ text-overflow: ellipsis;
5525
+ word-break: break-all;
5526
+ white-space: nowrap;
5527
+ flex: 1;
5528
+ }
5529
+ .bk-tag-input .bk-tag-input-trigger .tag-list .text {
5530
+ padding: 0 5px;
5531
+ line-height: 20px;
5532
+ color: #63656e;
5533
+ background-color: #f0f1f5;
5534
+ border-radius: 2px;
5535
+ box-sizing: border-box;
5536
+ }
5537
+ .bk-tag-input .bk-tag-input-trigger .tag-list .tag-input {
5538
+ width: 10px;
5539
+ height: 22px;
5540
+ max-width: 295px;
5541
+ padding: 0;
5542
+ border: 0;
5543
+ outline: none;
5544
+ box-sizing: border-box;
5545
+ }
5546
+ .bk-tag-input .bk-tag-input-trigger .placeholder {
5547
+ position: absolute;
5548
+ top: 0;
5549
+ left: 8px;
5550
+ padding: 0;
5551
+ margin: 0;
5552
+ line-height: 30px;
5553
+ color: #c4c6cc;
5554
+ }
5555
+ .bk-tag-input .bk-tag-input-trigger .clear-icon {
5556
+ margin-right: 5px;
5557
+ font-size: 14px;
5558
+ line-height: 0;
5559
+ color: #c4c6cc;
5560
+ cursor: pointer;
5561
+ }
5562
+ .bk-tag-input .bk-tag-input-trigger .clear-icon:hover {
5563
+ color: #979ba5;
5564
+ }
5565
+ .bk-tag-input .bk-popover-content {
5566
+ padding: 0;
5567
+ }
5568
+ .bk-selector-list {
5569
+ min-width: 150px;
5570
+ }
5571
+ .bk-selector-list .outside-ul {
5572
+ max-height: 160px;
5573
+ padding: 0;
5574
+ padding: 6px 0;
5575
+ margin: 0;
5576
+ overflow-y: auto;
5577
+ list-style: none;
5578
+ background-color: white;
5579
+ border: 1px solid #dcdee5;
5580
+ border-radius: 2px;
5581
+ }
5582
+ .bk-selector-list .outside-ul::-webkit-scrollbar {
5583
+ width: 6px;
5584
+ height: 6px;
5585
+ }
5586
+ .bk-selector-list .outside-ul::-webkit-scrollbar-thumb {
5587
+ min-height: 24px;
5588
+ background-color: #dcdee5;
5589
+ border-radius: 3px;
5590
+ }
5591
+ .bk-selector-list .bk-selector-group-item {
5592
+ list-style: none;
5593
+ }
5594
+ .bk-selector-list .bk-selector-group-item .group-name {
5595
+ padding-left: 11px;
5596
+ font-size: 12px;
5597
+ line-height: 32px;
5598
+ color: #979ba5;
5599
+ }
5600
+ .bk-selector-list .bk-selector-group-list-item {
5601
+ padding: 0;
5602
+ margin: 0;
5603
+ list-style: none;
5604
+ }
5605
+ .bk-selector-list .bk-selector-list-item {
5606
+ position: relative;
5607
+ width: 100%;
5608
+ cursor: pointer;
5609
+ background-color: white;
5610
+ border-right: #c4c6cc;
5611
+ border-left: #c4c6cc;
5612
+ }
5613
+ .bk-selector-list .bk-selector-list-item:first-child {
5614
+ border-top: #c4c6cc;
5615
+ }
5616
+ .bk-selector-list .bk-selector-list-item:last-child {
5617
+ border-bottom: #c4c6cc;
5618
+ }
5619
+ .bk-selector-list .bk-selector-list-item.bk-selector-selected {
5620
+ background-color: #f4f6fa;
5621
+ }
5622
+ .bk-selector-list .bk-selector-list-item.bk-selector-selected .selected-icon {
5623
+ display: inline-block;
5624
+ }
5625
+ .bk-selector-list .bk-selector-list-item.bk-selector-actived {
5626
+ background-color: #f4f6fa;
5627
+ }
5628
+ .bk-selector-list .bk-selector-list-item:hover {
5629
+ background-color: #eaf3ff;
5630
+ }
5631
+ .bk-selector-list .bk-selector-list-item.disabled {
5632
+ cursor: not-allowed;
5633
+ background: white;
5634
+ }
5635
+ .bk-selector-list .bk-selector-list-item.disabled .text {
5636
+ color: #c4c6cc;
5637
+ }
5638
+ .bk-selector-list .bk-selector-list-item.loading {
5639
+ padding: 5px 0 3px;
5640
+ text-align: center;
5641
+ }
5642
+ .bk-selector-list .bk-selector-list-item .loading {
5643
+ position: relative;
5644
+ width: 100%;
5645
+ height: 40px;
5646
+ font-size: 14px;
5647
+ cursor: default;
5648
+ }
5649
+ .bk-selector-list .bk-selector-list-item .text {
5650
+ padding: 0 10px;
5651
+ overflow: hidden;
5652
+ font-size: 12px;
5653
+ line-height: 32px;
5654
+ color: #63656e;
5655
+ text-overflow: ellipsis;
5656
+ white-space: nowrap;
5657
+ }
5658
+ .bk-selector-list .bk-selector-list-item .bk-selector-tools {
5659
+ position: absolute;
5660
+ top: 10px;
5661
+ right: 0;
5662
+ display: none;
5663
+ font-size: 12px;
5664
+ }
5665
+ .bk-selector-list .bk-selector-list-item .bk-selector-tools .bk-selector-list-icon {
5666
+ margin-right: 14px;
5667
+ }
5668
+ .bk-selector-list .bk-selector-list-item .highlight-text {
5669
+ color: #3a84ff;
5670
+ }
5158
5671
  .bk-popper {
5159
5672
  display: none;
5160
5673
  padding: 7px 14px;