From 4319067c1c4ed1835f2fe24e12af00da5bdef401 Mon Sep 17 00:00:00 2001
From: caicai8 <1149225589@qq.com>
Date: Wed, 22 Apr 2020 14:31:10 +0800
Subject: [PATCH] dropdown
---
src/forge/Order/Detail.js | 7 +------
src/forge/Order/order.css | 10 ++++++++--
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/src/forge/Order/Detail.js b/src/forge/Order/Detail.js
index a1a7c927d..0c5e67b50 100644
--- a/src/forge/Order/Detail.js
+++ b/src/forge/Order/Detail.js
@@ -502,11 +502,6 @@ class Detail extends Component{
- {/* */}
-
{data&&data.description&&(data.description.length > 0)?this.commentCtx(data.description): 没有描述}
{
@@ -518,7 +513,7 @@ class Detail extends Component{
-
+
diff --git a/src/forge/Order/order.css b/src/forge/Order/order.css
index a8f03cc36..de328091d 100644
--- a/src/forge/Order/order.css
+++ b/src/forge/Order/order.css
@@ -513,7 +513,7 @@ a.issue-type-button.active:hover{background: #f4f4f4; color: #4CACFF;}
.ml10{margin-left: 10px;}
.lineH32{line-height: 32px;}
.lineH40{line-height: 40px;}
-.item-list-right{width: 74%; padding: 10px 15px 10px 0}
+.item-list-right{width: 74%; padding: 0px 15px 10px 0}
.detail_edit_action{padding:10px; color: #999; cursor: pointer; line-height: 40px;}
.attachmentsList{
margin-left:4px;
@@ -525,4 +525,10 @@ a.issue-type-button.active:hover{background: #f4f4f4; color: #4CACFF;}
.attachment-list-a{color: rgba(0, 0, 0, 0.65) !important;}
.btp1{border-top: 1px solid #f4f4f4;}
.grid-item{display: grid; align-items: center; grid-template-columns: max-content 1fr;}
-.fwb{font-weight: bold;}
\ No newline at end of file
+.fwb{font-weight: bold;}
+
+/* 发布人、指派人数量过多时要出现滚动条 */
+.ant-dropdown-menu{
+ max-height: 350px;
+ overflow-y:auto;
+}
\ No newline at end of file