centaline-data-driven 1.2.41 → 1.2.42
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
|
@@ -648,8 +648,8 @@ html {
|
|
|
648
648
|
padding: 0 15px 0 5px;
|
|
649
649
|
} */
|
|
650
650
|
.ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
|
|
651
|
-
min-height:
|
|
652
|
-
line-height:
|
|
651
|
+
min-height: initial;
|
|
652
|
+
line-height: initial;
|
|
653
653
|
|
|
654
654
|
}
|
|
655
655
|
.list-field .el-input-group__append, .list-field .el-input-group__prepend{
|
|
@@ -202,13 +202,13 @@
|
|
|
202
202
|
padding: 5px 10px;
|
|
203
203
|
}
|
|
204
204
|
.ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
|
|
205
|
-
min-height:
|
|
206
|
-
line-height:
|
|
205
|
+
min-height: initial;
|
|
206
|
+
line-height: initial;
|
|
207
207
|
|
|
208
208
|
}
|
|
209
209
|
.ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
|
|
210
|
-
min-height:
|
|
211
|
-
line-height:
|
|
210
|
+
min-height: initial;
|
|
211
|
+
line-height: initial;
|
|
212
212
|
}
|
|
213
213
|
.el-input-group__append, .el-input-group__prepend {
|
|
214
214
|
color: #666;
|