mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
🔱: [client] sync upgrade with 5 commits [trident-sync]
refactor: 1.13.6 refactor: proxy refactor: 1.13.5 refactor: tabs remove 样式
This commit is contained in:
@@ -202,6 +202,11 @@ export default {
|
||||
}
|
||||
//antdv
|
||||
.fs-multiple-page-control-group {
|
||||
.ant-tabs-tab-remove {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-tabs-bar {
|
||||
margin: 0;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { request, requestForMock } from "/src/api/service";
|
||||
import "/src/mock";
|
||||
import { ColumnCompositionProps, CrudOptions, FastCrud, FsSetupOptions, PageQuery, PageRes, setLogger, TransformResProps, useColumns, UseCrudProps, UserPageQuery, useTypes } from "@fast-crud/fast-crud";
|
||||
import { ColumnCompositionProps, CrudOptions, FastCrud, PageQuery, PageRes, setLogger, TransformResProps, useColumns, UseCrudProps, UserPageQuery, useTypes } from "@fast-crud/fast-crud";
|
||||
import "@fast-crud/fast-crud/dist/style.css";
|
||||
import { FsExtendsCopyable, FsExtendsEditor, FsExtendsJson, FsExtendsTime, FsExtendsUploader } from "@fast-crud/fast-extends";
|
||||
import "@fast-crud/fast-extends/dist/style.css";
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
|
||||
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
|
||||
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
|
||||
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
|
||||
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
@@ -40,4 +40,3 @@ export function GetObj(id: any) {
|
||||
params: { id }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, ref, onMounted } from "vue";
|
||||
import {useCrud, useFs} from "@fast-crud/fast-crud";
|
||||
import { useCrud, useFs } from "@fast-crud/fast-crud";
|
||||
import createCrudOptions from "./crud";
|
||||
import { useExpose } from "@fast-crud/fast-crud";
|
||||
import { message } from "ant-design-vue";
|
||||
|
||||
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
|
||||
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj :any) {
|
||||
export function UpdateObj(obj: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/update",
|
||||
method: "post",
|
||||
|
||||
Reference in New Issue
Block a user