Skip to content

Commit

Permalink
style(useapicheck demo): modifiy useAPICheck demo style
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jun 28, 2021
1 parent 8b75b3d commit 64811f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/pages/useAPICheck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export default () => {
<AtButton onClick={() => changeSheetVisible(!sheetVisible)}>
选择示例API测试
</AtButton>
<View className="at-article__h2">当前选择API为:</View>
<View className="at-article__h3">当前选择API为:</View>
<View className="at-article__p">{selectionChecked}</View>
<View className="at-article__h2">当前选择API环境是否可用结果: </View>
<View className="at-article__h3">当前选择API环境是否可用结果: </View>
<View className="at-article__p">{canIUse.toString()}</View>
</DocPage>
<AtActionSheet
Expand Down

0 comments on commit 64811f9

Please # to comment.