add padding to rpc page

pull/2/head
fuwa 5 years ago
parent e6e04b412e
commit db0d81a1e5

@ -113,6 +113,11 @@ Widget rpcView(String title, String body) {
(
children: <Widget>
[
Container(
height: 0,
margin: const EdgeInsets.only(bottom: 15),
),
Text
(
title,