@@ -168,3 +168,9 @@ table th .is-required::before{
display: none !important;
}
+
+.el-dialog {
+ margin-top: 5vh !important;
+}
@@ -11,6 +11,8 @@
tool-class="ele-toolbar-form"
cache-key="inspectionClassify"
row-key="id"
+ :selection.sync="selection"
+ @selection-change="handleSelectionChange"
>
<!-- 表头工具栏 -->
@@ -50,7 +52,6 @@
</template>
-