Browse Source

feat: 暂时禁用家具自身旋转功能;

liujia 1 day ago
parent
commit
08a435e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/RadarEditor/index.vue

+ 1 - 0
src/components/RadarEditor/index.vue

@@ -146,6 +146,7 @@
                             v-model:value="furniture.rotate"
                             size="small"
                             :style="inputStyle"
+                            disabled
                           >
                             <a-select-option :value="0">0°</a-select-option>
                             <a-select-option :value="90">90°</a-select-option>