This commit is contained in:
tianlong 2023-04-24 11:22:28 +08:00
parent 797688e4fd
commit 75411b8fe9

View File

@ -134,85 +134,7 @@
<div ref="ASdivisionDiv" class="ASdivision"></div>
</div>
</div>
<div class="legend">
<p>图例</p>
<div class="mt-4">
<el-checkbox-group @change="change()" v-model="checkedCities">
<el-checkbox
checked
style="
background: rgba(102, 142, 214, 0.8);
border: 1px solid rgba(102, 142, 214, 1);
"
label="小麦"
/>
<el-checkbox
checked
style="
background: rgba(255, 225, 104, 0.8);
border: 1px solid rgba(255, 225, 104, 1);
"
label="玉米"
/>
<el-checkbox
checked
style="
background: rgba(156, 220, 130, 0.8);
border: 1px solid rgba(156, 220, 130, 1);
"
label="大豆"
/>
<el-checkbox
checked
style="
background: rgba(209, 91, 127, 0.8);
border: 1px solid rgba(209, 91, 127, 1);
"
label="地瓜"
/>
<el-checkbox
checked
style="
background: rgba(212, 236, 89, 0.8);
border: 1px solid rgba(212, 236, 89, 1);
"
label="花生"
/>
<el-checkbox
checked
style="
background: rgba(50, 211, 235, 0.8);
border: 1px solid rgba(50, 211, 235, 1);
"
label="蓝莓"
/>
<el-checkbox
checked
style="
background: rgba(91, 196, 159, 0.8);
border: 1px solid rgba(91, 196, 159, 1);
"
label="茶叶"
/>
<el-checkbox
checked
style="
background: rgba(254, 182, 77, 0.8);
border: 1px solid rgba(254, 182, 77, 1);
"
label="马铃薯"
/>
<el-checkbox
checked
style="
background: rgba(250, 129, 109, 0.8);
border: 1px solid rgba(250, 129, 109, 1);
"
label="白菜和萝卜"
/>
</el-checkbox-group>
</div>
</div>
<div class="bottom_center">
<TimeLine />
</div>