linwei
2024-02-21 e7dce36f4b45d4986b8b09781e3c822c00d3f4e1
src/views/article/article.vue
@@ -803,8 +803,16 @@
}
</script>
<style>
<style lang="scss" scoped>
.avue-upload__icon {
    line-height: 6;
}
:deep(.avue-form__menu--center) {
    text-align: left;
}
:deep(.avue-form__menu--center .el-button) {
    margin: 0 5px 0 0;
}
</style>