diff --git a/src/mes/common/siderInfoComponent/index.js b/src/mes/common/siderInfoComponent/index.js
index 153d760..34080b9 100644
--- a/src/mes/common/siderInfoComponent/index.js
+++ b/src/mes/common/siderInfoComponent/index.js
@@ -273,7 +273,7 @@ const CommonInfoComponent = props => {
-
+ {/* */}
);
};
diff --git a/src/mes/common/siderInfoComponent/index.less b/src/mes/common/siderInfoComponent/index.less
index 4062fc6..3d02138 100644
--- a/src/mes/common/siderInfoComponent/index.less
+++ b/src/mes/common/siderInfoComponent/index.less
@@ -77,7 +77,8 @@
// 工单类型
.workOrdertype {
position: relative;
- .size(100%, calc(100% - 230px - 280px));
+ .size(100%, calc(100% - 230px - 30px));
+ // .size(100%, calc(100% - 230px - 280px));
:global {
.ant-carousel {