zhytech-ui 1.1.34 → 1.1.35

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/README.md CHANGED
@@ -70,6 +70,12 @@ setTheme("dark");
70
70
 
71
71
  > #### 版本更新清单:
72
72
 
73
+ **V 1.1.35**
74
+ ```html
75
+ 1.修复横板下的zhy-dynamic-designer、zhy-dynamic-renderer显示样式
76
+ 2、修复tabs组件高度显示异常
77
+ ```
78
+
73
79
  **V 1.1.34**
74
80
  ```html
75
81
  1.zhy-dynamic-renderer新增是否显示答题卡开关属性
@@ -315,9 +315,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
315
315
  };
316
316
  realTimeDisplayAnswerMode: {
317
317
  type: BooleanConstructor;
318
- /**
319
- * @description: 清空组件
320
- */
321
318
  default: boolean;
322
319
  };
323
320
  everyItemDisplayAnalysisSwitch: {
@@ -416,9 +413,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
416
413
  };
417
414
  realTimeDisplayAnswerMode: {
418
415
  type: BooleanConstructor;
419
- /**
420
- * @description: 清空组件
421
- */
422
416
  default: boolean;
423
417
  };
424
418
  everyItemDisplayAnalysisSwitch: {