dtable-ui-component 6.0.110-apt.5 → 6.0.110-apv.2
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.
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
box-shadow: none !important;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.option-group-content .dtable-icon-check {
|
|
121
|
+
.seatable-group-select .option-group-content .dtable-icon-check {
|
|
122
122
|
color: #666666;
|
|
123
123
|
font-size: 14px;
|
|
124
124
|
}
|
|
@@ -137,18 +137,6 @@
|
|
|
137
137
|
background-color:#FFFFFF;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
.option-group-dtable-filter-select-column .
|
|
141
|
-
|
|
142
|
-
width: 12px !important;
|
|
143
|
-
font-size: 12px !important;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.option-group-dtable-filter-select-column .clear-search-text {
|
|
147
|
-
position: absolute;
|
|
148
|
-
display: inline-block;
|
|
149
|
-
height: 12px;
|
|
150
|
-
width: 12px;
|
|
151
|
-
line-height: 12px;
|
|
152
|
-
top: 12px;
|
|
153
|
-
right: 18px;
|
|
140
|
+
.option-group-dtable-filter-select-column .option-group-search .clear-search-text {
|
|
141
|
+
top: 4px;
|
|
154
142
|
}
|
|
@@ -164,7 +164,10 @@ class SelectOptionGroup extends _react.Component {
|
|
|
164
164
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
165
165
|
children: [" ", opt.label]
|
|
166
166
|
}), isSelected && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
167
|
-
className: "dtable-font dtable-icon-check"
|
|
167
|
+
className: "dtable-font dtable-icon-check",
|
|
168
|
+
style: {
|
|
169
|
+
paddingRight: '8px'
|
|
170
|
+
}
|
|
168
171
|
})]
|
|
169
172
|
})
|
|
170
173
|
}, `${key}-${i}`);
|