diff --git a/packages/ui/certd-client/src/plugin/fast-crud/index.tsx b/packages/ui/certd-client/src/plugin/fast-crud/index.tsx index e0082f2a..4958ae2f 100644 --- a/packages/ui/certd-client/src/plugin/fast-crud/index.tsx +++ b/packages/ui/certd-client/src/plugin/fast-crud/index.tsx @@ -65,7 +65,6 @@ function install(app: App, options: any = {}) { view: { type: "link", text: null, icon: "ion:eye-outline" }, copy: { show: true, type: "link", text: null, icon: "ion:copy-outline" }, edit: { type: "link", text: null, icon: "ion:create-outline" }, - copy: {show:true,type: "link", text: null, icon: "ion:copy-outline"}, remove: { type: "link", style: { color: "red" }, text: null, icon: "ion:trash-outline" } }, dropdown: { @@ -126,16 +125,17 @@ function install(app: App, options: any = {}) { } }, columns: { - createdAt: { - title: "创建时间", - type: "datetime", - form: { - show: false - }, - column: { - order: 1000 - } - } + // createdAt: { + // title: "创建时间", + // type: "datetime", + // form: { + // show: false + // }, + // column: { + // show: false, + // order: 1000 + // } + // } } }; diff --git a/packages/ui/certd-client/src/style/common.less b/packages/ui/certd-client/src/style/common.less index 9e41b078..bb17fdaa 100644 --- a/packages/ui/certd-client/src/style/common.less +++ b/packages/ui/certd-client/src/style/common.less @@ -65,7 +65,9 @@ h1, h2, h3, h4, h5, h6 { .mt-10{ margin-top:10px; } - +.mb-10{ + margin-bottom: 10px; +} .m-10{ margin:10px; } diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue index b5e7ed28..88c13489 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue @@ -1,7 +1,7 @@