bk-magic-vue 2.5.10-beta.4 → 2.5.10-beta.5
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.js
CHANGED
|
@@ -38895,14 +38895,7 @@
|
|
|
38895
38895
|
},
|
|
38896
38896
|
labelHeight: {
|
|
38897
38897
|
type: Number,
|
|
38898
|
-
default: 50
|
|
38899
|
-
validator: function validator(val) {
|
|
38900
|
-
if (val < 42) {
|
|
38901
|
-
console.error('选项卡 label 的高度,最小值为 42');
|
|
38902
|
-
return false;
|
|
38903
|
-
}
|
|
38904
|
-
return true;
|
|
38905
|
-
}
|
|
38898
|
+
default: 50
|
|
38906
38899
|
},
|
|
38907
38900
|
activeBar: {
|
|
38908
38901
|
type: Object,
|