snail.view 2.0.0 → 2.0.1
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.
- package/dist/styles/app.less +5 -2
- package/package.json +1 -1
package/dist/styles/app.less
CHANGED
|
@@ -186,9 +186,12 @@
|
|
|
186
186
|
.ellipsis();
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
//
|
|
189
|
+
// 文本提示文字颜色
|
|
190
|
+
textarea::placeholder {
|
|
191
|
+
color: #8a9099;
|
|
192
|
+
}
|
|
193
|
+
|
|
190
194
|
input::placeholder,
|
|
191
|
-
textarea::placeholder,
|
|
192
195
|
.placeholder {
|
|
193
196
|
.ellipsis();
|
|
194
197
|
color: #8a9099;
|
package/package.json
CHANGED