yangys
2025-09-13 b2cdc1af33e73ea1fdf6303d6548712634b28aa4
src/views/flow/todolist.vue
@@ -23,7 +23,8 @@
        <el-dialog title=" " append-to-body v-model="reassignBox" width="30%">
            <avue-form ref="reassginform" :option="reassignOption" v-model="reassignForm" @submit="toPerson"></avue-form>
        </el-dialog>
        <el-drawer title="审批" append-to-body v-model="approveBox" size="100%" v-if="approveBox">
        <div  class="box-drawer">
        <el-drawer title="审批" append-to-body v-model="approveBox" size="100%" v-if="approveBox" class="remark-drawer">
            <div class="approve-box">
                <div class="left">
                    <TodolistLeft ref="todolistLeft" :row="row" @selection-change="selectionChange" />
@@ -48,6 +49,7 @@
                </div>
            </div>
        </el-drawer>
        </div>
    </basic-container>
</template>
<script>
@@ -857,7 +859,15 @@
};
</script>
<style lang="scss">
.remark-drawer  {
    .el-drawer__header {
      margin-bottom: 0px !important;
    }
}
</style>
<style scoped="scoped" lang="scss">
.approve-box {
    display: flex;