From 0082fa417fb2af9add3406bf05ab3e3e45890c34 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Thu, 12 Jun 2025 14:30:02 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage

---
 src/views/job/components/TaskAlgorithmBusiness.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/job/components/TaskAlgorithmBusiness.vue b/src/views/job/components/TaskAlgorithmBusiness.vue
index d341fff..427e708 100644
--- a/src/views/job/components/TaskAlgorithmBusiness.vue
+++ b/src/views/job/components/TaskAlgorithmBusiness.vue
@@ -3,7 +3,7 @@
 	<div class="task-algorithm" v-if="showAlgorithm">
 		<el-select
 			:teleported="false"
-			:style="{ width: setWidth }"
+			:style="{ width: pxToRem(setWidth) }"
 			v-model="ai_types"
 			multiple
 			collapse-tags
@@ -18,7 +18,7 @@
 	<div class="task-business" v-if="showBusiness">
 		<el-select
 			:teleported="false"
-			:style="{ width: setWidth }"
+			:style="{ width: pxToRem(setWidth) }"
 			v-model="industry_type"
 			placeholder="请选择类型"
 			clearable
@@ -31,7 +31,7 @@
 
 <script setup>
 import { getMultipleDictionary } from '@/api/job/task'
-// import { pxToRem } from '@/utils/rem'
+import { pxToRem } from '@/utils/rem'
 
 // 接收父组件传参
 const props = defineProps({

--
Gitblit v1.9.3