@@ -25,7 +25,11 @@
</el-form-item>
</div>
<div class="right">
- <el-select style="width: 100px" v-model:modelValue="currentMaptype">
+ <el-select
+ style="width: 100px"
+ v-model:modelValue="currentMaptype"
+ v-if="currentType(0)"
+ >
<el-option key="2d" label="矢量图" :value="0" />
<el-option key="state" label="卫星图" :value="1" />
</el-select>
@@ -58,4 +58,14 @@ watchEffect(() => {
top: 0;
bottom: 0;
}
+:global(.el-cascader-node__label) {
+ max-width: 130px;
+}
+:global(.el-cascader-menu) {
+ min-width: 80px;
+ /* max-width: 180px; */
+:global(.el-cascader-node) {
+ padding: 0 15px 0 10px;
</style>
@@ -15,7 +15,7 @@ export const RouteName = {
role: "role",
sceneInitiator: "sceneInitiator",
sceneVisitor: "sceneVisitor",
- setting: "setting",
+ setting: "system",
noCase: "no-case",
} as const;