n20-common-lib 2.5.24 → 2.5.26

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": "2.5.24",
3
+ "version": "2.5.26",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -134,11 +134,20 @@
134
134
  background-color: #f5f5f5;
135
135
  }
136
136
 
137
- .vxe-filter--btn {
138
- color: #666 !important;
137
+ .vxe-cell--filter .vxe-filter--btn {
138
+ color: #666;
139
+ font-weight: $--font-weight-primary;
140
+ cursor: pointer;
139
141
  font-size: 16px;
140
142
  }
141
143
 
144
+ .is--filter-active .vxe-cell--filter .vxe-filter--btn {
145
+ color: $--color-primary;
146
+ }
147
+ .is--filter-active .vxe-cell--title {
148
+ color: $--color-primary;
149
+ }
150
+
142
151
  .vxe-table--render-default.size--small {
143
152
  font-size: 14px !important;
144
153
  }
@@ -57,6 +57,7 @@
57
57
  :width="column.width"
58
58
  :align="column.align"
59
59
  :show-overflow-tooltip="column.showOverflowTooltip"
60
+ :formatter="column.formatter | colfF(column.formatterMap)"
60
61
  >
61
62
  <template slot-scope="scope">
62
63
  <span v-html="scope.row[column.prop]"></span>