|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<!-- 过滤客户资料表格 -->
|
|
<!-- 过滤客户资料表格 -->
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div class="filterTable">
|
|
|
<FilterOption :selectList="selectList"
|
|
<FilterOption :selectList="selectList"
|
|
|
:inputList="inputList"
|
|
:inputList="inputList"
|
|
|
:fixedBtnList="fixedBtnList" />
|
|
:fixedBtnList="fixedBtnList" />
|
|
@@ -44,4 +44,8 @@ export default defineComponent({
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
|
|
|
+.filterTable {
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+}
|
|
|
</style>;
|
|
</style>;
|