|
@@ -469,7 +469,7 @@ const Environment: React.FC = () => {
|
|
|
<Icon
|
|
|
className=""
|
|
|
type="youren"
|
|
|
- style={{ color: '#CE9F27', fontWeight: 'bold' }}
|
|
|
+ style={{ color: '#CE9F27', fontWeight: 'bold', fontSize: '9px' }}
|
|
|
></Icon>
|
|
|
有人
|
|
|
</span>
|
|
@@ -477,7 +477,7 @@ const Environment: React.FC = () => {
|
|
|
<Icon
|
|
|
className=""
|
|
|
type="wuren"
|
|
|
- style={{ color: '#8B949E', fontWeight: 'bold' }}
|
|
|
+ style={{ color: '#8B949E', fontWeight: 'bold', fontSize: '9px' }}
|
|
|
></Icon>
|
|
|
无人
|
|
|
</span>
|
|
@@ -632,7 +632,7 @@ const Environment: React.FC = () => {
|
|
|
<Icon
|
|
|
className=""
|
|
|
type="youren"
|
|
|
- style={{ color: '#CE9F27', fontWeight: 'bold' }}
|
|
|
+ style={{ color: '#CE9F27', fontWeight: 'bold' ,fontSize: '9px'}}
|
|
|
></Icon>
|
|
|
</div>
|
|
|
)}
|
|
@@ -653,7 +653,7 @@ const Environment: React.FC = () => {
|
|
|
<Icon
|
|
|
className=""
|
|
|
type="wuren"
|
|
|
- style={{ color: '#8B949E', fontWeight: 'bold' }}
|
|
|
+ style={{ color: '#8B949E', fontWeight: 'bold',fontSize: '9px' }}
|
|
|
></Icon>
|
|
|
</div>
|
|
|
)}
|