Update: Python Online板卡下在载入Python3内核时增加提示信息
This commit is contained in:
24
boards/default_src/python_pyodide/templates/html/loader.html
Normal file
24
boards/default_src/python_pyodide/templates/html/loader.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<style>
|
||||
div[m-id="{{d.mId}}"] {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
background-color: transparent !important;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
color: #fff;
|
||||
bottom: 0;
|
||||
height: var(--footer-height);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div[m-id="{{d.mId}}"] > p {
|
||||
margin-left: 5px;
|
||||
}
|
||||
</style>
|
||||
<div m-id="{{d.mId}}">
|
||||
<div class="ui mini active inline slow loader"></div>
|
||||
<p>{{d.msg.loading}}</p>
|
||||
</div>
|
||||
@@ -14,6 +14,4 @@
|
||||
background-color: #1e1e1e;
|
||||
}
|
||||
</style>
|
||||
<div m-id="{{d.mId}}" class="page-item">
|
||||
|
||||
</div>
|
||||
<div m-id="{{d.mId}}" class="page-item"></div>
|
||||
Reference in New Issue
Block a user