@zscreate/form-component 1.1.267 → 1.1.269
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.
|
@@ -76418,18 +76418,17 @@ const API = '/form/formdesiger/countLeaveDays';
|
|
|
76418
76418
|
},
|
|
76419
76419
|
labelCol() {
|
|
76420
76420
|
let labelWidth = this.labelWidth + "px";
|
|
76421
|
-
|
|
76421
|
+
let obj = {
|
|
76422
76422
|
style: {
|
|
76423
76423
|
width: labelWidth,
|
|
76424
76424
|
background: this.config.bgc,
|
|
76425
76425
|
color: this.config.color,
|
|
76426
|
-
borderColor: this.config.borderColor
|
|
76427
|
-
border: this.labelWidth == 0 ? 0 : undefined
|
|
76428
|
-
// borderBottomWidth: "1px",
|
|
76426
|
+
borderColor: this.config.borderColor
|
|
76429
76427
|
}
|
|
76430
76428
|
};
|
|
76429
|
+
if (this.labelWidth == 0) obj.style.border = 0;
|
|
76430
|
+
return obj;
|
|
76431
76431
|
},
|
|
76432
|
-
|
|
76433
76432
|
//label样式
|
|
76434
76433
|
wrapperCol() {
|
|
76435
76434
|
return {
|
|
@@ -145929,7 +145928,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
145929
145928
|
/***/ ((module) => {
|
|
145930
145929
|
|
|
145931
145930
|
"use strict";
|
|
145932
|
-
module.exports = {"i8":"1.1.
|
|
145931
|
+
module.exports = {"i8":"1.1.269"};
|
|
145933
145932
|
|
|
145934
145933
|
/***/ })
|
|
145935
145934
|
|