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;
         line-height: 40px;
         border-radius: 2px;
         border-radius: 2px;
         padding: 0 10px;
         padding: 0 10px;
+        &:focus{
+          border-color: @activeColor;
+        }
       }
       }
     }
     }
     .itemMsgLab{
     .itemMsgLab{
@@ -491,6 +494,9 @@
         line-height: 40px;
         line-height: 40px;
         border-radius: 2px;
         border-radius: 2px;
         padding: 0 10px;
         padding: 0 10px;
+        &:focus{
+          border-color: @activeColor;
+        }
       }
       }
     }
     }
     .itemMsgLab{
     .itemMsgLab{

二进制
src/images/btn_open.png