Commit 2ac100ba67881b6c06a92e48dd3b4be71439a574

Authored by zhangz
1 parent 8fd1a764

去掉班组信息;

src/mes/common/siderInfoComponent/index.js
@@ -273,7 +273,7 @@ const CommonInfoComponent = props => { @@ -273,7 +273,7 @@ const CommonInfoComponent = props => {
273 <div className="commonInfo"> 273 <div className="commonInfo">
274 <WorkOrderTypeComponent /> 274 <WorkOrderTypeComponent />
275 <DeviceTargetInfoComponent /> 275 <DeviceTargetInfoComponent />
276 - <TeamInfoComponent /> 276 + {/* <TeamInfoComponent /> */}
277 </div> 277 </div>
278 ); 278 );
279 }; 279 };
src/mes/common/siderInfoComponent/index.less
@@ -77,7 +77,8 @@ @@ -77,7 +77,8 @@
77 // 工单类型 77 // 工单类型
78 .workOrdertype { 78 .workOrdertype {
79 position: relative; 79 position: relative;
80 - .size(100%, calc(100% - 230px - 280px)); 80 + .size(100%, calc(100% - 230px - 30px));
  81 + // .size(100%, calc(100% - 230px - 280px));
81 82
82 :global { 83 :global {
83 .ant-carousel { 84 .ant-carousel {