mali-applet-ui 0.2.7 → 0.2.9
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.
|
@@ -223,13 +223,13 @@ export default {
|
|
|
223
223
|
background: #ffffff;
|
|
224
224
|
}
|
|
225
225
|
&.is-right {
|
|
226
|
-
.ml-amount-input-inp
|
|
226
|
+
.ml-amount-input-inp,
|
|
227
227
|
.ml-amount-input-simulate {
|
|
228
228
|
text-align: right;
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
&.is-border {
|
|
232
|
-
.ml-amount-input-inp
|
|
232
|
+
.ml-amount-input-inp,
|
|
233
233
|
.ml-amount-input-simulate {
|
|
234
234
|
border: 1px solid #e5e5e5;
|
|
235
235
|
border-radius: $ml-border-radius;
|
|
@@ -247,7 +247,7 @@ export default {
|
|
|
247
247
|
text-align: right;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
.ml-amount-input-inp
|
|
250
|
+
.ml-amount-input-inp,
|
|
251
251
|
.ml-amount-input-simulate {
|
|
252
252
|
font-size: $uni-font-size-base;
|
|
253
253
|
width: 100%;
|