fix(代客充值): 页面样式改用bricks主题类(css:card),去掉硬编码暗色(#1E293B/#334155/#F1F5F9/#94A3B8)——跟随pipeline-app的data-theme暗/亮双主题,标题与说明文字颜色继承body
This commit is contained in:
parent
9bfd3fc556
commit
985e044dd5
@ -10,23 +10,20 @@
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"options": {
|
||||
"bgcolor": "#1E293B",
|
||||
"borderRadius": "10px",
|
||||
"border": "1px solid #334155",
|
||||
"css": "card",
|
||||
"padding": "20px",
|
||||
"cwidth": 40
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"widgettype": "Title3",
|
||||
"options": {"text": "代客充值", "color": "#F1F5F9"}
|
||||
"options": {"text": "代客充值"}
|
||||
},
|
||||
{
|
||||
"widgettype": "Text",
|
||||
"options": {
|
||||
"text": "输入客户用户名和充值金额,由管理员代为客户完成充值操作。",
|
||||
"color": "#94A3B8",
|
||||
"fontSize": "13px"
|
||||
"cfontsize": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user