Merge pull request 'baigl' (#201) from baigl into main

Reviewed-on: #201
This commit is contained in:
baigl 2025-01-06 09:57:59 +08:00
commit ac03a6ec08
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;