Merge pull request 'baigl' (#201) from baigl into main
Reviewed-on: #201
This commit is contained in:
commit
ac03a6ec08
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue