Browse Source

输入框组图标元素修改成圆角

RuoYi 4 years ago
parent
commit
a3b51553fb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ruoyi-admin/src/main/resources/static/css/style.css

+ 2 - 2
ruoyi-admin/src/main/resources/static/css/style.css

@@ -1859,8 +1859,8 @@ table.dataTable thead .sorting:after {
 
 .input-group-addon {
     background-color: #fff;
-    border: 1px solid #E5E6E7;
-    border-radius: 1px;
+    border: 1px solid #e5e6e7;
+    border-radius: 4px;
     color: inherit;
     font-size: 14px;
     font-weight: 400;