fix:提示栏背景颜色调整 #249

Merged
zhaohui merged 1 commits from fix/change_task into test 1 year ago

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

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

Loading…
Cancel
Save