resolver-egretimp-plus 0.1.138 → 0.1.140

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.
@@ -97,7 +97,7 @@
97
97
  white-space: nowrap;
98
98
  }
99
99
  .head-span-new {
100
- width: 100%;
100
+ display: inline-block;
101
101
  .head-span-text {
102
102
  display: inline-block;
103
103
  vertical-align:bottom;
@@ -220,6 +220,26 @@
220
220
  flex-grow: 1 !important;
221
221
  }
222
222
 
223
+
224
+ .signle-select-wrap {
225
+ .selected-radio {
226
+ display: none
227
+ }
228
+ .not-selected-radio {
229
+ display: block
230
+ }
231
+ }
232
+ .current-row {
233
+ .signle-select-wrap {
234
+ .selected-radio {
235
+ display: block
236
+ }
237
+ .not-selected-radio {
238
+ display: none
239
+ }
240
+ }
241
+ }
242
+
223
243
  @include hiddenColumn;
224
244
 
225
245
  .clear-index {