配合 amis 实现前端界面显示

This commit is contained in:
shikong 2023-05-31 22:21:04 +08:00
parent 6c987e3c0e
commit cf35b31382

View File

@ -85,7 +85,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "A. ${option_a}" "label": "A. ${option_a}"
}, },
@ -98,7 +99,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "B. ${option_b}" "label": "B. ${option_b}"
}, },
@ -111,7 +113,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "C. ${option_c}" "label": "C. ${option_c}"
}, },
@ -124,7 +127,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "D. ${option_d}" "label": "D. ${option_d}"
}, },
@ -137,7 +141,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "E. ${option_e}" "label": "E. ${option_e}"
}, },
@ -150,7 +155,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "F. ${option_f}" "label": "F. ${option_f}"
}, },
@ -163,7 +169,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "G. ${option_g}" "label": "G. ${option_g}"
}, },
@ -176,7 +183,8 @@
"backgroundColor": "#2468f2", "backgroundColor": "#2468f2",
"borderColor": "#2468f2", "borderColor": "#2468f2",
"color": "#fff", "color": "#fff",
"font-size": "16px" "font-size": "16px",
"max-width": "none"
}, },
"label": "H. ${option_h}" "label": "H. ${option_h}"
} }