Commit 2ac100ba67881b6c06a92e48dd3b4be71439a574

Authored by zhangz
1 parent 8fd1a764

去掉班组信息;

src/mes/common/siderInfoComponent/index.js
... ... @@ -273,7 +273,7 @@ const CommonInfoComponent = props => {
273 273 <div className="commonInfo">
274 274 <WorkOrderTypeComponent />
275 275 <DeviceTargetInfoComponent />
276   - <TeamInfoComponent />
  276 + {/* <TeamInfoComponent /> */}
277 277 </div>
278 278 );
279 279 };
... ...
src/mes/common/siderInfoComponent/index.less
... ... @@ -77,7 +77,8 @@
77 77 // 工单类型
78 78 .workOrdertype {
79 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 83 :global {
83 84 .ant-carousel {
... ...