fix: 取消页内scoped样式(完成)

This commit is contained in:
likexuan
2023-04-03 16:48:30 +08:00
parent d463ae38f1
commit f1c7a6906e
21 changed files with 268 additions and 299 deletions

View File

@@ -1,11 +1,3 @@
<style scoped>
.console{
height: 100%;
padding:5px 5px;
background-color: black;
position: relative;
}
</style>
<template>
<div :id="'ternimalContainer'+idIndex" class="console">
<div :id="'terminal'+idIndex" style="height: 100%;width: 100%"></div>