mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 18:50:49 +08:00
fix(auth-files): polish selection UI and animate batch action bar
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:global(.modal-body) {
|
||||
padding: $spacing-md $spacing-lg;
|
||||
max-height: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,17 +40,17 @@
|
||||
|
||||
:global(.cm-mergeView) {
|
||||
height: 100%;
|
||||
overflow: auto !important;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: var(--bg-primary);
|
||||
}
|
||||
|
||||
:global(.cm-mergeViewEditors),
|
||||
:global(.cm-mergeViewEditor),
|
||||
:global(.cm-editor) {
|
||||
height: 100%;
|
||||
:global(.cm-mergeViewEditors) {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
:global(.cm-scroller) {
|
||||
overflow: auto;
|
||||
:global(.cm-mergeViewEditor) {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
:global(.cm-gutters) {
|
||||
|
||||
Reference in New Issue
Block a user