优化
This commit is contained in:
@@ -272,6 +272,7 @@ body,
|
||||
.ps-panel-body {
|
||||
color: var(--color-ps-text);
|
||||
overscroll-behavior: none;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.ps-panel-body input[type="number"],
|
||||
@@ -845,6 +846,7 @@ body,
|
||||
|
||||
.mobile-export-card-body {
|
||||
padding: 18px 18px 20px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.mobile-export-card-locked {
|
||||
@@ -927,10 +929,11 @@ body,
|
||||
|
||||
.mobile-file-card {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 14px;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 12px;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user