feat(boards): 增加python_skulpt_car板卡

This commit is contained in:
王立帮
2025-04-28 00:57:30 +08:00
parent e04445e8b3
commit 597d935c1b
31 changed files with 26537 additions and 128 deletions

View File

@@ -0,0 +1,26 @@
<style>
div[m-id="{{d.mId}}"] {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
overflow-y: auto;
}
html[data-bs-theme=light] div[m-id="{{d.mId}}"] {
background-color: #ffffff;
}
html[data-bs-theme=dark] div[m-id="{{d.mId}}"] {
background-color: #1e1e1e;
}
div[m-id="{{d.mId}}"] > #output-img {
width: 400px;
height: fit-content;
position: relative;
}
</style>
<div m-id="{{d.mId}}" class="page-item mixly-scrollbar">
<div id="output-img"></div>
</div>