Skip to content

Commit a2859c9

Browse files
save text
1 parent f1e2f81 commit a2859c9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

utils/x509/encrypt/encrypt.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
html
1212
{height:100%}
1313
body
14-
{height:calc(100% - 40px;margin:20px;display:flex;flex-direction:column}
14+
{height:calc(100% - 40px);margin:20px;display:flex;flex-direction:column}
1515

1616
#view
1717
{flex:1}
1818

19-
input
20-
{font-size:16px;padding:5px 10px}
21-
input[type=button]
22-
{cursor:pointer}
19+
input
20+
{font-size:16px;padding:5px 10px}
21+
input[type=button]
22+
{cursor:pointer}
23+
2324
.icon
2425
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
2526
.spc
@@ -68,9 +69,6 @@
6869
await initdom(document.body);
6970

7071

71-
init.stack.complete;
72-
73-
7472
}//init
7573

7674

0 commit comments

Comments
 (0)