fix: 注册表单仅输入区域滚动,暗色主题输入框颜色优化
- 注册Tab结构: Text(固定) + VScrollPanel(仅Form) + Button(固定) - 暗色主题输入框背景 #0f172a -> #1e293b,更协调
This commit is contained in:
parent
d1b3ca0914
commit
b0d6b59613
@ -217,7 +217,7 @@
|
|||||||
border-bottom-color: #818cf8 !important;
|
border-bottom-color: #818cf8 !important;
|
||||||
}
|
}
|
||||||
[data-theme="dark"] .login-window .inputbox {
|
[data-theme="dark"] .login-window .inputbox {
|
||||||
background: #0f172a !important;
|
background: #1e293b !important;
|
||||||
border-color: #475569 !important;
|
border-color: #475569 !important;
|
||||||
color: #e2e8f0 !important;
|
color: #e2e8f0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -121,12 +121,8 @@
|
|||||||
"name": "register",
|
"name": "register",
|
||||||
"label": "注册账号",
|
"label": "注册账号",
|
||||||
"content": {
|
"content": {
|
||||||
"widgettype": "VScrollPanel",
|
|
||||||
"options": {"height": "100%"},
|
|
||||||
"subwidgets": [
|
|
||||||
{
|
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {"gap": "8px"},
|
"options": {"gap": "8px", "height": "100%"},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "Text",
|
"widgettype": "Text",
|
||||||
@ -136,6 +132,10 @@
|
|||||||
"css": "login-desc"
|
"css": "login-desc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"widgettype": "VScrollPanel",
|
||||||
|
"options": {"height": "100%", "flex": "1"},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "Form",
|
"widgettype": "Form",
|
||||||
"id": "register_form",
|
"id": "register_form",
|
||||||
@ -162,6 +162,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"widgettype": "Button",
|
"widgettype": "Button",
|
||||||
@ -179,8 +181,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user