bkui-vue 1.0.3-beta.3 → 1.0.3-beta.4
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/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/form/form.css +1 -0
- package/lib/form/form.less +2 -1
- package/lib/form/form.variable.css +1 -0
- package/lib/pagination/index.js +0 -1
- package/lib/styles/reset.css +3 -1
- package/lib/styles/reset.less +3 -1
- package/lib/styles/reset.variable.css +3 -1
- package/package.json +1 -1
package/lib/form/form.css
CHANGED
package/lib/form/form.less
CHANGED
@@ -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,7 +82,7 @@
|
|
81
82
|
text-align: right;
|
82
83
|
text-align: right;
|
83
84
|
vertical-align: middle;
|
84
|
-
|
85
|
+
box-sizing: border-box;
|
85
86
|
}
|
86
87
|
.@{bk-prefix}-form-label-description {
|
87
88
|
cursor: pointer;
|
package/lib/pagination/index.js
CHANGED
@@ -573,7 +573,6 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
573
573
|
*/
|
574
574
|
var handlePageEditorBlur = function handlePageEditorBlur() {
|
575
575
|
isFocused.value = false;
|
576
|
-
inputRef.value.textContent = "".concat(inputMemo);
|
577
576
|
if (inputMemo !== localCurrent.value) {
|
578
577
|
localCurrent.value = inputMemo;
|
579
578
|
}
|
package/lib/styles/reset.css
CHANGED
package/lib/styles/reset.less
CHANGED