dtable-ui-component 7.0.5-pal.19 → 7.0.5-pal.20

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.
@@ -31,7 +31,7 @@
31
31
 
32
32
  .dtable-ui-user-select-popover {
33
33
  z-index: 1060;
34
- width: 385px;
34
+ width: 385px !important;
35
35
  max-width: 385px;
36
36
  margin-top: -4px;
37
37
  background-color: var(--bs-popover-bg);
@@ -132,7 +132,7 @@
132
132
  }
133
133
 
134
134
  .dtable-ui-filters-list .filter-conjunction {
135
- width: 72px;
135
+ width: 88px;
136
136
  }
137
137
 
138
138
  .dtable-ui-filters-list .filter-conjunction-readonly {
@@ -166,21 +166,12 @@
166
166
  color: #666666;
167
167
  }
168
168
 
169
- .dtable-ui-filters-list .filter-column {
170
- max-width: 150px;
171
- }
172
-
173
169
  .filter-term .dtable-ui-multiple-select-selector .option,
174
170
  .filter-term .dtable-ui-single-select-selector .option {
175
171
  height: 30px;
176
172
  padding: 0 10px;
177
173
  }
178
174
 
179
- .filter-term .dtable-ui-multiple-select-selector .select-option-name,
180
- .filter-term .dtable-ui-single-select-selector .select-option-name {
181
- margin-top: 5px !important;
182
- }
183
-
184
175
  .filter-term .dtable-ui-single-select-selector .option:hover {
185
176
  color: #212529;
186
177
  background-color: #f7f7f7;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "7.0.5pal.19",
3
+ "version": "7.0.5pal.20",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",