更新配置
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
-->
|
||||
<div
|
||||
id="mokee-user-chip"
|
||||
data-api-base="http://127.0.0.1:9000"
|
||||
data-api-base="http://127.0.0.1:32000"
|
||||
></div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
-->
|
||||
<div
|
||||
id="mokee-user-chip"
|
||||
data-api-base="http://127.0.0.1:9000"
|
||||
data-api-base="http://127.0.0.1:32000"
|
||||
></div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -122,7 +122,7 @@ onMounted(fetchUploadedIcons)
|
||||
.arrow { color: var(--text-muted); flex-shrink: 0; }
|
||||
|
||||
.icon-overlay {
|
||||
position: fixed; inset: 0; z-index: 9000;
|
||||
position: fixed; inset: 0; z-index: 32000;
|
||||
background: rgba(0,0,0,0.35);
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user