tremble преди 4 години
родител
ревизия
a9c1fe120c
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4 2
      src/components/Danmaku.vue

+ 4 - 2
src/components/Danmaku.vue

@@ -267,7 +267,6 @@ export default {
 .send-btn-container .show-icon,
 .send-btn-container .close-icon {
   width: 24px;
-  height: 24px;
 }
 .input-container .show-list {
   text-decoration: none;
@@ -330,7 +329,7 @@ export default {
   background: rgba(0, 0, 0, 0.5);
   border-radius: 3px;
   display: flex;
-  padding: 10px;
+  padding: 10px 10px 10px 20px;
   box-sizing: border-box;
   position: relative;
   justify-content: space-between;
@@ -339,6 +338,9 @@ export default {
 .input-mobile .send-choices{
   color: #fff;
   font-size: 14px;
+  display: inline-block;
+  vertical-align: middle;
+  line-height: 20px;
 }
 
 .input-mobile .show-list {