Browse Source

样式修改

lifanagju_citu 9 months ago
parent
commit
dc66ce7808
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Enterprise/components/positions.vue

+ 2 - 2
src/components/Enterprise/components/positions.vue

@@ -11,9 +11,9 @@
         >{{ k.id === -1 ? `${k.label}` : `${k.label} (${k.number})` }}</span>
         >{{ k.id === -1 ? `${k.label}` : `${k.label} (${k.number})` }}</span>
       </div>
       </div>
     </div>
     </div>
-    <div class="d-flex mt-3">
+    <div class="d-flex mt-1">
       <conditionFilter v-if="show" ref="conditionFilterRef" :showFilterList="showFilterList" @reset="handleReset" @change="handleQueryChange"></conditionFilter>
       <conditionFilter v-if="show" ref="conditionFilterRef" :showFilterList="showFilterList" @reset="handleReset" @change="handleQueryChange"></conditionFilter>
-      <div style="width: 300px;">
+      <div style="width: 300px;" class="mt-2">
         <v-text-field
         <v-text-field
           v-model="query.content"
           v-model="query.content"
           variant="outlined" 
           variant="outlined"