Commit b63023cbe574e232845e1c2ddc161d1bf402ebe6

Authored by “wangming”
1 parent 0e2463be

1

Showing 2 changed files with 6 additions and 0 deletions
.DS_Store
No preview for this file type
src/App.vue
... ... @@ -9,3 +9,9 @@ export default {
9 9 name: "App",
10 10 };
11 11 </script>
  12 +<!-- 修改统一样式 -->
  13 +<style lang="scss">
  14 +.el-dialog{
  15 + border-radius: 10px;
  16 +}
  17 +</style>
... ...