Explorar el Código

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

liujia hace 1 día
padre
commit
08a435e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>