From b1cc0af5c369200971192e44ef2a4c9b06aec6e0 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 16 Jul 2020 18:52:32 +0800 Subject: [PATCH] style --- src/forge/Order/index.scss | 1 + src/forge/Order/order.css | 30 +----------------------------- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/src/forge/Order/index.scss b/src/forge/Order/index.scss index d74e1d1b..b3b4c45e 100644 --- a/src/forge/Order/index.scss +++ b/src/forge/Order/index.scss @@ -2,6 +2,7 @@ background:rgba(250,250,250,1); border:1px solid rgba(221,221,221,1); padding-left: 20px; + box-sizing: border-box; } .searchBanner{ diff --git a/src/forge/Order/order.css b/src/forge/Order/order.css index 00adc0f3..24f10d34 100644 --- a/src/forge/Order/order.css +++ b/src/forge/Order/order.css @@ -38,19 +38,11 @@ } .detail_p { display: flex; - /*padding:10px;*/ - /*width: 80%;*/ - /*padding-left: 15px;*/ - /*margin: auto;*/ } .detail_right { - /*display: flex;*/ flex-grow: 1; text-align: right; - /*width: 15%;*/ - /*padding-left: 15px;*/ - /*margin: auto; */ } .commit_p { font-size: 12px; @@ -311,7 +303,6 @@ padding: 0px 12px; text-align: center; height: 32px; - /*width: 110px;*/ border-radius: 4px; line-height: 32px; } @@ -333,7 +324,6 @@ .topWrapper_detali { display: flex; - /*height: 35px;*/ background-color: #eee; align-items: center; margin-bottom: 10px; @@ -360,9 +350,6 @@ border: 1px solid #f4f4f4; margin-left: 15px; padding: 10px; - /*padding-top: 0px;*/ - /*padding-left: 0px;*/ - /*margin-right: 15px;*/ position: relative; background: #ffffff; border-radius: 4px; @@ -414,12 +401,6 @@ .text-right { text-align: right; } -/*.tagList > div > span{*/ -/*display: block*/ -/*}*/ -/*.tagList > div > span:nth-child(2){*/ -/*width: 450px;*/ -/*}*/ .tagColor { display: inline-block; width: 28px; @@ -524,14 +505,9 @@ border-radius: 6px; } .journal-list-item { - padding: 10px; + padding: 10px 0px; } -/*.DetailRight > p >span:nth-child(1){*/ -/*min-width: 90px;*/ -/*margin-right: 15px;*/ -/*text-align: right;*/ -/*}*/ .span_title { min-width: 40px; margin-right: 15px; @@ -568,7 +544,6 @@ a.issue-type-button.active:hover { } .item-list-right { width: 74%; - /* padding: 10px; */ } .detail_edit_action { padding: 10px; @@ -650,8 +625,6 @@ a.issue-type-button.active:hover { } .issue_detail_info { width: 65px; - /* margin-right: 15px; - text-align: right; */ color: #888888; } .list-left-padding { @@ -683,7 +656,6 @@ a.issue-type-button.active:hover { padding-left: 20px; box-sizing: border-box; } -/* .comment-background .ant-list-split .ant-list-item:last-child{border-bottom: 1px solid #e8e8e8;} */ .border-top-e { border-top: 1px solid #e8e8e8; }