Explorar o código

车辆信息登记-筛选条件对齐

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
51da0ffa72
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/views/oa/CarList.vue

+ 4 - 1
src/views/oa/CarList.vue

@@ -242,6 +242,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: 26% !important;
+  }
 </style>