bkui-vue 0.0.3-beta.2-2 → 0.0.3-beta.2-3

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/form/form.css CHANGED
@@ -59,11 +59,15 @@
59
59
  color: #63656e;
60
60
  text-align: right;
61
61
  vertical-align: middle;
62
+ box-sizing: border-box;
62
63
  }
63
64
  .bk-form-label-description {
64
65
  cursor: pointer;
65
66
  border-bottom: 1px dashed #979ba5;
66
67
  }
68
+ .bk-form-label-description-popper {
69
+ max-width: 400px;
70
+ }
67
71
  .bk-form-content {
68
72
  position: relative;
69
73
  line-height: 32px;
@@ -24,6 +24,7 @@
24
24
  margin-bottom: 6px;
25
25
  line-height: 20px;
26
26
  text-align: left;
27
+
27
28
  }
28
29
 
29
30
  .@{bk-prefix}-form-content {
@@ -81,11 +82,15 @@
81
82
  text-align: right;
82
83
  text-align: right;
83
84
  vertical-align: middle;
85
+ box-sizing: border-box;
84
86
  }
85
87
  .@{bk-prefix}-form-label-description {
86
88
  cursor: pointer;
87
89
  border-bottom: 1px dashed #979ba5;
88
90
  }
91
+ .@{bk-prefix}-form-label-description-popper {
92
+ max-width: 400px;
93
+ }
89
94
 
90
95
  .@{bk-prefix}-form-content {
91
96
  position: relative;
@@ -185,11 +185,15 @@
185
185
  color: #63656e;
186
186
  text-align: right;
187
187
  vertical-align: middle;
188
+ box-sizing: border-box;
188
189
  }
189
190
  .bk-form-label-description {
190
191
  cursor: pointer;
191
192
  border-bottom: 1px dashed #979ba5;
192
193
  }
194
+ .bk-form-label-description-popper {
195
+ max-width: 400px;
196
+ }
193
197
  .bk-form-content {
194
198
  position: relative;
195
199
  line-height: 32px;
@@ -558,7 +558,6 @@ const external_popover_namespaceObject = external_popover_x({ ["default"]: () =>
558
558
  */
559
559
  var handlePageEditorBlur = function handlePageEditorBlur() {
560
560
  isFocused.value = false;
561
- inputRef.value.textContent = "".concat(inputMemo);
562
561
  if (inputMemo !== localCurrent.value) {
563
562
  localCurrent.value = inputMemo;
564
563
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.3-beta.2-2",
3
+ "version": "0.0.3-beta.2-3",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",