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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "3.0.44",
3
+ "version": "3.0.45",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -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>
@@ -554,7 +554,7 @@ export default {
554
554
 
555
555
  <style scoped>
556
556
  .filter.is-hidden {
557
- padding: 0;
557
+ padding: 4px;
558
558
  border-bottom: none !important;
559
559
  }
560
560
  </style>