Skip to content

Commit 4f476cd

Browse files
zzcrkagol
authored andcommitted
feat: optimize the example display style of the official website (#2624)
1 parent b00b4a0 commit 4f476cd

File tree

1 file changed

+3
-1
lines changed
  • examples/sites/src/views/components

1 file changed

+3
-1
lines changed

examples/sites/src/views/components/demo.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,9 @@ export default defineComponent({
319319
.pc-demo-container {
320320
display: flex;
321321
flex-direction: column;
322-
background: #fafafa;
322+
background: #fff;
323+
border-radius: 6px;
324+
border: 1px solid #dcdfe6;
323325
padding: 26px 18px 42px;
324326
325327
.pc-demo {

0 commit comments

Comments
 (0)