vue: NPCControl(WIP) 메인 기능 동작

This commit is contained in:
2021-09-08 02:48:46 +09:00
parent c4a6735d60
commit 260cee9b38
8 changed files with 426 additions and 40 deletions
+2
View File
@@ -5,6 +5,8 @@ $body-bg: #000;
$input-bg: #ddd;
$input-color: #303030;
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css");
@import "../../node_modules/bootswatch/dist/darkly/_variables.scss";
@import "../../node_modules/bootstrap5/scss/bootstrap.scss";
@import "../../node_modules/bootswatch/dist/darkly/_bootswatch.scss";
+9
View File
@@ -28,3 +28,12 @@ html, body{
word-break: break-all;
;
}
.float-left{
float:left;
}
.float-right{
float:right;
}