baigl #201

Merged
baigl merged 2 commits from baigl into main 2025-01-06 09:58:00 +08:00
2 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,7 @@ onMounted(() => {
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
margin-top: 5px; margin-top: 5px;
text-align: center;
} }
.pointer-events{ .pointer-events{
pointer-events: none; pointer-events: none;

View File

@ -821,6 +821,7 @@ onUnmounted(() => {
<style scoped lang="scss"> <style scoped lang="scss">
.teachClassTask{ .teachClassTask{
padding: 10px;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;