@litianxiang/portal-ui 0.1.10 → 0.1.11
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.
|
@@ -321,8 +321,8 @@
|
|
|
321
321
|
align-items: center;
|
|
322
322
|
|
|
323
323
|
.el-radio__inner {
|
|
324
|
-
width:
|
|
325
|
-
height:
|
|
324
|
+
width: 18px;
|
|
325
|
+
height: 18px;
|
|
326
326
|
border: 1px solid #ccc;
|
|
327
327
|
|
|
328
328
|
&::after {
|
|
@@ -386,8 +386,8 @@
|
|
|
386
386
|
|
|
387
387
|
.el-checkbox__input {
|
|
388
388
|
.el-checkbox__inner {
|
|
389
|
-
width:
|
|
390
|
-
height:
|
|
389
|
+
width: 18px;
|
|
390
|
+
height: 18px;
|
|
391
391
|
border-width: 1px;
|
|
392
392
|
border-color: #ccc;
|
|
393
393
|
border-radius: 0px;
|
|
@@ -395,8 +395,8 @@
|
|
|
395
395
|
// 勾选符号加粗
|
|
396
396
|
&::after {
|
|
397
397
|
border-width: 2px;
|
|
398
|
-
height:
|
|
399
|
-
left:
|
|
398
|
+
height: 8px;
|
|
399
|
+
left: 8px;
|
|
400
400
|
top: 8px;
|
|
401
401
|
width: 4px;
|
|
402
402
|
}
|