From 704f82b06befe96e5f739b2dce419f76f5683a6f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 15 八月 2022 09:27:54 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/templates/sharecomponent/actioncomponent/actionform/index.scss |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.scss b/src/templates/sharecomponent/actioncomponent/actionform/index.scss
index fab019a..5e09b99 100644
--- a/src/templates/sharecomponent/actioncomponent/actionform/index.scss
+++ b/src/templates/sharecomponent/actioncomponent/actionform/index.scss
@@ -4,6 +4,11 @@
     color: #1890ff;
     cursor: pointer;
   }
+  >.ant-row >.ant-col {
+    float: none;
+    display: inline-block;
+    vertical-align: top;
+  }
   .textarea {
     .ant-col-sm-7 {
       width: 14%;

--
Gitblit v1.8.0