main #34

Merged
charles merged 191 commits from main into prod 2025-11-19 16:18:39 +08:00
Showing only changes of commit ef14559b87 - Show all commits

View File

@ -120,16 +120,17 @@ export default {
<style lang="less" scoped>
.box {
padding: 10px;
height: 100%;
height:calc(100vh - 100px);
}
.loading-container {
width: 100%;
height: 100%;
height: calc(100vh - 100px);
position: relative;
}
.login-prompt {
height: calc(100vh - 100px);
text-align: center;
padding: 50px;
}