| | |
| | | { height: 4.0, color: "#feb652" }, |
| | | { height: 5.0, color: "#fd7f06" }, |
| | | { height: 10.0, color: "#fe2b07" }, |
| | | { height: 30.0, color: "#4d0a08" } |
| | | ]); |
| | | onMounted(()=>{ |
| | | }) |
| | |
| | | |
| | | <style lang="less" scoped> |
| | | .legend-container { |
| | | padding: 1rem; |
| | | padding: 0.8rem; |
| | | border: 1px solid #ddd; |
| | | border-radius: 8px; |
| | | max-width: 100%; |
| | |
| | | } |
| | | |
| | | .legend-title { |
| | | margin-bottom: 8px; |
| | | width: 100%; |
| | | text-align: center; |
| | | letter-spacing: 2px; |
| | |
| | | } |
| | | |
| | | .legend-color-box { |
| | | width: 60px; |
| | | height: 10px; |
| | | width: 4rem; |
| | | height: 1rem; |
| | | margin-right: 0.5rem; |
| | | margin-left: 0.5rem; |
| | | display: inline-block; |
| | | } |
| | | |