mali-applet-ui 0.1.38 → 0.1.39
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.
|
@@ -58,9 +58,9 @@ export default {
|
|
|
58
58
|
text-decoration: underline;
|
|
59
59
|
}
|
|
60
60
|
&.is-border {
|
|
61
|
-
padding:
|
|
61
|
+
padding: 8rpx 16rpx;
|
|
62
62
|
border-radius: $ml-border-radius;
|
|
63
|
-
font-size:
|
|
63
|
+
font-size: 24rpx;
|
|
64
64
|
&.status-primary {
|
|
65
65
|
color: $uni-color-primary;
|
|
66
66
|
border: 1px solid $uni-color-primary;
|
|
@@ -83,9 +83,9 @@ export default {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
&.is-round {
|
|
86
|
-
padding:
|
|
86
|
+
padding: 8rpx 16rpx;
|
|
87
87
|
border-radius: $ml-border-radius;
|
|
88
|
-
font-size:
|
|
88
|
+
font-size: 24rpx;
|
|
89
89
|
&.status-primary {
|
|
90
90
|
color: #ffffff;
|
|
91
91
|
background: $uni-color-primary;
|
|
@@ -30,9 +30,9 @@ export default {
|
|
|
30
30
|
.ml-status-tag {
|
|
31
31
|
display: inline-block;
|
|
32
32
|
color: #ffffff;
|
|
33
|
-
padding:
|
|
33
|
+
padding: 8rpx 16rpx;
|
|
34
34
|
border-radius: $ml-border-radius;
|
|
35
|
-
font-size:
|
|
35
|
+
font-size: 24rpx;
|
|
36
36
|
&.status-primary {
|
|
37
37
|
background: $uni-color-primary;
|
|
38
38
|
}
|