zhouna 5 年之前
父節點
當前提交
4bf7df9b9d
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/css/index.less
  2. 二進制
      src/images/btn_open.png

+ 6 - 0
src/css/index.less

@@ -407,6 +407,9 @@
         line-height: 40px;
         border-radius: 2px;
         padding: 0 10px;
+        &:focus{
+          border-color: @activeColor;
+        }
       }
     }
     .itemMsgLab{
@@ -491,6 +494,9 @@
         line-height: 40px;
         border-radius: 2px;
         padding: 0 10px;
+        &:focus{
+          border-color: @activeColor;
+        }
       }
     }
     .itemMsgLab{

二進制
src/images/btn_open.png