fix: table view style

This commit is contained in:
Rongjian Zhang
2019-09-15 15:08:09 +08:00
parent cce67cccda
commit 9bc5c2b96a
6 changed files with 136 additions and 122 deletions

View File

@@ -155,7 +155,13 @@ class BorderView extends StatelessWidget {
Widget build(BuildContext context) {
return Row(
children: <Widget>[
SizedBox(width: leftPadding),
SizedBox(
width: leftPadding,
height: 1,
child: DecoratedBox(
decoration: BoxDecoration(color: PrimerColors.white),
),
),
Expanded(
child: SizedBox(
height: height,