mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 10:40:50 +08:00
refactor(AuthFilesPage): optimize provider list generation using useMemo for better performance
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use '../../styles/variables' as *;
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
position: relative;
|
||||
@@ -143,7 +145,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sourceItem, .aliasItem {
|
||||
.sourceItem,
|
||||
.aliasItem {
|
||||
cursor: grab;
|
||||
|
||||
&:active {
|
||||
@@ -175,8 +178,7 @@
|
||||
right: -3px;
|
||||
}
|
||||
|
||||
.aliasItem {
|
||||
}
|
||||
.aliasItem {}
|
||||
|
||||
.providerBadge {
|
||||
font-size: 11px;
|
||||
@@ -320,4 +322,4 @@
|
||||
&:hover {
|
||||
background: var(--bg-error-light);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user