From 3457909638c660c0cfcb521b6104ab64c679b914 Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期二, 19 九月 2023 16:23:16 +0800 Subject: [PATCH] 修改页面左右展示比例 --- src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue b/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue index 66b8770..ae0ecd2 100644 --- a/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue +++ b/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue @@ -169,19 +169,19 @@ title: '绮惧害鍙傛暟缂栫爜', dataIndex: 'precisionParametersNum', align: "center", - width:250, + // width:250, }, { title: '绮惧害鍙傛暟鍚嶇О', dataIndex: 'precisionParametersName', align: "center", - width:250, + // width:250, }, { title: '璁¢噺鍗曚綅', dataIndex: 'precisionParametersUnitName', align: "center", - width:250, + // width:250, }, { title: '涓婇檺鍊�', @@ -190,7 +190,7 @@ // scopedSlots: { // customRender: 'upperLimit' // }, - width:250, + // width:250, }, { title: '涓嬮檺鍊�', @@ -199,7 +199,7 @@ // scopedSlots: { // customRender: 'lowerLimit' // }, - width:250, + // width:250, }, { title: '瀹為檯绮惧害鍊�', @@ -208,7 +208,7 @@ // scopedSlots: { // customRender: 'actualValue' // }, - width:250, + // width:250, }, { title: '澶囨敞', -- Gitblit v1.9.3