bkui-vue 0.0.1-beta.331 → 0.0.1-beta.332

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/lib/tree/tree.css CHANGED
@@ -31,11 +31,15 @@
31
31
  width: 1px;
32
32
  background: transparent;
33
33
  }
34
+ .bk-checkbox-group {
35
+ display: inline-block;
36
+ letter-spacing: normal;
37
+ }
34
38
  .bk-checkbox {
35
39
  display: inline-flex;
36
40
  justify-self: center;
41
+ align-items: center;
37
42
  font-size: 14px;
38
- line-height: 18px;
39
43
  letter-spacing: normal;
40
44
  color: #63656e;
41
45
  cursor: pointer;
@@ -101,21 +105,20 @@
101
105
  .bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
102
106
  background: #dcdee5;
103
107
  }
104
- .bk-checkbox .bk-checkbox-input {
108
+ .bk-checkbox-input {
105
109
  position: relative;
106
110
  display: inline-block;
107
111
  width: 16px;
108
112
  height: 16px;
109
- margin-right: 5px;
110
113
  vertical-align: middle;
111
114
  border: 1px solid #979ba5;
112
115
  border-radius: 2px;
113
116
  }
114
- .bk-checkbox .bk-checkbox-input.small {
117
+ .bk-checkbox-input.small {
115
118
  width: 14px;
116
119
  height: 14px;
117
120
  }
118
- .bk-checkbox .bk-checkbox-original {
121
+ .bk-checkbox-original {
119
122
  position: absolute;
120
123
  top: 0;
121
124
  left: 0;
@@ -123,8 +126,9 @@
123
126
  width: 0;
124
127
  height: 0;
125
128
  }
126
- .bk-checkbox .bk-checkbox-label {
129
+ .bk-checkbox-label {
127
130
  display: inline-block;
131
+ margin-left: 5px;
128
132
  vertical-align: middle;
129
133
  }
130
134
  .bk-tree {
@@ -150,11 +150,15 @@
150
150
  width: 1px;
151
151
  background: transparent;
152
152
  }
153
+ .bk-checkbox-group {
154
+ display: inline-block;
155
+ letter-spacing: normal;
156
+ }
153
157
  .bk-checkbox {
154
158
  display: inline-flex;
155
159
  justify-self: center;
160
+ align-items: center;
156
161
  font-size: 14px;
157
- line-height: 18px;
158
162
  letter-spacing: normal;
159
163
  color: #63656e;
160
164
  cursor: pointer;
@@ -220,21 +224,20 @@
220
224
  .bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
221
225
  background: #dcdee5;
222
226
  }
223
- .bk-checkbox .bk-checkbox-input {
227
+ .bk-checkbox-input {
224
228
  position: relative;
225
229
  display: inline-block;
226
230
  width: 16px;
227
231
  height: 16px;
228
- margin-right: 5px;
229
232
  vertical-align: middle;
230
233
  border: 1px solid #979ba5;
231
234
  border-radius: 2px;
232
235
  }
233
- .bk-checkbox .bk-checkbox-input.small {
236
+ .bk-checkbox-input.small {
234
237
  width: 14px;
235
238
  height: 14px;
236
239
  }
237
- .bk-checkbox .bk-checkbox-original {
240
+ .bk-checkbox-original {
238
241
  position: absolute;
239
242
  top: 0;
240
243
  left: 0;
@@ -242,8 +245,9 @@
242
245
  width: 0;
243
246
  height: 0;
244
247
  }
245
- .bk-checkbox .bk-checkbox-label {
248
+ .bk-checkbox-label {
246
249
  display: inline-block;
250
+ margin-left: 5px;
247
251
  vertical-align: middle;
248
252
  }
249
253
  .bk-tree {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.331",
3
+ "version": "0.0.1-beta.332",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",