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 +1 -1
- package/src/assets/css/el-table.scss +11 -2
- package/src/components/Upload/uploadMsg.vue +1 -0
- package/style/index.css +1 -1
- package/style/index.css.map +1 -1
- package/theme/blue.css +1 -1
- package/theme/cctcRed.css +1 -1
- package/theme/green.css +1 -1
- package/theme/lightBlue.css +1 -1
- package/theme/orange.css +1 -1
- package/theme/purple.css +1 -1
- package/theme/red.css +1 -1
- package/theme/yellow.css +1 -1
package/package.json
CHANGED
|
@@ -134,11 +134,20 @@
|
|
|
134
134
|
background-color: #f5f5f5;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.vxe-filter--btn {
|
|
138
|
-
color: #666
|
|
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
|
}
|