wangjuncheng
2025-05-16 b1398528bd9f5245f580285681cca6abc192c651
src/components/tools/Legend_mnfz.vue
@@ -31,7 +31,7 @@
<style lang="less" scoped>
.legend-container {
  padding: 1rem;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 100%;
@@ -40,6 +40,7 @@
}
.legend-title {
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
@@ -61,9 +62,10 @@
}
.legend-color-box {
  width: 60px;
  height: 10px;
  width: 4rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
}