Merge pull request 'fix:提示栏背景颜色调整' (#249) from fix/change_task into test

Reviewed-on: #249
pull/250/head
赵辉 1 year ago
commit a27866f409

@ -37,6 +37,7 @@ function setAsideItemName(text) {
}
:deep(.header_wrap){
margin-top: 3px !important;
background: #FFFFFF;
}
.main {
display: flex;

@ -34,6 +34,7 @@ const ApprovalOver = (packageId) => {
<style lang="less" scoped>
:deep(.header_wrap){
margin-top: 3px !important;
background: #FFFFFF;
}
.main {
display: flex;
@ -44,4 +45,5 @@ const ApprovalOver = (packageId) => {
:deep(.ip_box){
z-index: 10;
}
</style>

Loading…
Cancel
Save