diff --git a/src/components/draw-app/properties/StationProperty.vue b/src/components/draw-app/properties/StationProperty.vue index 438cff9..3699cf0 100644 --- a/src/components/draw-app/properties/StationProperty.vue +++ b/src/components/draw-app/properties/StationProperty.vue @@ -48,72 +48,107 @@ :options="optionsCircle" label="是否有圆圈" /> - - - - - - { - stationModel.fillColor = val; - onUpdate(); - } - " + + 位置 + + + + - - - - - - - - - - { - stationModel.borderColor = val; - onUpdate(); - } - " + - - - - + + + + + + + + + { + stationModel.fillColor = val; + onUpdate(); + } + " + /> + + + + + + + + + + { + stationModel.borderColor = val; + onUpdate(); + } + " + /> + + + + +