-
+
- {{ format(item.sendTime, 'dd') }}
+ {{ format(item.sendTime, "dd") }}
- {{ format(item.sendTime, 'yyyy-MM') }}
+ {{ format(item.sendTime, "yyyy-MM") }}
@@ -150,29 +185,25 @@ function getMore() {
{{ item.titile }}
-
- 审批节点:{{ item.tag.nodeName }}
-
+
审批节点:{{ item.tag.nodeName }}
审批状态:{{ item.tag.states }}
{{ item.tag.sendUserName }}
- {{ format(item.sendTime, 'yyyy-MM-dd HH:mm:ss') }}
+ {{ format(item.sendTime, "yyyy-MM-dd HH:mm:ss") }}
{{ item.userName }}
- {{ format(item.sendTime, 'yyyy-MM-dd HH:mm:ss') }}
+ {{ format(item.sendTime, "yyyy-MM-dd HH:mm:ss") }}
-
- 查看
-
+
查看
- 查看更多
![]()
+ 查看更多
@@ -185,15 +216,15 @@ function getMore() {
flex: 1;
flex-direction: column;
box-sizing: border-box;
- background: #FFF;
+ background: #fff;
border-radius: 3px;
height: calc(100vh - 88px);
position: relative;
- .header{
+ .header {
padding: 24px;
- &-title{
+ &-title {
font-size: 20px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 600;
@@ -201,7 +232,7 @@ function getMore() {
line-height: 28px;
}
- .clear{
+ .clear {
font-size: 14px;
font-family: PingFang SC, PingFang SC-Regular;
color: #666666;
@@ -210,7 +241,7 @@ function getMore() {
display: flex;
align-items: center;
- .icon-clear{
+ .icon-clear {
width: 16px;
height: 16px;
margin-right: 6px;
@@ -218,20 +249,20 @@ function getMore() {
}
}
- .content{
+ .content {
display: flex;
- .slider{
- .icon{
+ .slider {
+ .icon {
width: 17px;
height: 17px;
}
- .icon-arrow{
+ .icon-arrow {
width: 14px;
height: 14px;
}
- .item{
+ .item {
width: 200px;
height: 44px;
position: relative;
@@ -240,32 +271,32 @@ function getMore() {
align-items: center;
justify-content: space-between;
cursor: pointer;
- &-active{
- background: rgba(80,122,253,.1);
+ &-active {
+ background: rgba(80, 122, 253, 0.1);
}
}
- .item-left{
+ .item-left {
align-items: center;
}
- .text{
+ .text {
font-size: 14px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 600;
color: #333333;
margin-left: 12px;
- &-active{
- color: #507AFD;
+ &-active {
+ color: #507afd;
}
}
- .icon-arrow{
+ .icon-arrow {
width: 14px;
height: 14px;
}
- .line{
+ .line {
position: absolute;
width: 3px;
height: 44px;
@@ -275,7 +306,7 @@ function getMore() {
}
}
- .list{
+ .list {
margin-left: 24px;
flex: 1;
overflow-y: auto;
@@ -284,7 +315,7 @@ function getMore() {
height: calc(100vh - 88px - 76px);
padding-right: 24px;
- .more{
+ .more {
display: flex;
align-items: center;
justify-content: center;
@@ -298,14 +329,14 @@ function getMore() {
background: #fff;
cursor: pointer;
- .icon-more{
+ .icon-more {
width: 14px;
height: 14px;
margin-left: 6px;
}
}
- .item{
+ .item {
display: flex;
align-items: center;
justify-content: space-between;
@@ -313,16 +344,16 @@ function getMore() {
padding: 16px 0 8px 25px;
border-bottom: 1px solid #eeeeee;
- &-disabled{
+ &-disabled {
opacity: 0.5;
}
}
- .pt0{
+ .pt0 {
padding-top: 0;
}
- .num{
+ .num {
font-size: 32px;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
font-weight: 600;
@@ -332,7 +363,7 @@ function getMore() {
position: relative;
}
- .date{
+ .date {
font-size: 12px;
font-family: PingFang SC, PingFang SC-Regular;
text-align: left;
@@ -340,7 +371,7 @@ function getMore() {
line-height: 17px;
}
- .point{
+ .point {
position: absolute;
right: -2px;
top: 5px;
@@ -350,7 +381,7 @@ function getMore() {
background: #ff4e4f;
}
- .left{
+ .left {
width: 80px;
height: 64px;
border-right: 1px solid #e8e8e8;
@@ -360,18 +391,18 @@ function getMore() {
justify-content: center;
}
- .middle{
+ .middle {
flex: 1;
padding-left: 20px;
}
- .status{
+ .status {
display: flex;
align-items: center;
// margin-top: 8px;
}
- .tag{
+ .tag {
padding: 0 8px;
height: 24px;
border-radius: 2px;
@@ -384,22 +415,22 @@ function getMore() {
align-items: center;
}
- .tag-blue{
- background: rgba(80,122,253,0.10);
+ .tag-blue {
+ background: rgba(80, 122, 253, 0.1);
color: #507afd;
}
- .tag-red{
+ .tag-red {
color: #ff4e4f;
- background: rgba(255,78,79,0.10);
+ background: rgba(255, 78, 79, 0.1);
}
- .tag-green{
- color: #3EE199;
- background: rgba(62,225,153,0.10);
+ .tag-green {
+ color: #3ee199;
+ background: rgba(62, 225, 153, 0.1);
}
- .title{
+ .title {
font-size: 16px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 600;
@@ -408,7 +439,7 @@ function getMore() {
line-height: 25px;
}
- .subtitle{
+ .subtitle {
font-size: 12px;
font-family: PingFang SC, PingFang SC-Regular;
text-align: left;
@@ -417,11 +448,11 @@ function getMore() {
// margin-top: 8px;
}
- .name{
+ .name {
margin-right: 16px;
}
- .look{
+ .look {
font-size: 14px;
font-family: PingFang SC, PingFang SC-Regular;
text-align: left;
@@ -430,7 +461,6 @@ function getMore() {
cursor: pointer;
}
}
-
}
}