n20-common-lib 3.0.44 → 3.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
<el-form
|
|
4
4
|
v-show="visible"
|
|
5
5
|
ref="advancedFilter"
|
|
6
|
-
style="display: flex; align-items: center; flex-wrap: wrap"
|
|
7
6
|
:class="prefixCls + '-body'"
|
|
8
7
|
@submit.native.prevent="() => {}"
|
|
9
8
|
>
|
|
@@ -568,3 +567,11 @@ export default {
|
|
|
568
567
|
}
|
|
569
568
|
}
|
|
570
569
|
</script>
|
|
570
|
+
|
|
571
|
+
<style scoped>
|
|
572
|
+
.n20-advanced-filter-body {
|
|
573
|
+
display: flex;
|
|
574
|
+
align-items: center;
|
|
575
|
+
flex-wrap: wrap;
|
|
576
|
+
}
|
|
577
|
+
</style>
|