meixioacomponent 0.2.83 → 0.2.84
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/package.json
CHANGED
|
@@ -503,13 +503,15 @@ export default {
|
|
|
503
503
|
.textarea {
|
|
504
504
|
box-sizing: border-box;
|
|
505
505
|
background: var(--color-gray-s);
|
|
506
|
-
|
|
507
|
-
padding: var(--padding-1) var(--padding-3);
|
|
506
|
+
padding: var(--padding-1) var(--padding-1);
|
|
508
507
|
|
|
509
|
-
&:hover{
|
|
508
|
+
&:hover {
|
|
510
509
|
border-color: var(--color-primary);
|
|
511
510
|
}
|
|
512
511
|
}
|
|
512
|
+
.textarea {
|
|
513
|
+
border: 2px solid var(--color-gray-d);
|
|
514
|
+
}
|
|
513
515
|
|
|
514
516
|
.bottom-handle-wrap {
|
|
515
517
|
z-index: 2;
|