Refactor/themes (#311)

* refactor: theme
This commit is contained in:
RealityBoy
2022-07-26 13:16:44 +08:00
committed by GitHub
parent 708ce43e00
commit d824c99489
62 changed files with 1100 additions and 1066 deletions

View File

@@ -34,14 +34,3 @@ defineOptions({
</div>
</el-card>
</template>
<style lang="scss" scoped>
.flex {
display: flex;
}
:deep(.el-card) {
text-align: center;
margin-bottom: 10px;
}
</style>