forked from Gitlink/forgeplus-react
style
This commit is contained in:
parent
07a81578d9
commit
b1cc0af5c3
|
@ -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{
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue