Browse Source

样式修改

lifanagju_citu 9 tháng trước cách đây
mục cha
commit
dc66ce7808
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>
       </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>
-      <div style="width: 300px;">
+      <div style="width: 300px;" class="mt-2">
         <v-text-field
           v-model="query.content"
           variant="outlined"