mali-applet-ui 1.0.112 → 1.0.113
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.
|
@@ -799,11 +799,10 @@ export default {
|
|
|
799
799
|
flex-direction: row;
|
|
800
800
|
align-items: center;
|
|
801
801
|
justify-content: center;
|
|
802
|
-
padding: 0
|
|
802
|
+
padding: 0;
|
|
803
803
|
border-radius: 4px;
|
|
804
804
|
background-color: #fff;
|
|
805
805
|
color: #666;
|
|
806
|
-
font-size: 14px;
|
|
807
806
|
flex: 1;
|
|
808
807
|
}
|
|
809
808
|
|
|
@@ -830,7 +829,7 @@ export default {
|
|
|
830
829
|
}
|
|
831
830
|
|
|
832
831
|
.uni-date__x-input {
|
|
833
|
-
padding: 0
|
|
832
|
+
padding: 0 10rpx;
|
|
834
833
|
/* #ifndef APP-NVUE */
|
|
835
834
|
width: auto;
|
|
836
835
|
/* #endif */
|
|
@@ -838,7 +837,6 @@ export default {
|
|
|
838
837
|
overflow: hidden;
|
|
839
838
|
flex: 1;
|
|
840
839
|
line-height: 1;
|
|
841
|
-
font-size: 14px;
|
|
842
840
|
height: 35px;
|
|
843
841
|
}
|
|
844
842
|
|
|
@@ -850,7 +848,6 @@ export default {
|
|
|
850
848
|
height: 40px;
|
|
851
849
|
width: 100%;
|
|
852
850
|
line-height: 40px;
|
|
853
|
-
font-size: 14px;
|
|
854
851
|
}
|
|
855
852
|
|
|
856
853
|
.uni-date-range__input {
|