This commit is contained in:
2022-05-30 16:22:33 +08:00
245 changed files with 3942 additions and 237 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zhangdongxue zhangdongxue@uz.cn
* @Date: 2022-05-26 13:16:03
* @LastEditors: zhangdongxue zhangdongxue@uz.cn
* @LastEditTime: 2022-05-27 14:30:37
* @LastEditTime: 2022-05-30 16:21:27
* @FilePath: /gl_dao/lib/main_color.dart
* @Description: 封装色值
*/
@@ -15,8 +15,7 @@ const tMainRedColor = Color(0xffc70909);
const tMainBg = Color(0xfff9f9f9);
const tTextColor = Color(0xff333333);
const tTextColor333 = Color(0xff333333);
const tTextColor666 = Color(0xff666666);
const tTextColor999 = Color(0xff999999);