Skip to content

Commit 66f9976

Browse files
committed
Merge branch 'dev'
2 parents 23f2478 + a448cc6 commit 66f9976

File tree

6 files changed

+487
-44
lines changed

6 files changed

+487
-44
lines changed

docs/@components/Loading.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
height: 100%;
1919
z-index: 10;
2020
background-color: var(--vp-code-block-bg);
21+
border-top-left-radius: 8px;
22+
border-top-right-radius: 8px;
2123
}
2224
2325
.loader {

docs/@views/home/create-chart/index.data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export default {
1717
return data
1818
}, {})
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)