fix: 修复只读模式下表单tab页出现保存按钮的bug
fix: 根据新UI规范略微调整样式
This commit is contained in:
@ -72,7 +72,6 @@ html[data-theme='light'] {
|
||||
}
|
||||
|
||||
.geg-flow-page {
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
|
||||
.top-toolbar {
|
||||
@ -91,5 +90,6 @@ html[data-theme='light'] {
|
||||
|
||||
.page-bg-wrap {
|
||||
background-color: rgb(246 247 249);
|
||||
padding: 10px;
|
||||
padding: 12px 12px 0 12px;
|
||||
margin: 12px 12px 0 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user