This commit is contained in:
parent
12b16a874c
commit
598e5c998a
|
@ -184,11 +184,11 @@
|
||||||
|
|
||||||
function classFun(type){
|
function classFun(type){
|
||||||
if(type == '-1'){
|
if(type == '-1'){
|
||||||
return 'background: linear-gradient(180deg, #4ad5b9, #18a689);';
|
return 'background: linear-gradient(180deg, #63c4e4, #24a7d5);';
|
||||||
}else if(type == '0'){
|
}else if(type == '0'){
|
||||||
return 'background: linear-gradient(180deg, #fea317, #ff7d28);';
|
return 'background: linear-gradient(180deg, #fea317, #ff7d28);';
|
||||||
}else if(type == '1'){
|
}else if(type == '1'){
|
||||||
return 'background: linear-gradient(180deg, #f84444, #d40505)';
|
return 'background: linear-gradient(180deg, #fb8c7f, #f56670)';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function getStatus(flag){
|
function getStatus(flag){
|
||||||
|
@ -242,10 +242,10 @@
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
background: linear-gradient(90deg, #93d861, #8ddc53, #35c495);
|
background: linear-gradient(90deg, #93d861, #8ddc53, #35c495);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 17px 10px 10px 10px;
|
padding: 10px 10px 4px 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -33px;
|
top: -30px;
|
||||||
right: -404px;
|
right: -406px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -185,11 +185,11 @@
|
||||||
|
|
||||||
function classFun(type){
|
function classFun(type){
|
||||||
if(type == '-1'){
|
if(type == '-1'){
|
||||||
return "background: #fe1a1a";
|
return 'background: linear-gradient(180deg, #ff816b, #fe748e);';
|
||||||
}else if(type == '0'){
|
}else if(type == '0'){
|
||||||
return "background: #c6c209";
|
return 'background: linear-gradient(180deg, #fea317, #ff7d28);';
|
||||||
}else if(type == '1'){
|
}else if(type == '1'){
|
||||||
return "background: #18a689";
|
return 'background: linear-gradient(180deg, #61c4e3, #23a6d4)';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -288,11 +288,11 @@ function getCctype(record, type) {
|
||||||
|
|
||||||
function classFun(record) {
|
function classFun(record) {
|
||||||
if (record.stuscore) {
|
if (record.stuscore) {
|
||||||
return 'background: linear-gradient(180deg, #4ad5b9, #18a689);';
|
return 'background: linear-gradient(180deg, #fb8c7f, #f56670);';
|
||||||
} else if (record.stuFilePath) {
|
} else if (record.stuFilePath) {
|
||||||
return 'background: linear-gradient(180deg, #fea317, #ff7d28);';
|
return 'background: linear-gradient(180deg, #fea317, #ff7d28);';
|
||||||
} else {
|
} else {
|
||||||
return 'background: linear-gradient(180deg, #f84444, #d40505)';
|
return 'background: linear-gradient(180deg, #61c4e3, #23a6d4)';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function callText(record) {
|
function callText(record) {
|
||||||
|
@ -440,9 +440,9 @@ onMounted(() => {
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
background: linear-gradient(90deg, #93d861, #8ddc53, #35c495);
|
background: linear-gradient(90deg, #93d861, #8ddc53, #35c495);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 17px 10px 10px 10px;
|
padding: 10px 0px 5px 0px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -68px;
|
top: -65px;
|
||||||
right: -400px;
|
right: -400px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in New Issue