|
@@ -223,7 +223,7 @@
|
|
|
@include themeify{
|
|
|
font-size: themed('font-size4');
|
|
|
line-height: themed('font-size4');
|
|
|
- font-size: themed('font-size4');
|
|
|
+ height: themed('font-size4');
|
|
|
}
|
|
|
/* height: 18px;
|
|
|
line-height: 18px;*/
|
|
@@ -242,6 +242,10 @@
|
|
|
margin-top: 12px;
|
|
|
.uni-textarea-placeholder{
|
|
|
padding: 12px;
|
|
|
+ @include themeify{
|
|
|
+ font-size: themed('font-size2');
|
|
|
+ line-height: themed('font-size2');
|
|
|
+ }
|
|
|
}
|
|
|
/deep/.uni-textarea-textarea{
|
|
|
margin: 10px;
|