fixed web url
This commit is contained in:
@@ -130,11 +130,14 @@ class _LoginDesktopPageState extends State<LoginDesktopPage> {
|
||||
kIsWeb
|
||||
? Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 20.0.h()),
|
||||
child: Image.asset(
|
||||
AssetsManager.webLoginImage,
|
||||
width: 796.0,
|
||||
height: 944.0,
|
||||
fit: BoxFit.fitWidth,
|
||||
child: ClipRRect(
|
||||
borderRadius: BorderRadiusGeometry.circular(32),
|
||||
child: Image.asset(
|
||||
AssetsManager.webLoginImage,
|
||||
width: 796.0,
|
||||
height: 944.0,
|
||||
fit: BoxFit.fitWidth,
|
||||
),
|
||||
),
|
||||
)
|
||||
: Container(),
|
||||
|
||||
Reference in New Issue
Block a user