Quellcode durchsuchen

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

zhangchong vor 1 Jahr
Ursprung
Commit
62c3c4c2d0
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  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>