zs 1 yıl önce
ebeveyn
işleme
9b3cfcc710
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/views/chat/index.vue

+ 3 - 3
src/views/chat/index.vue

@@ -160,20 +160,20 @@ provide('list', list)
       .one_2 {
         padding: 10px;
         border-bottom: 1px solid #404247;
-        background-color: rgba(0, 0, 0, 0);
+        background-color: hsla(0, 0%, 75.3%, 0.2);
         :deep(.ant-input-affix-wrapper) {
-          background-color: transparent;
           color: #ccc !important;
+          background-color: transparent;
         }
         :deep(.ant-input) {
           height: 32px;
           position: relative;
-          background-color: rgba(0, 0, 0, 0);
           caret-color: #fff;
           font-size: 14px;
           padding: 6px 0;
           border: none;
           outline: none;
+          background-color: transparent;
           &::placeholder {
             color: #ccc !important;
           }