vectorized rung builder
This commit is contained in:
@@ -55,7 +55,6 @@ import {HLine} from "@/charts/shape.js";
|
||||
const s = useStore()
|
||||
const os = useOrderStore()
|
||||
const co = useChartOrderStore()
|
||||
const theme = useTheme().current
|
||||
const props = defineProps(['order', 'builder'])
|
||||
const emit = defineEmits(['update:builder'])
|
||||
|
||||
@@ -251,6 +250,7 @@ function setModelValue(model, value) {
|
||||
|
||||
<style scoped lang="scss">
|
||||
td.weight {
|
||||
width: 11em;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user