mirror of
				https://github.com/jiangteng2019/satellite-track.git
				synced 2025-11-04 01:34:17 +00:00 
			
		
		
		
	'修改部分描述'
This commit is contained in:
		
							parent
							
								
									a7ce23820c
								
							
						
					
					
						commit
						4bcb86e12d
					
				@ -1,8 +1,8 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div id="cesiumContainer"></div>
 | 
					    <div id="cesiumContainer"></div>
 | 
				
			||||||
    <div class="operate_container">
 | 
					    <div class="operate_container">
 | 
				
			||||||
        <div class="menu_button" @click="drawer = !drawer" title="控制面板">
 | 
					        <div class="menu_button" @click="drawer = !drawer" title="卫星星座选择">
 | 
				
			||||||
            <img src="../../assets/menu.svg" width="28" height="28" alt="控制面板">
 | 
					            <img src="../../assets/menu.svg" width="28" height="28" alt="卫星星座选择">
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="menu_button" @click="drawerImport = !drawerImport" title="自定义导入TLE数据">
 | 
					        <div class="menu_button" @click="drawerImport = !drawerImport" title="自定义导入TLE数据">
 | 
				
			||||||
            <img src="../../assets/import.svg" width="28" height="28" alt="自定义导入TLE数据">
 | 
					            <img src="../../assets/import.svg" width="28" height="28" alt="自定义导入TLE数据">
 | 
				
			||||||
@ -15,7 +15,7 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <!-- 抽屉1 -->
 | 
					    <!-- 抽屉1 -->
 | 
				
			||||||
    <el-drawer v-model="drawer" title="控制面板" direction="ltr">
 | 
					    <el-drawer v-model="drawer" title="卫星星座选择" direction="ltr">
 | 
				
			||||||
        <el-checkbox-group v-model="checked" @change="handleSatelliteChange" :max=5>
 | 
					        <el-checkbox-group v-model="checked" @change="handleSatelliteChange" :max=5>
 | 
				
			||||||
            <template v-for="(item, index) in allSatellite" :key="index">
 | 
					            <template v-for="(item, index) in allSatellite" :key="index">
 | 
				
			||||||
                <el-row v-if="item.type === 'title'" class="satellite_type">{{ item.label }}</el-row>
 | 
					                <el-row v-if="item.type === 'title'" class="satellite_type">{{ item.label }}</el-row>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
let specialSatellite = [
 | 
					let specialSatellite = [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        label: "特殊卫星",
 | 
					        label: "卫星集合",
 | 
				
			||||||
        value: null,
 | 
					        value: null,
 | 
				
			||||||
        group: null,
 | 
					        group: null,
 | 
				
			||||||
        type: "title"
 | 
					        type: "title"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user