样式优化

This commit is contained in:
谢思 2022-05-19 17:26:26 +08:00
parent 258b6d651f
commit b3c390df16
1 changed files with 7 additions and 1 deletions

View File

@ -155,8 +155,14 @@
}
}
}
.projectItemPopover{width: 1200px;}
.projectItemPopover{
width: 1200px;
.ant-popover-arrow{
border-width: 12px;
}
}
.projectItemPopover .ant-popover-inner{
transform: translateY(8px);
background-image:linear-gradient(180deg,#f1f5ff 0%,#ffffff 100%);
border:1px solid #ffffff;
border-radius:4px;