+
-
{{ layer.name }}
-
+
+ {{ layer.info.name || '未命名图层' }}
+
+
-
-
+
+
diff --git a/src/components/Canvas/components/fullscreen-dialog.vue b/src/components/Canvas/components/fullscreen-dialog.vue
index cca3d74..ae94f3b 100644
--- a/src/components/Canvas/components/fullscreen-dialog.vue
+++ b/src/components/Canvas/components/fullscreen-dialog.vue
@@ -69,6 +69,7 @@
position: absolute;
top: 3rem;
right: 3rem;
+ --my-info-bgColor: #fff;
}
> .close-btn {
cursor: pointer;
diff --git a/src/components/MyInfo.vue b/src/components/MyInfo.vue
index d763bdb..0d7a345 100644
--- a/src/components/MyInfo.vue
+++ b/src/components/MyInfo.vue
@@ -72,9 +72,9 @@
min-width: 18rem;
height: 4.3rem;
margin-right: 1rem;
- background-color: rgba(255, 252, 244, 1);
border: 1px solid #ffcf90;
border-radius: 0.8rem;
+ background-color: var(--my-info-bgColor, rgba(255, 252, 244, 1));
> .credits {
flex: 1;
font-size: 1.3rem;