Browse Source

统一输入框

baichun 5 years ago
parent
commit
749f2923da

+ 1 - 1
_src/components/chatSet/style.scss

@@ -1,7 +1,7 @@
 .r-view{
   position: absolute;
   z-index: 100;
-  top: 62px;
+  top: 61px;
   bottom: 0;
   right: -250px;
   width: 250px;

+ 0 - 1
_src/components/popup/invite/index.vue

@@ -330,7 +330,6 @@ export default {
         ? this.searchGroupList[this.curItemIndex]
         : this.checkList[this.curItemIndex]
       let username = curMember.nick_name || curMember.user_name
-      console.log('this.inviteList', this.inviteList)
       MessageBox.confirm(`确定要把群主转让给${username}`)
         .then(() => {
           API.group

+ 6 - 2
_src/components/popup/invite/style.scss

@@ -133,12 +133,16 @@
         border: none;
         outline: none;
         color: #666666;
-        line-height: 34px;
+        line-height: 28px;
+        margin-top: 6px;
         font-size: 12px;
         width: 100%;
         border-bottom: 1px solid #e6e6e6;
         &:focus{
-            border-color: #2a9ff6
+            border-color: transparent;
+            background-color: #efefef;
+            padding-left: 10px;
+            box-sizing: border-box;
         }
     }
     input::-webkit-input-placeholder {

+ 1 - 1
_src/components/popup/userInfo/index.vue

@@ -23,7 +23,7 @@
                 v-focus
                 @blur="handleEditName">
               <div class="introduce" v-if="!isEditIntroduce" @click="isEditIntroduce = true;newUserName = userInfo.user_name">@{{userInfo.user_name}} <i class="el-icon-edit"></i></div>
-              <input class="edit-introduce-input" type="text" v-else
+              <input class="edit-name-input" type="text" v-else
                 v-model="newUserName"
                 v-focus
                 @blur="handleEditIntroduce">