Explorar el Código

打印页面的operationpanel元素间不使用gap

dengdx hace 1 mes
padre
commit
eede0fca35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/output/print/OperationPanel.tsx

+ 1 - 1
src/pages/output/print/OperationPanel.tsx

@@ -7,7 +7,7 @@ import PrintControl from './PrintControl';
 const OperationPanel: React.FC = () => {
   return (
     <div className="operation-panel h-full overflow-y-auto p-2">
-      <div className="flex flex-col gap-4">
+      <div className="flex flex-col">
         {/* 胶片操作面板 */}
         <FilmOperationPanel />