更新沃棣背景适配
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
// child: Container(
|
||||
// decoration: BoxDecoration(
|
||||
// image: DecorationImage(
|
||||
// image: AssetImage('assets/img/bgNoImg.png'),
|
||||
// image: AssetImage(getBackgroundImageNoImage()),
|
||||
// fit: BoxFit.fill,
|
||||
// ),
|
||||
// ),
|
||||
|
||||
@@ -490,7 +490,7 @@ void showConfirmDialog(
|
||||
blurSigma: 3.0,
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
color: themeController.currentColor.sc17,
|
||||
color: themeController.currentColor.sc5,
|
||||
borderRadius: BorderRadius.circular(20.0),
|
||||
),
|
||||
padding: EdgeInsetsDirectional.fromSTEB(31.rpx, 0, 31.rpx, 0),
|
||||
|
||||
Reference in New Issue
Block a user