vue: inheritPoint 샘플 작성

This commit is contained in:
2021-09-04 00:06:54 +09:00
parent ca4888ecae
commit 14bbcd0617
12 changed files with 177 additions and 188 deletions
+7
View File
@@ -0,0 +1,7 @@
$font-family-sans-serif: '나눔 고딕', 'Nanum Gothic';
$body-bg: #000;
@import "../../node_modules/bootswatch/dist/darkly/_variables.scss";
@import "../../node_modules/bootstrap5/scss/bootstrap.scss";
@import "../../node_modules/bootswatch/dist/darkly/_bootswatch.scss";
+4
View File
@@ -17,6 +17,10 @@ table.tb_layout {
word-break: break-all;
}
html, body{
font-size: 13px;
}
.tb_layout td,
.tb_layout th {
border: solid 1px gray;