Skip to content

Commit

Permalink
feat: optimize the example display style of the official website (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr authored Dec 9, 2024
1 parent ff0247d commit 43333e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/sites/src/views/components/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ export default defineComponent({
.pc-demo-container {
display: flex;
flex-direction: column;
background: #fafafa;
background: #fff;
border-radius: 6px;
border: 1px solid #dcdfe6;
padding: 26px 18px 42px;
.pc-demo {
Expand Down

0 comments on commit 43333e4

Please sign in to comment.