Browse Source

fix: 调整输入产品名称文案

周玉环 17 hours ago
parent
commit
14da5de4e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      xinkeaboard-promotion-portal/src/components/CountrySelct.vue

+ 2 - 2
xinkeaboard-promotion-portal/src/components/CountrySelct.vue

@@ -3,7 +3,7 @@
     <el-input
       v-model="productName"
       clearable
-      placeholder="第一步:输入你的产品名称,选择目标区域市场"
+      placeholder="第一步:输入你的产品名称,并在右方选择目标区域市场"
     />
     <span class="country-wrap">
       <el-dropdown ref="dropdown" trigger="contextmenu" popper-class="country-popper">
@@ -170,7 +170,7 @@ defineExpose({
   align-items: center;
 
   :deep(.el-input) {
-    width: 412px !important;
+    width: 504px !important;
     height: 48px !important;
   }