Commit 6f4c4fc6d1e1ca0cda3f6b13c4edd1e4816d8dc5

Authored by zhangz
1 parent 5b458ecd

整体下班前新增确认样式;

src/mes/common/commonOperationBarComponent/index.less
... ... @@ -142,4 +142,12 @@
142 142 padding-top: 20px;
143 143 }
144 144 }
  145 +}
  146 +
  147 +.popconfirm {
  148 + :global {
  149 + .ant-popover-inner-content {
  150 + zoom: 1.4;
  151 + }
  152 + }
145 153 }
146 154 \ No newline at end of file
... ...