From 07bb5673478041a6ab39e907c1ab30c121f23a62 Mon Sep 17 00:00:00 2001 From: buddy Date: Fri, 15 Dec 2023 22:38:42 +0800 Subject: [PATCH] refactor: limit web container width --- src/layout/container.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/container.less b/src/layout/container.less index 3c7115eb..a817c469 100644 --- a/src/layout/container.less +++ b/src/layout/container.less @@ -30,8 +30,8 @@ } } &-md { - width: @md-width; - height: @md-height; + width: @md-width !important; + height: @md-height !important; } &-lg { transform: matrix(1, 0, 0, 1, 0, 0) !important;