vue: inheritPoint(WIP)

This commit is contained in:
2021-09-03 02:42:50 +09:00
parent e3251b352f
commit ca4888ecae
12 changed files with 1000 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
Deny from all
+26
View File
@@ -0,0 +1,26 @@
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import '../../d_shared/common.css';
html {
background: black;
max-height: 1000000px;
font-family: 'Nanum Gothic', sans-serif;
color: white;
}
table.tb_layout {
border-collapse: collapse;
padding: 0px;
font-size: 13px;
word-break: break-all;
}
.tb_layout td,
.tb_layout th {
border: solid 1px gray;
padding: 0px;
word-break: break-all;
;
}