mali-applet-ui 1.0.68 → 1.0.69
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.
|
@@ -232,9 +232,13 @@ export default {
|
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
&.is-controls {
|
|
235
|
+
.ml-number-input-inp,
|
|
235
236
|
.ml-number-input-simulate {
|
|
236
237
|
border-radius: 0;
|
|
237
238
|
}
|
|
239
|
+
.ml-number-input-inp {
|
|
240
|
+
text-align: center;
|
|
241
|
+
}
|
|
238
242
|
}
|
|
239
243
|
.ml-number-input-inp,
|
|
240
244
|
.ml-number-input-simulate {
|
|
@@ -267,13 +271,16 @@ export default {
|
|
|
267
271
|
justify-content: center;
|
|
268
272
|
width: 80rpx;
|
|
269
273
|
border: 1px solid #e5e5e5;
|
|
270
|
-
font-size:
|
|
274
|
+
font-size: 36rpx;
|
|
275
|
+
background: #F2F2F6;
|
|
271
276
|
}
|
|
272
277
|
.ml-number-input-minus-btn {
|
|
273
278
|
border-right: 0;
|
|
279
|
+
border-radius: $ml-border-radius 0 0 $ml-border-radius;
|
|
274
280
|
}
|
|
275
281
|
.ml-number-input-plus-btn {
|
|
276
282
|
border-left: 0;
|
|
283
|
+
border-radius: 0 $ml-border-radius $ml-border-radius 0;
|
|
277
284
|
}
|
|
278
285
|
&.is-clear {
|
|
279
286
|
.ml-number-input-inp {
|