ele-admin-plus 1.0.0-beta.4 → 1.0.0
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.
|
@@ -173,7 +173,7 @@ body .el-popper {
|
|
|
173
173
|
line-height: 1.03;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.el-checkbox__inner::after {
|
|
176
|
+
.el-checkbox__input .el-checkbox__inner::after {
|
|
177
177
|
top: 50%;
|
|
178
178
|
left: 23.5%;
|
|
179
179
|
border-width: 2px;
|
|
@@ -187,12 +187,12 @@ body .el-popper {
|
|
|
187
187
|
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
&.el-checkbox--large .el-checkbox__inner {
|
|
190
|
+
&.el-checkbox--large .el-checkbox__input .el-checkbox__inner {
|
|
191
191
|
width: 16px;
|
|
192
192
|
height: 16px;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
&.el-checkbox--small .el-checkbox__inner {
|
|
195
|
+
&.el-checkbox--small .el-checkbox__input .el-checkbox__inner {
|
|
196
196
|
width: 13px;
|
|
197
197
|
height: 13px;
|
|
198
198
|
}
|
|
@@ -173,7 +173,7 @@ body .el-popper {
|
|
|
173
173
|
line-height: 1.03;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.el-checkbox__inner::after {
|
|
176
|
+
.el-checkbox__input .el-checkbox__inner::after {
|
|
177
177
|
top: 50%;
|
|
178
178
|
left: 23.5%;
|
|
179
179
|
border-width: 2px;
|
|
@@ -187,12 +187,12 @@ body .el-popper {
|
|
|
187
187
|
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
&.el-checkbox--large .el-checkbox__inner {
|
|
190
|
+
&.el-checkbox--large .el-checkbox__input .el-checkbox__inner {
|
|
191
191
|
width: 16px;
|
|
192
192
|
height: 16px;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
&.el-checkbox--small .el-checkbox__inner {
|
|
195
|
+
&.el-checkbox--small .el-checkbox__input .el-checkbox__inner {
|
|
196
196
|
width: 13px;
|
|
197
197
|
height: 13px;
|
|
198
198
|
}
|