feat: 初步修改审批页面的样式,增加输入审批意见的对话框,修复打开草稿时tab页标题不对的bug
This commit is contained in:
@ -70,3 +70,26 @@ html[data-theme='light'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.geg-flow-page {
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
|
||||
.top-toolbar {
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.ant-input-affix-wrapper-disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.ant-input[disabled] {
|
||||
color: rgb(0 0 0 / 85%);
|
||||
}
|
||||
}
|
||||
|
||||
.page-bg-wrap {
|
||||
background-color: rgb(246 247 249);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user