forked from Gitlink/forgeplus-react
样式优化
This commit is contained in:
parent
258b6d651f
commit
b3c390df16
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue