紧急修复了一些bug

This commit is contained in:
张乐
2020-08-17 15:28:28 +08:00
parent 05cc87969a
commit 3c9caa8b50
122 changed files with 1235 additions and 3297 deletions

View File

@@ -81,7 +81,9 @@
top="1vh"
width="80%"
destroy-on-close
:modal="false"
:close-on-click-modal="false"
class="articleModal"
>
<edit
v-if="editDialogConfig.visible"
@@ -187,6 +189,8 @@ export default {
}
</script>
<style scoped>
<style scoped lang="scss">
.articleModal{
z-index: 333 !important;
}
</style>