样式
This commit is contained in:
@@ -77,8 +77,9 @@ class SitePage extends GetView<SiteController> {
|
|||||||
Text(
|
Text(
|
||||||
"无预约车辆加氢",
|
"无预约车辆加氢",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: const Color(0xFF666666),
|
color: Color.fromRGBO(51, 51, 51, 1),
|
||||||
fontSize: 13.sp,
|
fontSize: 13.sp,
|
||||||
|
fontWeight: FontWeight.w400
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user