Reworking, patching and cleaning the extension
This commit is contained in:
@ -66,12 +66,12 @@ async function editChangeCurrReqTeacherApproval(state){
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="localwindowstate === 0">
|
||||
<div v-if="localwindowstate === 0" style="margin-left: 23%">
|
||||
<button @click="windowState = 0" style="margin-left: 10%">Back</button>
|
||||
</div>
|
||||
<div v-if="localwindowstate === 1">
|
||||
<AboutStudent :target="tag"></AboutStudent>
|
||||
<button @click="localwindowstate--;">Back</button>
|
||||
<button @click="localwindowstate--;" style="margin-left: 10%">Back</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -125,4 +125,12 @@ async function editChangeCurrReqTeacherApproval(state){
|
||||
background-color:rgb(50,50,50);
|
||||
border-radius:20px;
|
||||
}
|
||||
|
||||
button{
|
||||
border:none;
|
||||
background-color:rgb(239, 60, 168);
|
||||
border-radius:10px;
|
||||
height:35px;
|
||||
margin-top:10px;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user