mo 3 年之前
父节点
当前提交
4b00d86992
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/views/App.module.less

+ 6 - 1
src/views/App.module.less

@@ -12,7 +12,12 @@
     }
   }
 }
+:global {
+  .el-message-box {
+    border-radius: 10px !important;
+  }
+}
 
 :root {
-  --theme-color: #2DC7AA;
+  --theme-color: #2dc7aa;
 }