Skip to content

Commit 18d1ab2

Browse files
save file
1 parent c2483c8 commit 18d1ab2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

html-components/list/web-console/web-console.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,16 @@
9999

100100

101101
#demo-tree
102-
{margin:50px 0;height:auto !important;border:none !important;overflow:visible;box-sizing:border-box;outline:none}
103-
102+
{margin:20px 0;height:auto !important;border:1px solid lightgray !important;overflow:visible;box-sizing:border-box;
103+
outline:none;border-radius:5px;padding:10px}
104+
104105
#view-hdr
105-
{padding:5px 10px;font-weight:bold;}
106+
{padding:10px;font-weight:bold;background:rgba(173,216,230,0.5);border:1px solid lightgray;border-radius:5px}
106107

107-
web-editor
108+
#view
108109
{border:1px solid lightgray;border-radius:5px;padding:10px}
110+
web-editor
111+
{}
109112
</style>
110113

111114
</head>

0 commit comments

Comments
 (0)