--- order: 1 title: zh-CN: 单位 en-US: Unit --- ## zh-CN 通过前缀和后缀添加单位。 ## en-US Add unit through `prefix` and `suffix`. ```tsx import { LikeOutlined } from '@ant-design/icons'; import { Col, Row, Statistic } from 'antd'; import React from 'react'; const App: React.FC = () => ( } /> ); export default App; ```