@zscreate/zhxy-app-component 1.0.348 → 1.0.349
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.
|
@@ -2917,14 +2917,23 @@ checkbox-group label {
|
|
|
2917
2917
|
::v-deep .form-input-placeholder {
|
|
2918
2918
|
// line-height: 90upx;
|
|
2919
2919
|
color: #555 !important;
|
|
2920
|
+
overflow: hidden;
|
|
2921
|
+
text-overflow: ellipsis;
|
|
2922
|
+
white-space: nowrap;
|
|
2920
2923
|
}
|
|
2921
2924
|
::v-deep .form-input-placeholder-textarea {
|
|
2922
2925
|
text-align: left !important;
|
|
2926
|
+
overflow: hidden;
|
|
2927
|
+
text-overflow: ellipsis;
|
|
2928
|
+
white-space: nowrap;
|
|
2923
2929
|
}
|
|
2924
2930
|
.form-textarea-placeholder {
|
|
2925
2931
|
padding-top: 28upx;
|
|
2926
2932
|
font-size: 34upx;
|
|
2927
2933
|
width: 100%;
|
|
2934
|
+
overflow: hidden;
|
|
2935
|
+
text-overflow: ellipsis;
|
|
2936
|
+
white-space: nowrap;
|
|
2928
2937
|
}
|
|
2929
2938
|
|
|
2930
2939
|
.evan-form-item-container--top .radio-height {
|