[Draf] compare dev vs main #43

Open
dev wants to merge 298 commits from dev into dev-base
249 changed files with 40934 additions and 30608 deletions
Showing only changes of commit 2ef474fda4 - Show all commits

View File

@ -61,7 +61,9 @@
</v-list-item>
</v-list>
</v-menu>
<a-button id="removeBm" class="btn-header" @click="removeBookMark" v-if="bookmarkBtn == 1">
<a-button id="removeBm" :style="{
display: 'flex',
alignItems: 'center'}" class="btn-header" @click="removeBookMark" v-if="bookmarkBtn == 1">
<span class="material-icons" style="font-size: 17px">star</span>
</a-button>
<a-button id="addBm" class="btn-header" :style="{