|
@@ -149,6 +149,9 @@
|
|
|
margin-right: 0.2vw;
|
|
|
padding: 0px 10px;
|
|
|
width: max-content;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -204,9 +207,12 @@
|
|
|
border-radius: 20px 20px 20px 20px;
|
|
|
opacity: 1;
|
|
|
margin-bottom: 1.85vh;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
.item-title {
|
|
|
height: 4.17vh;
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 18px;
|
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #fbfbfb;
|
|
@@ -226,14 +232,21 @@
|
|
|
display: flex;
|
|
|
margin-top: 0.92vh;
|
|
|
.tag {
|
|
|
- padding: 0 1vw;
|
|
|
- height: 2.96vh;
|
|
|
- line-height: 2.96vh;
|
|
|
+ margin-bottom: 0.2vh;
|
|
|
+ //width: 3.13vw;
|
|
|
+ height: 1.96vh;
|
|
|
+ font-size: xx-small;
|
|
|
+ line-height: 1.96vh;
|
|
|
text-align: center;
|
|
|
background-color: #5d9a6d;
|
|
|
border-radius: 10px;
|
|
|
color: #f2f2f2;
|
|
|
- margin-right: 1vw;
|
|
|
+ margin-right: 0.2vw;
|
|
|
+ padding: 0px 10px;
|
|
|
+ width: max-content;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -255,16 +268,20 @@
|
|
|
}
|
|
|
|
|
|
.taskBtn {
|
|
|
- padding: 5px 10px;
|
|
|
+ height: 30px;
|
|
|
+ width: 60px;
|
|
|
+ // padding: 5px 10px;
|
|
|
border-radius: 30px;
|
|
|
- height: 35px;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
+ font-size: 14px;
|
|
|
background: linear-gradient(180deg, #FBE383 0%, #D9A411 100%);
|
|
|
- border-radius: 44px 44px 44px 44px;
|
|
|
- opacity: 1;
|
|
|
- border: 1px solid rgba(255,255,255,0.4);
|
|
|
- float:right;
|
|
|
+ // border-radius: 44px 44px 44px 44px;
|
|
|
+ // opacity: 1;
|
|
|
+ // border: 1px solid rgba(255,255,255,0.4);
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.issue-list {
|