wangjuncheng
2025-05-23 0b5231c1d5ec3af4e6f75d80da6ffe350567843d
src/components/tools/Legend_mnfz.vue
@@ -24,6 +24,7 @@
  { height: 4.0, color: "#feb652" },
  { height: 5.0, color: "#fd7f06" },
  { height: 10.0, color: "#fe2b07" },
  { height: 30.0, color: "#4d0a08" }
]);
onMounted(()=>{ 
})
@@ -31,7 +32,7 @@
<style lang="less" scoped>
.legend-container {
  padding: 1rem;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 100%;
@@ -40,6 +41,7 @@
}
.legend-title {
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
@@ -61,9 +63,10 @@
}
.legend-color-box {
  width: 60px;
  height: 10px;
  width: 4rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
}