This commit is contained in:
parent
ce1e93e09e
commit
bbfb3f8c1b
|
@ -1429,7 +1429,7 @@ const colorList = [
|
|||
{ color2: "rgba(76,174,254,1)" },
|
||||
];
|
||||
const bt = computed(() => {
|
||||
return function (index) {
|
||||
return (index)=> {
|
||||
let str = `--i:${colorList[index].color2}`;
|
||||
return str;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue