@@ -98,6 +98,7 @@
background-color: #fff;
border-radius: 0.5rem;
width: 1.5rem;
+ height: 0.5rem;
letter-spacing: 0.05rem;
color: rgba(23, 85, 255, 1);
font-size: 0.32rem;
@@ -86,6 +86,7 @@
@@ -85,6 +85,7 @@
@@ -213,7 +213,7 @@ const MandateDetail = (props) => {
<Col className={styles.fontS32} style={{ fontWeight: '600' }}>
任务内容:
</Col>
- <Col className={styles.fontS32} span={19}>
+ <Col className={styles.fontS32} span={20}>
<Table
className={styles.taskTable}
columns={columns}
@@ -65,6 +65,7 @@
.rightButton {
flex: auto;
color: #5697e4;
background-color: #ffffff;