guanqb
2024-02-22 ab701df859cd79ae036f8cc86268137d2c8da8ee
src/views/article/article.vue
@@ -133,7 +133,7 @@
                calcHeight: 54,
                dialogWidth: 950,
                tip: false,
                border: false,
                border: true,
                //stripe:true,
                index: true,
                viewBtn: true,
@@ -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>