配合 amis 实现前端界面显示
This commit is contained in:
parent
6c987e3c0e
commit
cf35b31382
@ -85,7 +85,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "A. ${option_a}"
|
||||
},
|
||||
@ -98,7 +99,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "B. ${option_b}"
|
||||
},
|
||||
@ -111,7 +113,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "C. ${option_c}"
|
||||
},
|
||||
@ -124,7 +127,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "D. ${option_d}"
|
||||
},
|
||||
@ -137,7 +141,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "E. ${option_e}"
|
||||
},
|
||||
@ -150,7 +155,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "F. ${option_f}"
|
||||
},
|
||||
@ -163,7 +169,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "G. ${option_g}"
|
||||
},
|
||||
@ -176,7 +183,8 @@
|
||||
"backgroundColor": "#2468f2",
|
||||
"borderColor": "#2468f2",
|
||||
"color": "#fff",
|
||||
"font-size": "16px"
|
||||
"font-size": "16px",
|
||||
"max-width": "none"
|
||||
},
|
||||
"label": "H. ${option_h}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user