@@ -186,6 +186,7 @@ const HistoryRecord = (props) => {
/>
<Button
className={styles.marginLeft}
+ style={{ height: '0.42rem' }}
type="primary"
onClick={() => handleSearch()}
>
@@ -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;
@@ -2,6 +2,7 @@
padding: 0.2rem 0.3rem 0rem 0.3rem;
background-color: white;
border-radius: 0.5rem;
+ min-height: 9.5rem;
}
.closeModalBtn {
@@ -5,6 +5,7 @@
padding: 0.3rem;
height: 100vh;
overflow-y: scroll;
:global {