无人机管理后台前端(已迁走)
张含笑
2025-09-28 3958e3e5754f0eb9f2271f8889dafcd65e042e08
src/views/tickets/orderLog.vue
@@ -558,7 +558,8 @@
          <el-col :span="3">
            <el-time-picker
              style="width: 100px"
            class="timeStyle"
        :style="{width:pxToRem(140)}"
              v-model="form.deal_time"
              prop="deal_time"
              value-format="HH:mm"
@@ -833,6 +834,7 @@
</template>
<script>
import { pxToRem, pxToRemNum } from '@/utils/rem'
import { calculateDefaultRange } from '@/utils/util';
import {
  getList,
@@ -1711,6 +1713,7 @@
</script>
<style lang="scss" scoped>
:deep(.el-input-number) {
  width: 200px;
}