centaline-data-driven 1.5.39 → 1.5.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.5.39",
3
+ "version": "1.5.40",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,10 +1,14 @@
1
1
 
2
- ## v1.5.38
2
+ ## v1.5.39
3
3
  2023-07-19
4
+ 优化
5
+ form表单固定按钮位置优化,兼容ccai
4
6
 
5
7
  bug修复
6
8
 
7
9
  表格表头刷新时闪动问题修复
10
+
11
+ 图片编辑打开不显示图片兼容性修复
8
12
  ## v1.5.38
9
13
  2023-07-18
10
14
 
@@ -6,6 +6,8 @@
6
6
  /* bottom: 26px; */
7
7
  width: calc(100% - 52px);
8
8
  margin-bottom: 20px;
9
+ left: -11px;
10
+ right: 1px;
9
11
  }
10
12
  .btnPadBom {
11
13
  padding-bottom: 4px !important;
@@ -1150,6 +1150,7 @@
1150
1150
  /* bottom: 6px; */
1151
1151
  bottom: 0;
1152
1152
  left: 0;
1153
+ right: 0;
1153
1154
  border-radius: 0 0 4px 4px;
1154
1155
  position: absolute;
1155
1156
  line-height: 34px;
@@ -5328,7 +5328,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABX
5328
5328
  "use strict";
5329
5329
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__ = __webpack_require__(188);
5330
5330
  /* unused harmony namespace reexport */
5331
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_81c690b6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(489);
5331
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75bb333d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(489);
5332
5332
  function injectStyle (ssrContext) {
5333
5333
  __webpack_require__(483)
5334
5334
  }
@@ -5348,7 +5348,7 @@ var __vue_scopeId__ = null
5348
5348
  var __vue_module_identifier__ = null
5349
5349
  var Component = normalizeComponent(
5350
5350
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__["a" /* default */],
5351
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_81c690b6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
5351
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75bb333d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
5352
5352
  __vue_template_functional__,
5353
5353
  __vue_styles__,
5354
5354
  __vue_scopeId__,
@@ -50266,7 +50266,7 @@ var content = __webpack_require__(484);
50266
50266
  if(typeof content === 'string') content = [[module.i, content, '']];
50267
50267
  if(content.locals) module.exports = content.locals;
50268
50268
  // add the styles to the DOM
50269
- var update = __webpack_require__(2)("0b9898c5", content, true, {});
50269
+ var update = __webpack_require__(2)("5a32f1fd", content, true, {});
50270
50270
 
50271
50271
  /***/ }),
50272
50272
  /* 484 */
@@ -50277,7 +50277,7 @@ exports = module.exports = __webpack_require__(1)(false);
50277
50277
 
50278
50278
 
50279
50279
  // module
50280
- exports.push([module.i, ".el-collapse{border-top:none}.ct-collapse-item-title .el-collapse-item__header{color:#303133!important;line-height:normal}.el-collapse-saveLine .ct-collapse-item-title:last-child .el-collapse-item__wrap{border-bottom:none}.button-initial{margin-top:8px}.button-absolute{z-index:100;bottom:0;left:0;border-radius:0 0 4px 4px;position:absolute;line-height:34px;background-color:#fff;width:100%;margin:auto;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0/10%);box-shadow:0 2px 20px 0 rgb(0 0 0/10%)}", ""]);
50280
+ exports.push([module.i, ".el-collapse{border-top:none}.ct-collapse-item-title .el-collapse-item__header{color:#303133!important;line-height:normal}.el-collapse-saveLine .ct-collapse-item-title:last-child .el-collapse-item__wrap{border-bottom:none}.button-initial{margin-top:8px}.button-absolute{z-index:100;bottom:0;left:0;right:0;border-radius:0 0 4px 4px;position:absolute;line-height:34px;background-color:#fff;width:100%;margin:auto;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0/10%);box-shadow:0 2px 20px 0 rgb(0 0 0/10%)}", ""]);
50281
50281
 
50282
50282
  // exports
50283
50283