浏览代码

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

RuoYi 4 年之前
父节点
当前提交
a3b51553fb
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 {
 .input-group-addon {
     background-color: #fff;
     background-color: #fff;
-    border: 1px solid #E5E6E7;
-    border-radius: 1px;
+    border: 1px solid #e5e6e7;
+    border-radius: 4px;
     color: inherit;
     color: inherit;
     font-size: 14px;
     font-size: 14px;
     font-weight: 400;
     font-weight: 400;