调整 PluginCardListView 组件的样式

This commit is contained in:
jxxghp
2025-05-24 09:09:24 +08:00
parent 912d8ced93
commit ad51d4e4f3

View File

@@ -1508,10 +1508,10 @@ function onDragEndPlugin(evt: any) {
.remove-from-folder-btn {
position: absolute;
top: 8px;
right: 8px;
top: 4px;
right: 4px;
z-index: 10;
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(4px);
border-radius: 50%;
opacity: 0;