From da8ae648b8720ceb6304a64c592133025f6c0cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 17 May 2021 14:55:18 +0800 Subject: [PATCH] =?UTF-8?q?enhance:=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/grid/source/css/common.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/grid/source/css/common.less b/themes/grid/source/css/common.less index 0ec8a10..3899901 100644 --- a/themes/grid/source/css/common.less +++ b/themes/grid/source/css/common.less @@ -28,6 +28,12 @@ &.cm-@{key}-@{media} { align-content: @value; } + .js-@{key}-@{media} { + justify-self: @value; + } + .ji-@{key}-@{media} { + justify-items: @value; + } }); @cross-axis-align: { start: flex-start;