|
@@ -2090,7 +2090,7 @@ onUnmounted(() => {
|
|
|
|
|
|
.list {
|
|
|
overflow-y: auto;
|
|
|
- max-height: calc(100vh - 100px);
|
|
|
+ max-height: calc(100vh - 80px);
|
|
|
background-color: var(--color-background-active);
|
|
|
/* padding-top: 8px; */
|
|
|
.input-search {
|
|
@@ -2101,6 +2101,7 @@ onUnmounted(() => {
|
|
|
z-index: 10;
|
|
|
padding: 16px;
|
|
|
color: #878f9c;
|
|
|
+ margin-top: -10px;
|
|
|
.btn {
|
|
|
background: #fff0;
|
|
|
img {
|