Explorar el Código

style: 修复样式问题

ZhaoJun hace 1 año
padre
commit
1213df5082

+ 1 - 0
src/pages/SmartOps/HistoryRecord.js

@@ -186,6 +186,7 @@ const HistoryRecord = (props) => {
         />
         <Button
           className={styles.marginLeft}
+          style={{ height: '0.42rem' }}
           type="primary"
           onClick={() => handleSearch()}
         >

+ 1 - 1
src/pages/SmartOps/components/VideoAnalysis.less

@@ -9,7 +9,7 @@
     display: flex;
     align-items: flex-start;
     font-size: 0.24rem;
-    line-height: 0.28rem;
+    line-height: 0.9rem;
     color: #454444;
     .label {
       width: 1.14rem;

+ 1 - 0
src/pages/TaskManage/Popup/WorkOrderModal.less

@@ -2,6 +2,7 @@
   padding: 0.2rem 0.3rem 0rem 0.3rem;
   background-color: white;
   border-radius: 0.5rem;
+  min-height: 9.5rem;
 }
 
 .closeModalBtn {

+ 1 - 0
src/pages/TaskManage/Popup/index.less

@@ -5,6 +5,7 @@
   background-color: white;
   border-radius: 0.5rem;
   padding: 0.3rem;
+  min-height: 9.5rem;
   height: 100vh;
   overflow-y: scroll;
   :global {