From 9cfccf5bd28a860fad48fe74ad7ea49d8af40dec Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 03 十一月 2022 12:52:27 +0800 Subject: [PATCH] 2022-11-03 --- src/pc/menushell/card.jsx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/pc/menushell/card.jsx b/src/pc/menushell/card.jsx index 0292f9e..c9b0756 100644 --- a/src/pc/menushell/card.jsx +++ b/src/pc/menushell/card.jsx @@ -63,6 +63,11 @@ if (isDragging) { style = { opacity: 0.3} } + + if (card.style && card.style.clear === 'left') { + style.clear = 'left' + } + let col = ' ant-col ant-col-' + (card.width || 24) if (card.type === 'login') { let height = '' -- Gitblit v1.8.0