Bläddra i källkod

会议安排申请-筛选条件对齐

jbb 1 år sedan
förälder
incheckning
292d238597
1 ändrade filer med 6 tillägg och 3 borttagningar
  1. 6 3
      src/views/oa/ConferenceApplyList.vue

+ 6 - 3
src/views/oa/ConferenceApplyList.vue

@@ -22,12 +22,12 @@
             </a-col>
             <a-col :xl="6" :lg="7" :md="8" :sm="24">
               <a-form-item label="发布日期">
-                <j-date placeholder="请选择发布日期" v-model="queryParam.postedDate"></j-date>
+                <j-date placeholder="请选择发布日期" v-model="queryParam.postedDate" style="width: 100%;"></j-date>
               </a-form-item>
             </a-col>
             <a-col :xl="6" :lg="7" :md="8" :sm="24">
               <a-form-item label="会议日期">
-                <j-date placeholder="请选择会议日期" v-model="queryParam.conferenceDate"></j-date>
+                <j-date placeholder="请选择会议日期" v-model="queryParam.conferenceDate" style="width: 100%;"></j-date>
               </a-form-item>
             </a-col>
             <a-col :xl="6" :lg="7" :md="8" :sm="24">
@@ -253,6 +253,9 @@
     }
   }
 </script>
-<style scoped>
+<style scoped lang="less">
   @import '~@assets/less/common.less';
+  /deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item>.ant-form-item-label{
+    width: 28% ;
+  }
 </style>