Skip to content

Commit 0d81010

Browse files
save file
1 parent ed7bc45 commit 0d81010

File tree

1 file changed

+7
-48
lines changed

1 file changed

+7
-48
lines changed

html-components/list/file-mod/file-mod.html

Lines changed: 7 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -95,57 +95,16 @@
9595

9696
</script>
9797

98-
<style>
9998

99+
<link rel=stylesheet href='../css/component.css'>
100+
101+
<style>
100102

101-
html
102-
{height:100%;font-family:arial}
103-
104-
105103
body
106-
{/*height:calc(100% - 40px);*/display:flex;flex-direction:column;gap:20px;align-items:center;margin:20px;padding-bottom:200px}
107-
108-
109-
body>*
110-
{max-width:1400px;width:100%;padding:0 20px;}
111-
112-
[component],config
113-
{display:none}
114-
115-
input
116-
{font-size:16px;padding:5px 10px}
117-
input[type=button]
118-
{cursor:pointer}
119-
input[type=checkbox]
120-
{width:15px;height:15px;margin:0}
121-
122-
123-
#demo-tree
124-
{margin:20px 0;height:auto !important;overflow:visible;box-sizing:border-box;outline:none;border-radius:5px;
125-
border:none !important;
126-
/*border:1px solid lightgray !important;*/
127-
}
128-
129-
#view-hdr
130-
{padding:10px;font-weight:bold;background:rgba(173,216,230,0.5);border:1px solid lightgray;border-radius:5px}
131-
132-
#view
133-
{border:1px solid lightgray;border-radius:5px;padding:10px}
134-
web-editor
135-
{}
136-
137-
138-
.wunderbaum .wb-expander
139-
{opacity:1 !important;transition:none !important}
140-
.wb-row
141-
{cursor:pointer}
142-
143-
144-
.icon
145-
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
146-
.spc
147-
{flex:1;max-width:200px}
104+
{margin-top:50px}
148105

106+
html-components-hdr
107+
{position:fixed;z-index:1;background:white}
149108

150109
</style>
151110

@@ -155,7 +114,7 @@
155114

156115

157116
<html-components-hdr v2.0 component=grp1>
158-
<h2 class=title style='top:20px'>
117+
<h2 slot=title>
159118
file-mod
160119
</h2>
161120
<time slot=date datetime=2026-02-10>

0 commit comments

Comments
 (0)