Browse Source

虚线样式修改

zhouna 6 years atrás
parent
commit
03f7c3e111
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/common/components/ItemBox/index.less

+ 2 - 1
src/common/components/ItemBox/index.less

@@ -24,10 +24,11 @@
     padding:5px;
     outline: none;
     border-bottom:1px @part-border-color dashed;
-    border-radius: 4px;
+    /*border-radius: 4px;*/
   }
   .border {
       border:1px @part-border-color dashed !important;
+      border-radius: 4px;
   }
   .noBorder{
     border: none;