فهرست منبع

Merge branch 'recruit-enterprise' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp into recruit-enterprise

lifanagju_citu 1 ماه پیش
والد
کامیت
94ce842b23
2فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 2 7
      components/positionItem/components/baseInfo.vue
  2. 5 0
      static/style/index.scss

+ 2 - 7
components/positionItem/components/baseInfo.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="f-straight wrapper">
+	<view class="wrapper">
 		<uni-forms ref="form" :modelValue="formData" :rules="rules" validateTrigger="bind" label-width="90px" label-align="right">
 			<uni-forms-item label="职位类型" name="positionId" required>
         <view class="positionTemplate">
@@ -186,6 +186,7 @@ defineExpose({
 })
 
 </script>
+
 <style lang="scss" scoped>
 .positionTemplate {
   text-align: left;
@@ -195,10 +196,4 @@ defineExpose({
   margin-top: 10px;
  }
 }
-
-:deep(.uni-forms-item__content) {
-  width: 100% !important;
-	overflow: hidden !important;
-}
-
 </style>

+ 5 - 0
static/style/index.scss

@@ -501,4 +501,9 @@
 }
 .scrollBox{
   height: 100%;
+}
+
+.uni-forms-item__content {
+  max-width: 100% !important;
+  overflow: hidden !important;
 }