antissoft
/
NetworkInformation
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b63023cbe574e232845e1c2ddc161d1bf402ebe6
Authored by
“wangming”
2024-07-16 11:43:34 +0800
1 parent
0e2463be
1
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
.DS_Store
src/App.vue
.DS_Store
View file @
b63023c
No preview for this file type
src/App.vue
View file @
b63023c
...
...
@@ -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>
...
...