Commit 817b53e3d07b9438d9037d3813e0be2d2e9302d8

Authored by fengwotao
1 parent a2b3b915

fix: DEFECT-1700 设备物模型历史趋势,时间段选择时边框和文字重合

... ... @@ -106,7 +106,7 @@ export const defaultSchemas: FormSchema[] = [
106 106 getPopupContainer: () => document.body,
107 107 };
108 108 },
109   - colProps: useGridLayout(2, 2, 2, 2, 2, 2) as unknown as ColEx,
  109 + colProps: useGridLayout(1.5, 1.5, 1.5, 1.5, 1.5, 1.5) as unknown as ColEx,
110 110 },
111 111 {
112 112 field: SchemaFiled.AGG,
... ...