ソースを参照

虚线样式修改

zhouna 6 年 前
コミット
03f7c3e111
1 ファイル変更2 行追加1 行削除
  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;