@jecloud/plugin
Version:
JECloud 插件库
46 lines • 906 B
text/less
.je-workflow-history{
width: 100%;
height: 100%;
padding: 0 10px;
overflow: scroll;
margin-bottom: 10px;
&::-webkit-scrollbar {
width: 0px;
height: 0px;
}
table{
text-align: center;
border-top: 1px solid @border-color-base;
border-left: 1px solid @border-color-base;
width: 100%;
td,th{
border-right: 1px solid @border-color-base;
border-bottom: 1px solid @border-color-base;
height: 48px;
}
th{
background-color: #efefef;
height: 38px;
}
.gateway{
height: 32px;
background-color: #FEFED7;
}
.opinion-td{
padding: 0;
.opinion-table{
border-top:0;
border-left:0;
.countersign-title{
border-right: 0;
}
td:nth-of-type(4){
border-right:0;
}
tr:last-child td{
border-bottom: 0;
}
}
}
}
}