Explorar el Código

reactor:工单待办新增是否会签查询条件;业务待办表格重构;

zhangchong hace 1 año
padre
commit
62c3c4c2d0
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/components/ProTable/index.vue

+ 1 - 3
src/components/ProTable/index.vue

@@ -321,15 +321,13 @@ defineExpose({
 </script>
 <style scoped lang="scss">
 .table-header {
-
+	margin-bottom: 15px;
 	display: flex;
 	justify-content: space-between;
 }
 .header-button-lf {
-  margin-bottom: 20px;
 	flex: 1;
 }
 .header-button-ri {
-  margin-bottom: 20px;
 }
 </style>