feat: 初步修改审批页面的样式,增加输入审批意见的对话框,修复打开草稿时tab页标题不对的bug

This commit is contained in:
gaoyunqi
2024-02-21 15:52:18 +08:00
parent 4e4ef58105
commit 5ce61fa5e5
6 changed files with 335 additions and 21 deletions

View File

@ -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;
}