This commit is contained in:
parent
8dacc2b6e7
commit
92c4c90239
@ -83,11 +83,7 @@ export default function Index({ title = '小程序页面配置' }) {
|
|||||||
let cssEndColor =
|
let cssEndColor =
|
||||||
res?.data?.config_value?.pageColorValue?.[1] || '#dffff3';
|
res?.data?.config_value?.pageColorValue?.[1] || '#dffff3';
|
||||||
setShowData(res?.data);
|
setShowData(res?.data);
|
||||||
// let newCss = `linear-gradient(180deg,rgba(255, 255, 255, 0.44) 0%,rgba(255, 255, 255, 0) 100%),linear-gradient(146deg, ${cssStrColor} 0%, rgba(255, 255, 255, 0) 37%),linear-gradient(194deg, ${cssEndColor} 0%, #f8f8f8 30%)`;
|
|
||||||
let newCss = `linear-gradient(180deg,rgba(208, 229, 255, 0.44) 0%,#f7f7f7 100%,rgba(255, 255, 255, 0) 100%),linear-gradient(145deg, ${cssStrColor} 3%,rgba(255, 255, 255, 0) 49%),linear-gradient(222deg, ${cssEndColor} 0%,#F7F7F7 67%)`;
|
let newCss = `linear-gradient(180deg,rgba(208, 229, 255, 0.44) 0%,#f7f7f7 100%,rgba(255, 255, 255, 0) 100%),linear-gradient(145deg, ${cssStrColor} 3%,rgba(255, 255, 255, 0) 49%),linear-gradient(222deg, ${cssEndColor} 0%,#F7F7F7 67%)`;
|
||||||
// let newCss =
|
|
||||||
// 'linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, #FFFFFF 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(145deg, #D3D7FF 3%, rgba(255, 255, 255, 0) 49%), linear-gradient(222deg, #84FFD8 0%, #F7F7F7 67%);';
|
|
||||||
|
|
||||||
setFormValues({
|
setFormValues({
|
||||||
...res?.data?.config_value,
|
...res?.data?.config_value,
|
||||||
pageColor: newCss,
|
pageColor: newCss,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user