@lx-frontend/wrap-element-ui 1.0.10-beta.0 → 1.0.10-beta.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.
package/package.json
CHANGED
|
@@ -394,12 +394,22 @@
|
|
|
394
394
|
|
|
395
395
|
.el-radio {
|
|
396
396
|
width: 100%;
|
|
397
|
+
margin-top: 10px;
|
|
398
|
+
|
|
399
|
+
&:first-child {
|
|
400
|
+
margin-top: 0;
|
|
401
|
+
}
|
|
397
402
|
}
|
|
398
403
|
|
|
399
404
|
.el-radio__input {
|
|
400
405
|
line-height: 10px;
|
|
401
406
|
}
|
|
402
407
|
|
|
408
|
+
.el-radio__inner {
|
|
409
|
+
width: 14px;
|
|
410
|
+
height: 14px;
|
|
411
|
+
}
|
|
412
|
+
|
|
403
413
|
.el-radio__label {
|
|
404
414
|
white-space: nowrap;
|
|
405
415
|
overflow: hidden;
|