src/views/workreport/workreport.vue
@@ -1,5 +1,5 @@ <template> <basic-container> <basic-container class="workreply"> <avue-crud :option="option" :table-loading="loading" @@ -271,4 +271,8 @@ </script> <style> .workreply .el-card.is-never-shadow.avue-crud__search { width: calc(100% - 380px) !important; left: 200px !important; } </style>